Skip to content

Commit

Permalink
Fix sidebar.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Nov 7, 2024
1 parent 5af750c commit c629645
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 1 addition & 15 deletions community/_sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,5 @@
"dirName": "minutes"
}
]
},
{
"type": "category",
"label": "CEPs",
"link": {
"type": "doc",
"id": "ceps"
},
"items": [
{
"type": "autogenerated",
"dirName": "ceps"
}
]
}
}
]
16 changes: 15 additions & 1 deletion learn/_sidebar.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
[
"faq"
"faq",
{
"type": "category",
"label": "CEPs",
"link": {
"type": "doc",
"id": "ceps"
},
"items": [
{
"type": "autogenerated",
"dirName": "ceps"
}
]
}
]

0 comments on commit c629645

Please sign in to comment.