142 lines
4.7 KiB
JSON
142 lines
4.7 KiB
JSON
![]() |
{
|
||
|
"pluginId": "default",
|
||
|
"version": "current",
|
||
|
"label": "Next",
|
||
|
"banner": null,
|
||
|
"badge": false,
|
||
|
"noIndex": false,
|
||
|
"className": "docs-version-current",
|
||
|
"isLast": true,
|
||
|
"docsSidebars": {
|
||
|
"tutorialSidebar": [
|
||
|
{
|
||
|
"type": "link",
|
||
|
"label": "Tutorial Intro",
|
||
|
"href": "/docs/intro",
|
||
|
"docId": "intro"
|
||
|
},
|
||
|
{
|
||
|
"type": "category",
|
||
|
"label": "Tutorial - Basics",
|
||
|
"collapsible": true,
|
||
|
"collapsed": true,
|
||
|
"items": [
|
||
|
{
|
||
|
"type": "link",
|
||
|
"label": "Create a Page",
|
||
|
"href": "/docs/tutorial-basics/create-a-page",
|
||
|
"docId": "tutorial-basics/create-a-page"
|
||
|
},
|
||
|
{
|
||
|
"type": "link",
|
||
|
"label": "Create a Document",
|
||
|
"href": "/docs/tutorial-basics/create-a-document",
|
||
|
"docId": "tutorial-basics/create-a-document"
|
||
|
},
|
||
|
{
|
||
|
"type": "link",
|
||
|
"label": "Create a Blog Post",
|
||
|
"href": "/docs/tutorial-basics/create-a-blog-post",
|
||
|
"docId": "tutorial-basics/create-a-blog-post"
|
||
|
},
|
||
|
{
|
||
|
"type": "link",
|
||
|
"label": "Markdown Features",
|
||
|
"href": "/docs/tutorial-basics/markdown-features",
|
||
|
"docId": "tutorial-basics/markdown-features"
|
||
|
},
|
||
|
{
|
||
|
"type": "link",
|
||
|
"label": "Deploy your site",
|
||
|
"href": "/docs/tutorial-basics/deploy-your-site",
|
||
|
"docId": "tutorial-basics/deploy-your-site"
|
||
|
},
|
||
|
{
|
||
|
"type": "link",
|
||
|
"label": "Congratulations!",
|
||
|
"href": "/docs/tutorial-basics/congratulations",
|
||
|
"docId": "tutorial-basics/congratulations"
|
||
|
}
|
||
|
],
|
||
|
"href": "/docs/category/tutorial---basics"
|
||
|
},
|
||
|
{
|
||
|
"type": "category",
|
||
|
"label": "Tutorial - Extras",
|
||
|
"collapsible": true,
|
||
|
"collapsed": true,
|
||
|
"items": [
|
||
|
{
|
||
|
"type": "link",
|
||
|
"label": "Manage Docs Versions",
|
||
|
"href": "/docs/tutorial-extras/manage-docs-versions",
|
||
|
"docId": "tutorial-extras/manage-docs-versions"
|
||
|
},
|
||
|
{
|
||
|
"type": "link",
|
||
|
"label": "Translate your site",
|
||
|
"href": "/docs/tutorial-extras/translate-your-site",
|
||
|
"docId": "tutorial-extras/translate-your-site"
|
||
|
}
|
||
|
],
|
||
|
"href": "/docs/category/tutorial---extras"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"docs": {
|
||
|
"intro": {
|
||
|
"id": "intro",
|
||
|
"title": "Tutorial Intro",
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|