mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
chore(v2): v2.0.0-alpha.56 (#2822)
This commit is contained in:
parent
6462e1c4da
commit
3cf1a7b9ef
29 changed files with 6088 additions and 0 deletions
156
website/versioned_sidebars/version-2.0.0-alpha.56-sidebars.json
Normal file
156
website/versioned_sidebars/version-2.0.0-alpha.56-sidebars.json
Normal file
|
@ -0,0 +1,156 @@
|
|||
{
|
||||
"version-2.0.0-alpha.56/docs": [
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Docusaurus",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/introduction"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/design-principles"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/contributing"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Getting Started",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/installation"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/configuration"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Guides",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/creating-pages"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/styling-layout"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/static-assets"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Docs",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/docs-introduction"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/markdown-features"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/versioning"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/blog"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/search"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/deployment"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/migrating-from-v1-to-v2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Advanced Guides",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/using-plugins"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/using-themes"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/presets"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "API Reference",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/cli"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/docusaurus-core"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/docusaurus.config.js"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/lifecycle-apis"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/theme-classic"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"version-2.0.0-alpha.56/community": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/support"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/team"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.56/resources"
|
||||
},
|
||||
{
|
||||
"type": "link",
|
||||
"href": "/showcase",
|
||||
"label": "Showcase"
|
||||
},
|
||||
{
|
||||
"type": "link",
|
||||
"href": "/feedback",
|
||||
"label": "Feedback"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue