Skip to content

Commit

Permalink
3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Aug 9, 2024
1 parent 735e948 commit dcdd49d
Show file tree
Hide file tree
Showing 101 changed files with 163 additions and 1 deletion.
162 changes: 162 additions & 0 deletions website/versioned_sidebars/version-3.5.1-sidebars.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
2 changes: 1 addition & 1 deletion website/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
"3.5.0",
"3.5.1",
"3.4.0",
"3.3.2",
"3.2.1",
Expand Down

0 comments on commit dcdd49d

Please sign in to comment.