mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-27 00:07:53 +02:00
3.5.1
This commit is contained in:
parent
735e94873c
commit
dcdd49d53b
101 changed files with 163 additions and 1 deletions
website
versioned_docs/version-3.5.1
advanced
api
docusaurus.config.js.mdx
misc
_category_.ymlcreate-docusaurus.mdx
eslint-plugin
README.mdxno-html-links.mdxno-untranslated-text.mdxprefer-docusaurus-heading.mdxstring-literal-i18n-messages.mdx
logger
plugin-methods
README.mdx_category_.ymlextend-infrastructure.mdxi18n-lifecycles.mdxlifecycle-apis.mdxstatic-methods.mdx
plugins
_category_.yml_partial-tags-file-api-ref-section.mdxoverview.mdxplugin-client-redirects.mdxplugin-content-blog.mdxplugin-content-docs.mdxplugin-content-pages.mdxplugin-debug.mdxplugin-google-analytics.mdxplugin-google-gtag.mdxplugin-google-tag-manager.mdxplugin-ideal-image.mdxplugin-pwa.mdxplugin-sitemap.mdxplugin-vercel-analytics.mdx
themes
assets
blog.mdxbrowser-support.mdxcli.mdxconfiguration.mdxdeployment.mdxdocusaurus-core.mdxguides
creating-pages.mdx
docs
markdown-features
_markdown-partial-example.mdxmarkdown-features-admonitions.mdxmarkdown-features-assets.mdxmarkdown-features-code-blocks.mdxmarkdown-features-diagrams.mdxmarkdown-features-head-metadata.mdxmarkdown-features-intro.mdxmarkdown-features-links.mdxmarkdown-features-math-equations.mdxmarkdown-features-plugins.mdxmarkdown-features-react.mdxmarkdown-features-react.module.cssmarkdown-features-tabs-styles.module.cssmarkdown-features-tabs.mdxmarkdown-features-toc.mdx
whats-next.mdxi18n
installation.mdxintroduction.mdxmigration
index.mdx
playground.mdxsearch.mdxseo.mdxstatic-assets.mdxstyling-layout.mdxswizzling.mdxtypescript-support.mdxusing-plugins.mdxv2
migration-automated.mdxmigration-manual.mdxmigration-overview.mdxmigration-translated-sites.mdxmigration-versioned-sites.mdx
v3.mdxversioned_sidebars
Before ![]() (image error) Size: 92 KiB After ![]() (image error) Size: 92 KiB ![]() ![]() |
Before ![]() (image error) Size: 68 KiB After ![]() (image error) 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
Add a link
Reference in a new issue