mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
basic changes
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Tutorial - Basics",
|
||||
"description": "5 minutes to learn the most important Docusaurus concepts.",
|
||||
"slug": "/category/tutorial---basics",
|
||||
"permalink": "/docs/category/tutorial---basics",
|
||||
"navigation": {
|
||||
"previous": {
|
||||
"title": "Tutorial Intro",
|
||||
"permalink": "/docs/intro"
|
||||
},
|
||||
"next": {
|
||||
"title": "Create a Page",
|
||||
"permalink": "/docs/tutorial-basics/create-a-page"
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Tutorial - Extras",
|
||||
"slug": "/category/tutorial---extras",
|
||||
"permalink": "/docs/category/tutorial---extras",
|
||||
"navigation": {
|
||||
"previous": {
|
||||
"title": "Congratulations!",
|
||||
"permalink": "/docs/tutorial-basics/congratulations"
|
||||
},
|
||||
"next": {
|
||||
"title": "Manage Docs Versions",
|
||||
"permalink": "/docs/tutorial-extras/manage-docs-versions"
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Tutorial - Basics",
|
||||
"description": "5 minutes to learn the most important Docusaurus concepts.",
|
||||
"slug": "/category/tutorial---basics",
|
||||
"permalink": "/category/tutorial---basics",
|
||||
"navigation": {
|
||||
"previous": {
|
||||
"title": "Tutorial Intro",
|
||||
"permalink": "/"
|
||||
},
|
||||
"next": {
|
||||
"title": "Create a Page",
|
||||
"permalink": "/tutorial-basics/create-a-page"
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Tutorial - Extras",
|
||||
"slug": "/category/tutorial---extras",
|
||||
"permalink": "/category/tutorial---extras",
|
||||
"navigation": {
|
||||
"previous": {
|
||||
"title": "Congratulations!",
|
||||
"permalink": "/tutorial-basics/congratulations"
|
||||
},
|
||||
"next": {
|
||||
"title": "Manage Docs Versions",
|
||||
"permalink": "/tutorial-extras/manage-docs-versions"
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "docusaurus-plugin-content-docs",
|
||||
"id": "default"
|
||||
}
|
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "intro",
|
||||
"title": "Tutorial Intro",
|
||||
"description": "Let's discover Docusaurus in less than 5 minutes.",
|
||||
"source": "@site/docs/intro.md",
|
||||
"sourceDirName": ".",
|
||||
"slug": "/",
|
||||
"permalink": "/",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/intro.md",
|
||||
"tags": [],
|
||||
"version": "current",
|
||||
"sidebarPosition": 1,
|
||||
"frontMatter": {
|
||||
"sidebar_position": 1,
|
||||
"slug": "/"
|
||||
},
|
||||
"sidebar": "tutorialSidebar",
|
||||
"next": {
|
||||
"title": "Tutorial - Basics",
|
||||
"permalink": "/category/tutorial---basics"
|
||||
}
|
||||
}
|
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "tutorial-basics/congratulations",
|
||||
"title": "Congratulations!",
|
||||
"description": "You have just learned the basics of Docusaurus and made some changes to the initial template.",
|
||||
"source": "@site/docs/tutorial-basics/congratulations.md",
|
||||
"sourceDirName": "tutorial-basics",
|
||||
"slug": "/tutorial-basics/congratulations",
|
||||
"permalink": "/tutorial-basics/congratulations",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/congratulations.md",
|
||||
"tags": [],
|
||||
"version": "current",
|
||||
"sidebarPosition": 6,
|
||||
"frontMatter": {
|
||||
"sidebar_position": 6
|
||||
},
|
||||
"sidebar": "tutorialSidebar",
|
||||
"previous": {
|
||||
"title": "Deploy your site",
|
||||
"permalink": "/tutorial-basics/deploy-your-site"
|
||||
},
|
||||
"next": {
|
||||
"title": "Tutorial - Extras",
|
||||
"permalink": "/category/tutorial---extras"
|
||||
}
|
||||
}
|
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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...",
|
||||
"source": "@site/docs/tutorial-basics/create-a-blog-post.md",
|
||||
"sourceDirName": "tutorial-basics",
|
||||
"slug": "/tutorial-basics/create-a-blog-post",
|
||||
"permalink": "/tutorial-basics/create-a-blog-post",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/create-a-blog-post.md",
|
||||
"tags": [],
|
||||
"version": "current",
|
||||
"sidebarPosition": 3,
|
||||
"frontMatter": {
|
||||
"sidebar_position": 3
|
||||
},
|
||||
"sidebar": "tutorialSidebar",
|
||||
"previous": {
|
||||
"title": "Create a Document",
|
||||
"permalink": "/tutorial-basics/create-a-document"
|
||||
},
|
||||
"next": {
|
||||
"title": "Markdown Features",
|
||||
"permalink": "/tutorial-basics/markdown-features"
|
||||
}
|
||||
}
|
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "tutorial-basics/create-a-document",
|
||||
"title": "Create a Document",
|
||||
"description": "Documents are groups of pages connected through:",
|
||||
"source": "@site/docs/tutorial-basics/create-a-document.md",
|
||||
"sourceDirName": "tutorial-basics",
|
||||
"slug": "/tutorial-basics/create-a-document",
|
||||
"permalink": "/tutorial-basics/create-a-document",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/create-a-document.md",
|
||||
"tags": [],
|
||||
"version": "current",
|
||||
"sidebarPosition": 2,
|
||||
"frontMatter": {
|
||||
"sidebar_position": 2
|
||||
},
|
||||
"sidebar": "tutorialSidebar",
|
||||
"previous": {
|
||||
"title": "Create a Page",
|
||||
"permalink": "/tutorial-basics/create-a-page"
|
||||
},
|
||||
"next": {
|
||||
"title": "Create a Blog Post",
|
||||
"permalink": "/tutorial-basics/create-a-blog-post"
|
||||
}
|
||||
}
|
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "tutorial-basics/create-a-page",
|
||||
"title": "Create a Page",
|
||||
"description": "Add Markdown or React files to src/pages to create a standalone page:",
|
||||
"source": "@site/docs/tutorial-basics/create-a-page.md",
|
||||
"sourceDirName": "tutorial-basics",
|
||||
"slug": "/tutorial-basics/create-a-page",
|
||||
"permalink": "/tutorial-basics/create-a-page",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/create-a-page.md",
|
||||
"tags": [],
|
||||
"version": "current",
|
||||
"sidebarPosition": 1,
|
||||
"frontMatter": {
|
||||
"sidebar_position": 1
|
||||
},
|
||||
"sidebar": "tutorialSidebar",
|
||||
"previous": {
|
||||
"title": "Tutorial - Basics",
|
||||
"permalink": "/category/tutorial---basics"
|
||||
},
|
||||
"next": {
|
||||
"title": "Create a Document",
|
||||
"permalink": "/tutorial-basics/create-a-document"
|
||||
}
|
||||
}
|
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "tutorial-basics/deploy-your-site",
|
||||
"title": "Deploy your site",
|
||||
"description": "Docusaurus is a static-site-generator (also called Jamstack).",
|
||||
"source": "@site/docs/tutorial-basics/deploy-your-site.md",
|
||||
"sourceDirName": "tutorial-basics",
|
||||
"slug": "/tutorial-basics/deploy-your-site",
|
||||
"permalink": "/tutorial-basics/deploy-your-site",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/deploy-your-site.md",
|
||||
"tags": [],
|
||||
"version": "current",
|
||||
"sidebarPosition": 5,
|
||||
"frontMatter": {
|
||||
"sidebar_position": 5
|
||||
},
|
||||
"sidebar": "tutorialSidebar",
|
||||
"previous": {
|
||||
"title": "Markdown Features",
|
||||
"permalink": "/tutorial-basics/markdown-features"
|
||||
},
|
||||
"next": {
|
||||
"title": "Congratulations!",
|
||||
"permalink": "/tutorial-basics/congratulations"
|
||||
}
|
||||
}
|
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "tutorial-basics/markdown-features",
|
||||
"title": "Markdown Features",
|
||||
"description": "Docusaurus supports Markdown and a few additional features.",
|
||||
"source": "@site/docs/tutorial-basics/markdown-features.mdx",
|
||||
"sourceDirName": "tutorial-basics",
|
||||
"slug": "/tutorial-basics/markdown-features",
|
||||
"permalink": "/tutorial-basics/markdown-features",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/markdown-features.mdx",
|
||||
"tags": [],
|
||||
"version": "current",
|
||||
"sidebarPosition": 4,
|
||||
"frontMatter": {
|
||||
"sidebar_position": 4
|
||||
},
|
||||
"sidebar": "tutorialSidebar",
|
||||
"previous": {
|
||||
"title": "Create a Blog Post",
|
||||
"permalink": "/tutorial-basics/create-a-blog-post"
|
||||
},
|
||||
"next": {
|
||||
"title": "Deploy your site",
|
||||
"permalink": "/tutorial-basics/deploy-your-site"
|
||||
}
|
||||
}
|
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "tutorial-extras/manage-docs-versions",
|
||||
"title": "Manage Docs Versions",
|
||||
"description": "Docusaurus can manage multiple versions of your docs.",
|
||||
"source": "@site/docs/tutorial-extras/manage-docs-versions.md",
|
||||
"sourceDirName": "tutorial-extras",
|
||||
"slug": "/tutorial-extras/manage-docs-versions",
|
||||
"permalink": "/tutorial-extras/manage-docs-versions",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-extras/manage-docs-versions.md",
|
||||
"tags": [],
|
||||
"version": "current",
|
||||
"sidebarPosition": 1,
|
||||
"frontMatter": {
|
||||
"sidebar_position": 1
|
||||
},
|
||||
"sidebar": "tutorialSidebar",
|
||||
"previous": {
|
||||
"title": "Tutorial - Extras",
|
||||
"permalink": "/category/tutorial---extras"
|
||||
},
|
||||
"next": {
|
||||
"title": "Translate your site",
|
||||
"permalink": "/tutorial-extras/translate-your-site"
|
||||
}
|
||||
}
|
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"id": "tutorial-extras/translate-your-site",
|
||||
"title": "Translate your site",
|
||||
"description": "Let's translate docs/intro.md to French.",
|
||||
"source": "@site/docs/tutorial-extras/translate-your-site.md",
|
||||
"sourceDirName": "tutorial-extras",
|
||||
"slug": "/tutorial-extras/translate-your-site",
|
||||
"permalink": "/tutorial-extras/translate-your-site",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-extras/translate-your-site.md",
|
||||
"tags": [],
|
||||
"version": "current",
|
||||
"sidebarPosition": 2,
|
||||
"frontMatter": {
|
||||
"sidebar_position": 2
|
||||
},
|
||||
"sidebar": "tutorialSidebar",
|
||||
"previous": {
|
||||
"title": "Manage Docs Versions",
|
||||
"permalink": "/tutorial-extras/manage-docs-versions"
|
||||
}
|
||||
}
|
@@ -0,0 +1,151 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user