Files
documentation/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json
2024-03-22 07:44:25 +05:30

182 lines
6.0 KiB
JSON

{
"pluginId": "default",
"version": "current",
"label": "Next",
"banner": null,
"badge": false,
"noIndex": false,
"className": "docs-version-current",
"isLast": true,
"docsSidebars": {
"tutorialSidebar": [
{
"type": "category",
"label": "Introduction",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "Introduction",
"href": "/documentation/",
"docId": "introduction/introduction",
"unlisted": false
}
],
"href": "/documentation/category/introduction"
},
{
"type": "category",
"label": "Before Installation",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "System Requirements",
"href": "/documentation/before_installation/system_requirements",
"docId": "before_installation/system_requirements",
"unlisted": false
}
],
"href": "/documentation/category/before-installation"
},
{
"type": "category",
"label": "Tutorial - Basics",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "Create a Page",
"href": "/documentation/tutorial-basics/create-a-page",
"docId": "tutorial-basics/create-a-page",
"unlisted": false
},
{
"type": "link",
"label": "Create a Document",
"href": "/documentation/tutorial-basics/create-a-document",
"docId": "tutorial-basics/create-a-document",
"unlisted": false
},
{
"type": "link",
"label": "Create a Blog Post",
"href": "/documentation/tutorial-basics/create-a-blog-post",
"docId": "tutorial-basics/create-a-blog-post",
"unlisted": false
},
{
"type": "link",
"label": "Markdown Features",
"href": "/documentation/tutorial-basics/markdown-features",
"docId": "tutorial-basics/markdown-features",
"unlisted": false
},
{
"type": "link",
"label": "Deploy your site",
"href": "/documentation/tutorial-basics/deploy-your-site",
"docId": "tutorial-basics/deploy-your-site",
"unlisted": false
},
{
"type": "link",
"label": "Congratulations!",
"href": "/documentation/tutorial-basics/congratulations",
"docId": "tutorial-basics/congratulations",
"unlisted": false
}
],
"href": "/documentation/category/tutorial---basics"
},
{
"type": "category",
"label": "Tutorial - Extras",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "Manage Docs Versions",
"href": "/documentation/tutorial-extras/manage-docs-versions",
"docId": "tutorial-extras/manage-docs-versions",
"unlisted": false
},
{
"type": "link",
"label": "Translate your site",
"href": "/documentation/tutorial-extras/translate-your-site",
"docId": "tutorial-extras/translate-your-site",
"unlisted": false
}
],
"href": "/documentation/category/tutorial---extras"
}
]
},
"docs": {
"before_installation/system_requirements": {
"id": "before_installation/system_requirements",
"title": "System Requirements",
"description": "",
"sidebar": "tutorialSidebar"
},
"introduction/introduction": {
"id": "introduction/introduction",
"title": "Introduction",
"description": "Let's discover Docusaurus in less than 5 minutes.",
"sidebar": "tutorialSidebar"
},
"tutorial-basics/congratulations": {
"id": "tutorial-basics/congratulations",
"title": "Congratulations!",
"description": "You have just learned the basics of Docusaurus and made some changes to the initial template.",
"sidebar": "tutorialSidebar"
},
"tutorial-basics/create-a-blog-post": {
"id": "tutorial-basics/create-a-blog-post",
"title": "Create a Blog Post",
"description": "Docusaurus creates a page for each blog post, but also a blog index page, a tag system, an RSS feed...",
"sidebar": "tutorialSidebar"
},
"tutorial-basics/create-a-document": {
"id": "tutorial-basics/create-a-document",
"title": "Create a Document",
"description": "Documents are groups of pages connected through:",
"sidebar": "tutorialSidebar"
},
"tutorial-basics/create-a-page": {
"id": "tutorial-basics/create-a-page",
"title": "Create a Page",
"description": "Add Markdown or React files to src/pages to create a standalone page:",
"sidebar": "tutorialSidebar"
},
"tutorial-basics/deploy-your-site": {
"id": "tutorial-basics/deploy-your-site",
"title": "Deploy your site",
"description": "Docusaurus is a static-site-generator (also called Jamstack).",
"sidebar": "tutorialSidebar"
},
"tutorial-basics/markdown-features": {
"id": "tutorial-basics/markdown-features",
"title": "Markdown Features",
"description": "Docusaurus supports Markdown and a few additional features.",
"sidebar": "tutorialSidebar"
},
"tutorial-extras/manage-docs-versions": {
"id": "tutorial-extras/manage-docs-versions",
"title": "Manage Docs Versions",
"description": "Docusaurus can manage multiple versions of your docs.",
"sidebar": "tutorialSidebar"
},
"tutorial-extras/translate-your-site": {
"id": "tutorial-extras/translate-your-site",
"title": "Translate your site",
"description": "Let's translate docs/intro.md to French.",
"sidebar": "tutorialSidebar"
}
}
}