mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
chore(v2): prepare v2.0.0.alpha-41 release (#2287)
This commit is contained in:
parent
7086c279e2
commit
ca7d13b521
26 changed files with 4890 additions and 0 deletions
132
website/versioned_sidebars/version-2.0.0-alpha.41-sidebars.json
Normal file
132
website/versioned_sidebars/version-2.0.0-alpha.41-sidebars.json
Normal file
|
@ -0,0 +1,132 @@
|
|||
{
|
||||
"version-2.0.0-alpha.41/docs": [
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Docusaurus",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/introduction"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/design-principles"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/contributing"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Getting Started",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/installation"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/configuration"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Guides",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/creating-pages"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/styling-layout"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/static-assets"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Docs",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/markdown-features"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/sidebar"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/versioning"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/blog"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/search"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/deployment"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/migrating-from-v1-to-v2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Advanced Guides",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/using-plugins"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/using-themes"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/presets"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "API Reference",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/cli"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/docusaurus-core"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/docusaurus.config.js"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/lifecycle-apis"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/theme-classic"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue