Add versioning to docusaurus.io (#552)

This commit is contained in:
Joel Marcey 2018-04-12 11:28:00 -07:00 committed by GitHub
parent 257b5c9ebd
commit 3486e1113f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 1887 additions and 0 deletions

View 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"
]
}
}