Skip to content

Commit

Permalink
Merge pull request #366 from okp4/fix/academy-hidden-lateral-bar
Browse files Browse the repository at this point in the history
fix(academy): remove academy from lateral bar
  • Loading branch information
MdechampG authored Dec 21, 2023
2 parents a55a158 + ec8147c commit 9bc66d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 20 deletions.
3 changes: 2 additions & 1 deletion docs/academy/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"label": "Academy",
"position": 4
"position": 6,
"className": "hidden"
}
3 changes: 3 additions & 0 deletions docs/academy/consume_resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
sidebar_class_name: hidden
---
3 changes: 3 additions & 0 deletions docs/academy/protocol_concepts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
sidebar_class_name: hidden
---
19 changes: 0 additions & 19 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,25 +99,6 @@ const sidebars = {
label: 'FAQ'
}
],
academy: [
{
type: 'category',
label: 'Academy TEST',
items: [
{
type: 'autogenerated',
dirName: 'academy'
}
]
}
],
gpt: [
{
type: 'link',
href: 'https://chat.openai.com/g/g-zUzcYmVbX-okp4-druid-oracle-beta',
label: 'OKP4 GPT'
}
]
}

module.exports = sidebars

0 comments on commit 9bc66d3

Please sign in to comment.