docs: move concepts into a separate directory (#27171)

Move concepts into a separate directory
This commit is contained in:
Eugene Yurtsev
2024-10-07 15:19:38 -04:00
committed by GitHub
parent 13646282bd
commit 8d9ef40118
2 changed files with 19 additions and 2 deletions

View File

@@ -47,7 +47,17 @@ module.exports = {
className: 'hidden',
}],
},
"concepts",
{
type: "category",
link: {type: 'doc', id: 'concepts/index'},
label: "Conceptual Guide",
collapsible: false,
items: [{
type: 'autogenerated',
dirName: 'concepts',
className: 'hidden',
}],
},
{
type: "category",
label: "Ecosystem",