mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
Add versioning to docusaurus.io (#552)
This commit is contained in:
parent
257b5c9ebd
commit
3486e1113f
17 changed files with 1887 additions and 0 deletions
24
website/versioned_sidebars/version-1.0.11-sidebars.json
Normal file
24
website/versioned_sidebars/version-1.0.11-sidebars.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"version-1.0.11-docs": {
|
||||
"Getting Started": [
|
||||
"version-1.0.11-installation",
|
||||
"version-1.0.11-site-preparation",
|
||||
"version-1.0.11-site-creation",
|
||||
"version-1.0.11-publishing"
|
||||
],
|
||||
"Guides": [
|
||||
"version-1.0.11-blog",
|
||||
"version-1.0.11-custom-pages",
|
||||
"version-1.0.11-search",
|
||||
"version-1.0.11-navigation",
|
||||
"version-1.0.11-translation",
|
||||
"version-1.0.11-versioning"
|
||||
],
|
||||
"API": [
|
||||
"version-1.0.11-commands",
|
||||
"version-1.0.11-doc-markdown",
|
||||
"version-1.0.11-api-pages",
|
||||
"version-1.0.11-site-config"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue