Skip to content

Commit 6334020

Browse files
Provide samples for EVPN/VXLAN Fabric configuration
1 parent b1b0d44 commit 6334020

100 files changed

Lines changed: 10199 additions & 3943 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/.vitepress/config.mts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default withMermaid({
3333
text: 'Documentation',
3434
items: [
3535
{ text: 'Overview', link: '/overview' },
36+
{ text: 'Tutorials', link: '/tutorials/evpn-vxlan-fabric' },
3637
{ text: 'API References', link: '/api/' },
3738
],
3839
},
@@ -69,6 +70,13 @@ export default withMermaid({
6970
text: 'Overview',
7071
items: [{ text: 'Index', link: '/overview/' }],
7172
},
73+
{
74+
text: 'Tutorials',
75+
items: [
76+
{ text: 'Index', link: '/tutorials/' },
77+
{ text: 'EVPN/VXLAN Fabric', link: '/tutorials/evpn-vxlan-fabric' }
78+
],
79+
},
7280
{
7381
text: 'API References',
7482
items: [{ text: 'Index', link: '/api/' }],

0 commit comments

Comments
 (0)