mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-28 07:43:50 +01:00
151 lines
4.9 KiB
JSON
151 lines
4.9 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": "/",
|
|
"docId": "intro",
|
|
"unlisted": false
|
|
},
|
|
{
|
|
"type": "category",
|
|
"label": "Tutorial - Basics",
|
|
"collapsible": true,
|
|
"collapsed": true,
|
|
"items": [
|
|
{
|
|
"type": "link",
|
|
"label": "Create a Page",
|
|
"href": "/tutorial-basics/create-a-page",
|
|
"docId": "tutorial-basics/create-a-page",
|
|
"unlisted": false
|
|
},
|
|
{
|
|
"type": "link",
|
|
"label": "Create a Document",
|
|
"href": "/tutorial-basics/create-a-document",
|
|
"docId": "tutorial-basics/create-a-document",
|
|
"unlisted": false
|
|
},
|
|
{
|
|
"type": "link",
|
|
"label": "Create a Blog Post",
|
|
"href": "/tutorial-basics/create-a-blog-post",
|
|
"docId": "tutorial-basics/create-a-blog-post",
|
|
"unlisted": false
|
|
},
|
|
{
|
|
"type": "link",
|
|
"label": "Markdown Features",
|
|
"href": "/tutorial-basics/markdown-features",
|
|
"docId": "tutorial-basics/markdown-features",
|
|
"unlisted": false
|
|
},
|
|
{
|
|
"type": "link",
|
|
"label": "Deploy your site",
|
|
"href": "/tutorial-basics/deploy-your-site",
|
|
"docId": "tutorial-basics/deploy-your-site",
|
|
"unlisted": false
|
|
},
|
|
{
|
|
"type": "link",
|
|
"label": "Congratulations!",
|
|
"href": "/tutorial-basics/congratulations",
|
|
"docId": "tutorial-basics/congratulations",
|
|
"unlisted": false
|
|
}
|
|
],
|
|
"href": "/category/tutorial---basics"
|
|
},
|
|
{
|
|
"type": "category",
|
|
"label": "Tutorial - Extras",
|
|
"collapsible": true,
|
|
"collapsed": true,
|
|
"items": [
|
|
{
|
|
"type": "link",
|
|
"label": "Manage Docs Versions",
|
|
"href": "/tutorial-extras/manage-docs-versions",
|
|
"docId": "tutorial-extras/manage-docs-versions",
|
|
"unlisted": false
|
|
},
|
|
{
|
|
"type": "link",
|
|
"label": "Translate your site",
|
|
"href": "/tutorial-extras/translate-your-site",
|
|
"docId": "tutorial-extras/translate-your-site",
|
|
"unlisted": false
|
|
}
|
|
],
|
|
"href": "/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"
|
|
}
|
|
}
|
|
} |