-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
167 lines (165 loc) · 5.71 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
baseURL: https://ligato.io/
languageCode: en-us
title: Ligato
theme: hugo-fresh
markup:
goldmark:
renderer:
unsafe: true
params:
navbarlogo:
# Logo (from /images/logos/___)
image: logos/ligato-navbar.svg
link: /
font:
name: "Open Sans"
sizes: [400,600]
hero:
# Main hero title
title: Ligato
# Hero subtitle (optional)
subtitle: An Open Source Go Framework for Building Applications to Control and Manage Cloud Native Network Functions (CNF)
# Button text
buttontext: Get started
# Where the main hero button links to
buttonlink: "https://docs.ligato.io/"
# Hero image (from /images/___)
image: ligato/ligato3.svg
# Footer logos (from /images/logos/clients/___.svg)
# Metz: replace client logos with FD.io, CNCF, K8S, Contiv VPP
#clientlogos:
# - grey-fdio
# - kubernetes-seeklogo.com
# - Go-Logo
# - contiv-icon
# - etcd
# - nsm-grey
# Customizable navbar. For a dropdown, add a "sublinks" list.
navbar:
- title: Documentation
url: "https://docs.ligato.io/"
- title: Github
sublinks:
- title: CN Infra
url: "https://github.com/ligato/cn-infra"
- title: VPP Agent
url: "https://github.com/ligato/vpp-agent"
- title: All Repositories
url: "https://github.com/ligato"
- title: Presentations
sublinks:
- title: LFN Webinar - Building CNFs with FD.io & NSM
url: https://www.youtube.com/watch?v=UcODeI-HVZE
- title: Ligato Overview
url: https://docs.google.com/presentation/d/1SlfBPgn3Uwi316OWU4-l0oQRSeqiLdmacnHcX0qNdxQ/present?usp=sharing
- title: Ligato - A Platform for the Development of Cloud Native VNFs
url: https://www.cisco.com/c/dam/m/en_us/network-intelligence/service-provider/digital-transformation/knowledge-network-webinars/pdfs/0530-techad-ckn.pdf
- title: APIs
sublinks:
- title: VPP Agent REST API Doc
url: https://docs.ligato.io/en/latest/api/api-vpp-agent/
- title: VPP Agent OpenAPI Definitions
url: https://app.swaggerhub.com/apis/chrisM9/ligato-vpp_agent_rest_ap_is/3
- title: KV Scheduler REST API Doc
url: https://docs.ligato.io/en/latest/api/api-kvs/
- title: KV Scheduler OpenAPI Definitions
url: https://app.swaggerhub.com/apis/chrisM9/ligato-kvs-rest-api/2-oas3
- title: Community
url: "/community/page"
# sublinks:
# - title: Community Page
# url: "/community/page/"
- title: Blog
sublinks:
- title: CNFs with a Dose of Ligato and FD.io/VPP
url: "/blog/cnf-ligato-fdio"
section1:
title: Learn more about Ligato
subtitle: CNFs and Development Features
tiles:
- title: What is a CNF?
icon: mouse-globe
text: Virtual Network Functions in Containers
url: "cnf/cnf-def"
buttonText: Learn More
- title: Building Blocks
icon: plug-cloud
text: Plugins/Models/Protobufs for CNF development
url: "architecture/lig-framework-overview"
buttonText: Learn More
# - title: Use Cases
# icon: laptop-cloud
# text: Solutions Using the Ligato VPP Agent
# url: "use-cases/ligato-use-cases"
# buttonText: Learn More
section2:
title: Rapid Innovation & Development
subtitle: Packaging, Programming and Performance
features:
- title: Compact Footprint
text: Packaged in Docker container together with VPP
icon: laptop-globe3
- title: Written in Golang
text: Programming language for peformance and concurrency in cloud native environments
icon: mouse-globe-sub
- title: Key Value Datastores
text: Fast, lightweight distribution of network configurations
# Icon (from /images/illustrations/icons/___.svg)
icon: database
- title: Modular and Extensible
text: Plugins for VPP, Linux, APIs, datastore, security, database systems
icon: plug-cloud-new
- title: Protobufs Data Structure
text: Model-driven APIs; common transport
icon: code
- title: Configuration Scheduler
text: Transaction-based for dependency resolution, config sequencing, auto-healing, restarts
icon: calendar-full
section3:
title: One Framework
subtitle: Build CNFs for Existing and Future Networks
image: ligato/docs-overview-ligato.svg
buttonText: Get started
buttonLink: "https://docs.ligato.io/en/latest/user-guide/quickstart/"
footer:
# Logo (from /images/logos/___)
logo: ligato-diamond.svg
# Social media links (GitHub, Twitter, etc.). All are optional.
socialmedia:
- link: https://github.com/ligato
icon: github
- link: https://ligato.slack.com
icon: slack
- link: https://groups.google.com/d/forum/ligato
icon: envelope-o
- link: https://twitter.com/ligatoProject
icon: twitter
bulmalogo: false
quicklinks:
# column1:
# title: "Golang"
# links:
# - text: Golang.org
# link: https://golang.org
# - text: Go by Example
# link: https://gobyexample.com/
# - text: Hello World in Go
# link: https://gobyexample.com/hello-world
# - text: Our roadmap
# link: /
# - text: Request features
# link: /
column2:
title: "Documentation"
links:
- text: Ligato Docs
link: "https://docs.ligato.io/en/latest/"
- text: Quickstart
link: "https://docs.ligato.io/en/latest/user-guide/quickstart/"
- text: Concepts
link: "https://docs.ligato.io/en/latest/user-guide/concepts/"
- text: Tutorials
link: "https://docs.ligato.io/en/latest/tutorials/00_tutorial-setup/"
- text: FAQ
link: "https://docs.ligato.io/en/latest/intro/faq/"
disableKinds: ["taxonomy", "taxonomyTerm", "section"]