mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-24 13:38:02 +02:00
docs(v2): Move sidebar content to its own page (#3899)
* Move sidebar content to its own page * Update website/docs/sidebar.md * Fix merge conflict * Fix note Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
b49006441b
commit
109a4a7bbe
3 changed files with 325 additions and 277 deletions
|
@ -26,7 +26,12 @@ module.exports = {
|
|||
'styling-layout',
|
||||
'static-assets',
|
||||
{
|
||||
Docs: ['docs-introduction', 'markdown-features', 'versioning'],
|
||||
Docs: [
|
||||
'docs-introduction',
|
||||
'docs-sidebar',
|
||||
'markdown-features',
|
||||
'versioning',
|
||||
],
|
||||
},
|
||||
'blog',
|
||||
'search',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue