mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
docs(v2): Reorganize/split the guides doc sections (#3975)
* docs reorg * refactor docs/markdown features section * fix broken links after docs refactor
This commit is contained in:
parent
a0c5177182
commit
d99d53a236
20 changed files with 1347 additions and 1192 deletions
|
@ -23,17 +23,32 @@ module.exports = {
|
|||
label: 'Guides',
|
||||
items: [
|
||||
'guides/creating-pages',
|
||||
'styling-layout',
|
||||
'static-assets',
|
||||
{
|
||||
Docs: [
|
||||
'docs-introduction',
|
||||
'docs-sidebar',
|
||||
'markdown-features',
|
||||
'versioning',
|
||||
'guides/docs/introduction',
|
||||
'guides/docs/create-doc',
|
||||
'guides/docs/markdown-features',
|
||||
'guides/docs/sidebar',
|
||||
'guides/docs/versioning',
|
||||
],
|
||||
},
|
||||
'blog',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Markdown Features',
|
||||
items: [
|
||||
'guides/markdown-features/introduction',
|
||||
'guides/markdown-features/react',
|
||||
'guides/markdown-features/tabs',
|
||||
'guides/markdown-features/code-blocks',
|
||||
'guides/markdown-features/admonitions',
|
||||
'guides/markdown-features/inline-toc',
|
||||
'guides/markdown-features/assets',
|
||||
'guides/markdown-features/plugins',
|
||||
],
|
||||
},
|
||||
'styling-layout',
|
||||
'static-assets',
|
||||
'search',
|
||||
'deployment',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue