Skip to content

Commit b851b88

Browse files
committed
fix: restore Community section and correct sidebar navigation order
- Fixed sidebar navigation to include missing Community section - Corrected navigation order to match the required order Fixes #17 Signed-off-by: Kavish-12345 <[email protected]>
1 parent aab7a10 commit b851b88

File tree

5 files changed

+38
-15
lines changed

5 files changed

+38
-15
lines changed

docs/community/Awards/_index.md renamed to docs/community/Awards/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: CNCF Community Awards
33
description: Individuals and organizations that have made significant contributions to the cloud native ecosystem
4+
sidebar_position: 2
45
---
56

67
TODO: This should be dynamically pulled from cncf/awards repository

docs/community/TAGs/index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Technical Advisory Groups (TAGs)
3+
sidebar_position: 2
4+
---
5+
6+
# CNCF Technical Advisory Groups (TAGs)
7+
8+
Technical Advisory Groups (TAGs) scale contributions by the CNCF technical and user community, while retaining integrity and increasing quality in support of CNCF's mission of making cloud native ubiquitous.
9+
10+
## Current TAGs
11+
12+
### TAG Developer Experience
13+
Focused on improving the developer experience in cloud native environments.
14+
15+
### TAG Operational Resilience
16+
Dedicated to operational resilience and reliability practices.
17+
18+
### TAG Security and Compliance
19+
Addressing security and compliance concerns in cloud native systems.
20+
21+
### TAG Workloads Foundation
22+
Foundation for cloud native workloads and applications."
File renamed without changes.

docusaurus.config.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -79,42 +79,42 @@ const config = {
7979
src: 'img/logo.svg',
8080
},
8181
items: [
82-
{
83-
type: 'docSidebar',
84-
sidebarId: 'contributorsSidebar',
85-
position: 'left',
86-
label: 'New Contributors',
87-
},
8882
{
8983
type: 'docSidebar',
9084
sidebarId: 'maintainersSidebar',
9185
position: 'left',
9286
label: 'Maintainers'
9387
},
94-
{
88+
{
9589
type: 'docSidebar',
9690
sidebarId: 'projectsSidebar',
9791
position: 'left',
9892
label: 'Projects'
9993
},
100-
// {
101-
// type: 'docSidebar',
102-
// sidebarId: 'communitySidebar',
103-
// position: 'left',
104-
// label: 'Community'
105-
// },
94+
{
95+
type: 'docSidebar',
96+
sidebarId: 'communitySidebar',
97+
position: 'left',
98+
label: 'Community'
99+
},
106100
{
107101
type: 'docSidebar',
108102
sidebarId: 'resourcesSidebar',
109103
position: 'left',
110104
label: 'Resources'
111105
},
112-
{
106+
{
113107
type: 'docSidebar',
114108
sidebarId: 'eventsSidebar',
115109
position: 'left',
116110
label: 'Events'
117111
},
112+
{
113+
type: 'docSidebar',
114+
sidebarId: 'contributorsSidebar',
115+
position: 'left',
116+
label: 'New Contributors',
117+
},
118118
{to: '/blog', label: 'Blog', position: 'right'}
119119
],
120120
},

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const sidebars = {
2121
projectsSidebar: [{type: 'autogenerated', dirName: 'projects'}],
2222
communitySidebar: [{type: 'autogenerated', dirName: 'community'}],
2323
resourcesSidebar: [{type: 'autogenerated', dirName: 'resources'}],
24-
eventsSidebar: [{type: 'autogenerated', dirName: 'events'}]
24+
eventsSidebar: [{type: 'autogenerated', dirName: 'events'}],
2525

2626
// But you can create a sidebar manually
2727
/*

0 commit comments

Comments
 (0)