mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
3.5.1
This commit is contained in:
parent
735e94873c
commit
dcdd49d53b
101 changed files with 163 additions and 1 deletions
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
162
website/versioned_sidebars/version-3.5.1-sidebars.json
Normal file
162
website/versioned_sidebars/version-3.5.1-sidebars.json
Normal file
|
@ -0,0 +1,162 @@
|
|||
{
|
||||
"docs": [
|
||||
"introduction",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Getting Started",
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
},
|
||||
"collapsed": false,
|
||||
"items": [
|
||||
"installation",
|
||||
"configuration",
|
||||
"playground",
|
||||
"typescript-support"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Guides",
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"title": "Docusaurus Guides",
|
||||
"description": "Let's learn about the most important Docusaurus concepts!",
|
||||
"keywords": [
|
||||
"guides"
|
||||
],
|
||||
"image": "/img/docusaurus.png"
|
||||
},
|
||||
"items": [
|
||||
"guides/creating-pages",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Docs",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "guides/docs/introduction"
|
||||
},
|
||||
"items": [
|
||||
"guides/docs/create-doc",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Sidebar",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "guides/docs/sidebar/index"
|
||||
},
|
||||
"items": [
|
||||
"guides/docs/sidebar/items",
|
||||
"guides/docs/sidebar/autogenerated",
|
||||
"guides/docs/sidebar/multiple-sidebars"
|
||||
]
|
||||
},
|
||||
"guides/docs/versioning",
|
||||
"guides/docs/multi-instance"
|
||||
]
|
||||
},
|
||||
"blog",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Markdown Features",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "guides/markdown-features/introduction"
|
||||
},
|
||||
"items": [
|
||||
"guides/markdown-features/react",
|
||||
"guides/markdown-features/tabs",
|
||||
"guides/markdown-features/code-blocks",
|
||||
"guides/markdown-features/admonitions",
|
||||
"guides/markdown-features/toc",
|
||||
"guides/markdown-features/assets",
|
||||
"guides/markdown-features/links",
|
||||
"guides/markdown-features/plugins",
|
||||
"guides/markdown-features/math-equations",
|
||||
"guides/markdown-features/diagrams",
|
||||
"guides/markdown-features/head-metadata"
|
||||
]
|
||||
},
|
||||
"styling-layout",
|
||||
"swizzling",
|
||||
"static-assets",
|
||||
"search",
|
||||
"browser-support",
|
||||
"seo",
|
||||
"using-plugins",
|
||||
"deployment",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Internationalization",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "i18n/introduction"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "i18n/tutorial",
|
||||
"label": "Tutorial"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "i18n/git",
|
||||
"label": "Using Git"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "i18n/crowdin",
|
||||
"label": "Using Crowdin"
|
||||
}
|
||||
]
|
||||
},
|
||||
"guides/whats-next"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Advanced Guides",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "advanced/index"
|
||||
},
|
||||
"items": [
|
||||
"advanced/architecture",
|
||||
"advanced/plugins",
|
||||
"advanced/routing",
|
||||
"advanced/ssg",
|
||||
"advanced/client"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Upgrading",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "migration/index"
|
||||
},
|
||||
"items": [
|
||||
"migration/v3",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "To Docusaurus v2",
|
||||
"items": [
|
||||
"migration/v2/migration-overview",
|
||||
"migration/v2/migration-automated",
|
||||
"migration/v2/migration-manual",
|
||||
"migration/v2/migration-versioned-sites",
|
||||
"migration/v2/migration-translated-sites"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"api": [
|
||||
"cli",
|
||||
"docusaurus-core",
|
||||
{
|
||||
"type": "autogenerated",
|
||||
"dirName": "api"
|
||||
}
|
||||
]
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue