Skip to content

Commit 2d0026a

Browse files
authored
Merge pull request #27 from Kavish-12345/reorder-sidebar-properly
Fix sidebar navigation order and restore missing Community section
2 parents 49c1da7 + eae9986 commit 2d0026a

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

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: 3
45
---
56

67
TODO: This should be dynamically pulled from cncf/awards repository
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
title: TAG Governance
3-
---
3+
---

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.

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const config = {
8484
position: 'left',
8585
label: 'Maintainers',
8686
},
87-
{
87+
{
8888
type: 'docSidebar',
8989
sidebarId: 'projectsSidebar',
9090
position: 'left',

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)