mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-05 19:06:37 +02:00
basic changes
This commit is contained in:
5
.docusaurus/DONT-EDIT-THIS-FOLDER
Normal file
5
.docusaurus/DONT-EDIT-THIS-FOLDER
Normal file
@@ -0,0 +1,5 @@
|
||||
This folder stores temp files that Docusaurus' client bundler accesses.
|
||||
|
||||
DO NOT hand-modify files in this folder because they will be overwritten in the
|
||||
next build. You can clear all build artifacts (including this folder) with the
|
||||
`docusaurus clear` command.
|
6
.docusaurus/client-modules.js
Normal file
6
.docusaurus/client-modules.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default [
|
||||
require("/home/whoami/Documents/GitHub/documentation/node_modules/infima/dist/css/default/default.css"),
|
||||
require("/home/whoami/Documents/GitHub/documentation/node_modules/@docusaurus/theme-classic/lib/prism-include-languages"),
|
||||
require("/home/whoami/Documents/GitHub/documentation/node_modules/@docusaurus/theme-classic/lib/nprogress"),
|
||||
require("/home/whoami/Documents/GitHub/documentation/src/css/custom.css"),
|
||||
];
|
1
.docusaurus/codeTranslations.json
Normal file
1
.docusaurus/codeTranslations.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,222 @@
|
||||
{
|
||||
"blogPosts": [
|
||||
{
|
||||
"id": "welcome",
|
||||
"metadata": {
|
||||
"permalink": "/blog/welcome",
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2021-08-26-welcome/index.md",
|
||||
"source": "@site/blog/2021-08-26-welcome/index.md",
|
||||
"title": "Welcome",
|
||||
"description": "Docusaurus blogging features are powered by the blog plugin.",
|
||||
"date": "2021-08-26T00:00:00.000Z",
|
||||
"formattedDate": "August 26, 2021",
|
||||
"tags": [
|
||||
{
|
||||
"label": "facebook",
|
||||
"permalink": "/blog/tags/facebook"
|
||||
},
|
||||
{
|
||||
"label": "hello",
|
||||
"permalink": "/blog/tags/hello"
|
||||
},
|
||||
{
|
||||
"label": "docusaurus",
|
||||
"permalink": "/blog/tags/docusaurus"
|
||||
}
|
||||
],
|
||||
"readingTime": 0.405,
|
||||
"hasTruncateMarker": false,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sébastien Lorber",
|
||||
"title": "Docusaurus maintainer",
|
||||
"url": "https://sebastienlorber.com",
|
||||
"imageURL": "https://github.com/slorber.png",
|
||||
"key": "slorber"
|
||||
},
|
||||
{
|
||||
"name": "Yangshun Tay",
|
||||
"title": "Front End Engineer @ Facebook",
|
||||
"url": "https://github.com/yangshun",
|
||||
"imageURL": "https://github.com/yangshun.png",
|
||||
"key": "yangshun"
|
||||
}
|
||||
],
|
||||
"frontMatter": {
|
||||
"slug": "welcome",
|
||||
"title": "Welcome",
|
||||
"authors": [
|
||||
"slorber",
|
||||
"yangshun"
|
||||
],
|
||||
"tags": [
|
||||
"facebook",
|
||||
"hello",
|
||||
"docusaurus"
|
||||
]
|
||||
},
|
||||
"unlisted": false,
|
||||
"nextItem": {
|
||||
"title": "MDX Blog Post",
|
||||
"permalink": "/blog/mdx-blog-post"
|
||||
}
|
||||
},
|
||||
"content": "[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).\n\nSimply add Markdown files (or folders) to the `blog` directory.\n\nRegular blog authors can be added to `authors.yml`.\n\nThe blog post date can be extracted from filenames, such as:\n\n- `2019-05-30-welcome.md`\n- `2019-05-30-welcome/index.md`\n\nA blog post folder can be convenient to co-locate blog post images:\n\n\n\nThe blog supports tags as well!\n\n**And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config."
|
||||
},
|
||||
{
|
||||
"id": "mdx-blog-post",
|
||||
"metadata": {
|
||||
"permalink": "/blog/mdx-blog-post",
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2021-08-01-mdx-blog-post.mdx",
|
||||
"source": "@site/blog/2021-08-01-mdx-blog-post.mdx",
|
||||
"title": "MDX Blog Post",
|
||||
"description": "Blog posts support Docusaurus Markdown features, such as MDX.",
|
||||
"date": "2021-08-01T00:00:00.000Z",
|
||||
"formattedDate": "August 1, 2021",
|
||||
"tags": [
|
||||
{
|
||||
"label": "docusaurus",
|
||||
"permalink": "/blog/tags/docusaurus"
|
||||
}
|
||||
],
|
||||
"readingTime": 0.175,
|
||||
"hasTruncateMarker": false,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sébastien Lorber",
|
||||
"title": "Docusaurus maintainer",
|
||||
"url": "https://sebastienlorber.com",
|
||||
"imageURL": "https://github.com/slorber.png",
|
||||
"key": "slorber"
|
||||
}
|
||||
],
|
||||
"frontMatter": {
|
||||
"slug": "mdx-blog-post",
|
||||
"title": "MDX Blog Post",
|
||||
"authors": [
|
||||
"slorber"
|
||||
],
|
||||
"tags": [
|
||||
"docusaurus"
|
||||
]
|
||||
},
|
||||
"unlisted": false,
|
||||
"prevItem": {
|
||||
"title": "Welcome",
|
||||
"permalink": "/blog/welcome"
|
||||
},
|
||||
"nextItem": {
|
||||
"title": "Long Blog Post",
|
||||
"permalink": "/blog/long-blog-post"
|
||||
}
|
||||
},
|
||||
"content": "Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/).\n\n:::tip\n\nUse the power of React to create interactive blog posts.\n\n```js\n<button onClick={() => alert('button clicked!')}>Click me!</button>\n```\n\n<button onClick={() => alert('button clicked!')}>Click me!</button>\n\n:::"
|
||||
},
|
||||
{
|
||||
"id": "long-blog-post",
|
||||
"metadata": {
|
||||
"permalink": "/blog/long-blog-post",
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2019-05-29-long-blog-post.md",
|
||||
"source": "@site/blog/2019-05-29-long-blog-post.md",
|
||||
"title": "Long Blog Post",
|
||||
"description": "This is the summary of a very long blog post,",
|
||||
"date": "2019-05-29T00:00:00.000Z",
|
||||
"formattedDate": "May 29, 2019",
|
||||
"tags": [
|
||||
{
|
||||
"label": "hello",
|
||||
"permalink": "/blog/tags/hello"
|
||||
},
|
||||
{
|
||||
"label": "docusaurus",
|
||||
"permalink": "/blog/tags/docusaurus"
|
||||
}
|
||||
],
|
||||
"readingTime": 2.05,
|
||||
"hasTruncateMarker": true,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Endilie Yacop Sucipto",
|
||||
"title": "Maintainer of Docusaurus",
|
||||
"url": "https://github.com/endiliey",
|
||||
"imageURL": "https://github.com/endiliey.png",
|
||||
"key": "endi"
|
||||
}
|
||||
],
|
||||
"frontMatter": {
|
||||
"slug": "long-blog-post",
|
||||
"title": "Long Blog Post",
|
||||
"authors": "endi",
|
||||
"tags": [
|
||||
"hello",
|
||||
"docusaurus"
|
||||
]
|
||||
},
|
||||
"unlisted": false,
|
||||
"prevItem": {
|
||||
"title": "MDX Blog Post",
|
||||
"permalink": "/blog/mdx-blog-post"
|
||||
},
|
||||
"nextItem": {
|
||||
"title": "First Blog Post",
|
||||
"permalink": "/blog/first-blog-post"
|
||||
}
|
||||
},
|
||||
"content": "This is the summary of a very long blog post,\n\nUse a `<!--` `truncate` `-->` comment to limit blog post size in the list view.\n\n<!--truncate-->\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet"
|
||||
},
|
||||
{
|
||||
"id": "first-blog-post",
|
||||
"metadata": {
|
||||
"permalink": "/blog/first-blog-post",
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2019-05-28-first-blog-post.md",
|
||||
"source": "@site/blog/2019-05-28-first-blog-post.md",
|
||||
"title": "First Blog Post",
|
||||
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet",
|
||||
"date": "2019-05-28T00:00:00.000Z",
|
||||
"formattedDate": "May 28, 2019",
|
||||
"tags": [
|
||||
{
|
||||
"label": "hola",
|
||||
"permalink": "/blog/tags/hola"
|
||||
},
|
||||
{
|
||||
"label": "docusaurus",
|
||||
"permalink": "/blog/tags/docusaurus"
|
||||
}
|
||||
],
|
||||
"readingTime": 0.12,
|
||||
"hasTruncateMarker": false,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Gao Wei",
|
||||
"title": "Docusaurus Core Team",
|
||||
"url": "https://github.com/wgao19",
|
||||
"image_url": "https://github.com/wgao19.png",
|
||||
"imageURL": "https://github.com/wgao19.png"
|
||||
}
|
||||
],
|
||||
"frontMatter": {
|
||||
"slug": "first-blog-post",
|
||||
"title": "First Blog Post",
|
||||
"authors": {
|
||||
"name": "Gao Wei",
|
||||
"title": "Docusaurus Core Team",
|
||||
"url": "https://github.com/wgao19",
|
||||
"image_url": "https://github.com/wgao19.png",
|
||||
"imageURL": "https://github.com/wgao19.png"
|
||||
},
|
||||
"tags": [
|
||||
"hola",
|
||||
"docusaurus"
|
||||
]
|
||||
},
|
||||
"unlisted": false,
|
||||
"prevItem": {
|
||||
"title": "Long Blog Post",
|
||||
"permalink": "/blog/long-blog-post"
|
||||
}
|
||||
},
|
||||
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"permalink": "/blog",
|
||||
"page": 1,
|
||||
"postsPerPage": 10,
|
||||
"totalPages": 1,
|
||||
"totalCount": 4,
|
||||
"blogDescription": "Blog",
|
||||
"blogTitle": "Blog"
|
||||
}
|
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"title": "Recent posts",
|
||||
"items": [
|
||||
{
|
||||
"title": "Welcome",
|
||||
"permalink": "/blog/welcome",
|
||||
"unlisted": false
|
||||
},
|
||||
{
|
||||
"title": "MDX Blog Post",
|
||||
"permalink": "/blog/mdx-blog-post",
|
||||
"unlisted": false
|
||||
},
|
||||
{
|
||||
"title": "Long Blog Post",
|
||||
"permalink": "/blog/long-blog-post",
|
||||
"unlisted": false
|
||||
},
|
||||
{
|
||||
"title": "First Blog Post",
|
||||
"permalink": "/blog/first-blog-post",
|
||||
"unlisted": false
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"permalink": "/blog/tags/docusaurus",
|
||||
"page": 1,
|
||||
"postsPerPage": 10,
|
||||
"totalPages": 1,
|
||||
"totalCount": 4,
|
||||
"blogDescription": "Blog",
|
||||
"blogTitle": "Blog"
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"label": "docusaurus",
|
||||
"permalink": "/blog/tags/docusaurus",
|
||||
"allTagsPath": "/blog/tags",
|
||||
"count": 4,
|
||||
"unlisted": false
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"permalink": "/blog/tags/facebook",
|
||||
"page": 1,
|
||||
"postsPerPage": 10,
|
||||
"totalPages": 1,
|
||||
"totalCount": 1,
|
||||
"blogDescription": "Blog",
|
||||
"blogTitle": "Blog"
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"label": "facebook",
|
||||
"permalink": "/blog/tags/facebook",
|
||||
"allTagsPath": "/blog/tags",
|
||||
"count": 1,
|
||||
"unlisted": false
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"permalink": "/blog/tags/hello",
|
||||
"page": 1,
|
||||
"postsPerPage": 10,
|
||||
"totalPages": 1,
|
||||
"totalCount": 2,
|
||||
"blogDescription": "Blog",
|
||||
"blogTitle": "Blog"
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"label": "hello",
|
||||
"permalink": "/blog/tags/hello",
|
||||
"allTagsPath": "/blog/tags",
|
||||
"count": 2,
|
||||
"unlisted": false
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"permalink": "/blog/tags/hola",
|
||||
"page": 1,
|
||||
"postsPerPage": 10,
|
||||
"totalPages": 1,
|
||||
"totalCount": 1,
|
||||
"blogDescription": "Blog",
|
||||
"blogTitle": "Blog"
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"label": "hola",
|
||||
"permalink": "/blog/tags/hola",
|
||||
"allTagsPath": "/blog/tags",
|
||||
"count": 1,
|
||||
"unlisted": false
|
||||
}
|
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"label": "facebook",
|
||||
"permalink": "/blog/tags/facebook",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"label": "hello",
|
||||
"permalink": "/blog/tags/hello",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"label": "docusaurus",
|
||||
"permalink": "/blog/tags/docusaurus",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"label": "hola",
|
||||
"permalink": "/blog/tags/hola",
|
||||
"count": 1
|
||||
}
|
||||
]
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "docusaurus-plugin-content-blog",
|
||||
"id": "default"
|
||||
}
|
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"permalink": "/blog/first-blog-post",
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2019-05-28-first-blog-post.md",
|
||||
"source": "@site/blog/2019-05-28-first-blog-post.md",
|
||||
"title": "First Blog Post",
|
||||
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet",
|
||||
"date": "2019-05-28T00:00:00.000Z",
|
||||
"formattedDate": "May 28, 2019",
|
||||
"tags": [
|
||||
{
|
||||
"label": "hola",
|
||||
"permalink": "/blog/tags/hola"
|
||||
},
|
||||
{
|
||||
"label": "docusaurus",
|
||||
"permalink": "/blog/tags/docusaurus"
|
||||
}
|
||||
],
|
||||
"readingTime": 0.12,
|
||||
"hasTruncateMarker": false,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Gao Wei",
|
||||
"title": "Docusaurus Core Team",
|
||||
"url": "https://github.com/wgao19",
|
||||
"image_url": "https://github.com/wgao19.png",
|
||||
"imageURL": "https://github.com/wgao19.png"
|
||||
}
|
||||
],
|
||||
"frontMatter": {
|
||||
"slug": "first-blog-post",
|
||||
"title": "First Blog Post",
|
||||
"authors": {
|
||||
"name": "Gao Wei",
|
||||
"title": "Docusaurus Core Team",
|
||||
"url": "https://github.com/wgao19",
|
||||
"image_url": "https://github.com/wgao19.png",
|
||||
"imageURL": "https://github.com/wgao19.png"
|
||||
},
|
||||
"tags": [
|
||||
"hola",
|
||||
"docusaurus"
|
||||
]
|
||||
},
|
||||
"unlisted": false,
|
||||
"prevItem": {
|
||||
"title": "Long Blog Post",
|
||||
"permalink": "/blog/long-blog-post"
|
||||
}
|
||||
}
|
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"permalink": "/blog/long-blog-post",
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2019-05-29-long-blog-post.md",
|
||||
"source": "@site/blog/2019-05-29-long-blog-post.md",
|
||||
"title": "Long Blog Post",
|
||||
"description": "This is the summary of a very long blog post,",
|
||||
"date": "2019-05-29T00:00:00.000Z",
|
||||
"formattedDate": "May 29, 2019",
|
||||
"tags": [
|
||||
{
|
||||
"label": "hello",
|
||||
"permalink": "/blog/tags/hello"
|
||||
},
|
||||
{
|
||||
"label": "docusaurus",
|
||||
"permalink": "/blog/tags/docusaurus"
|
||||
}
|
||||
],
|
||||
"readingTime": 2.05,
|
||||
"hasTruncateMarker": true,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Endilie Yacop Sucipto",
|
||||
"title": "Maintainer of Docusaurus",
|
||||
"url": "https://github.com/endiliey",
|
||||
"imageURL": "https://github.com/endiliey.png",
|
||||
"key": "endi"
|
||||
}
|
||||
],
|
||||
"frontMatter": {
|
||||
"slug": "long-blog-post",
|
||||
"title": "Long Blog Post",
|
||||
"authors": "endi",
|
||||
"tags": [
|
||||
"hello",
|
||||
"docusaurus"
|
||||
]
|
||||
},
|
||||
"unlisted": false,
|
||||
"prevItem": {
|
||||
"title": "MDX Blog Post",
|
||||
"permalink": "/blog/mdx-blog-post"
|
||||
},
|
||||
"nextItem": {
|
||||
"title": "First Blog Post",
|
||||
"permalink": "/blog/first-blog-post"
|
||||
}
|
||||
}
|
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"permalink": "/blog/mdx-blog-post",
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2021-08-01-mdx-blog-post.mdx",
|
||||
"source": "@site/blog/2021-08-01-mdx-blog-post.mdx",
|
||||
"title": "MDX Blog Post",
|
||||
"description": "Blog posts support Docusaurus Markdown features, such as MDX.",
|
||||
"date": "2021-08-01T00:00:00.000Z",
|
||||
"formattedDate": "August 1, 2021",
|
||||
"tags": [
|
||||
{
|
||||
"label": "docusaurus",
|
||||
"permalink": "/blog/tags/docusaurus"
|
||||
}
|
||||
],
|
||||
"readingTime": 0.175,
|
||||
"hasTruncateMarker": false,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sébastien Lorber",
|
||||
"title": "Docusaurus maintainer",
|
||||
"url": "https://sebastienlorber.com",
|
||||
"imageURL": "https://github.com/slorber.png",
|
||||
"key": "slorber"
|
||||
}
|
||||
],
|
||||
"frontMatter": {
|
||||
"slug": "mdx-blog-post",
|
||||
"title": "MDX Blog Post",
|
||||
"authors": [
|
||||
"slorber"
|
||||
],
|
||||
"tags": [
|
||||
"docusaurus"
|
||||
]
|
||||
},
|
||||
"unlisted": false,
|
||||
"prevItem": {
|
||||
"title": "Welcome",
|
||||
"permalink": "/blog/welcome"
|
||||
},
|
||||
"nextItem": {
|
||||
"title": "Long Blog Post",
|
||||
"permalink": "/blog/long-blog-post"
|
||||
}
|
||||
}
|
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"permalink": "/blog/welcome",
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2021-08-26-welcome/index.md",
|
||||
"source": "@site/blog/2021-08-26-welcome/index.md",
|
||||
"title": "Welcome",
|
||||
"description": "Docusaurus blogging features are powered by the blog plugin.",
|
||||
"date": "2021-08-26T00:00:00.000Z",
|
||||
"formattedDate": "August 26, 2021",
|
||||
"tags": [
|
||||
{
|
||||
"label": "facebook",
|
||||
"permalink": "/blog/tags/facebook"
|
||||
},
|
||||
{
|
||||
"label": "hello",
|
||||
"permalink": "/blog/tags/hello"
|
||||
},
|
||||
{
|
||||
"label": "docusaurus",
|
||||
"permalink": "/blog/tags/docusaurus"
|
||||
}
|
||||
],
|
||||
"readingTime": 0.405,
|
||||
"hasTruncateMarker": false,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sébastien Lorber",
|
||||
"title": "Docusaurus maintainer",
|
||||
"url": "https://sebastienlorber.com",
|
||||
"imageURL": "https://github.com/slorber.png",
|
||||
"key": "slorber"
|
||||
},
|
||||
{
|
||||
"name": "Yangshun Tay",
|
||||
"title": "Front End Engineer @ Facebook",
|
||||
"url": "https://github.com/yangshun",
|
||||
"imageURL": "https://github.com/yangshun.png",
|
||||
"key": "yangshun"
|
||||
}
|
||||
],
|
||||
"frontMatter": {
|
||||
"slug": "welcome",
|
||||
"title": "Welcome",
|
||||
"authors": [
|
||||
"slorber",
|
||||
"yangshun"
|
||||
],
|
||||
"tags": [
|
||||
"facebook",
|
||||
"hello",
|
||||
"docusaurus"
|
||||
]
|
||||
},
|
||||
"unlisted": false,
|
||||
"nextItem": {
|
||||
"title": "MDX Blog Post",
|
||||
"permalink": "/blog/mdx-blog-post"
|
||||
}
|
||||
}
|
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "docusaurus-plugin-content-pages",
|
||||
"id": "default"
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "mdx",
|
||||
"permalink": "/markdown-page",
|
||||
"source": "@site/src/pages/markdown-page.md",
|
||||
"title": "Markdown page example",
|
||||
"description": "You don't need React to write simple standalone pages.",
|
||||
"frontMatter": {
|
||||
"title": "Markdown page example"
|
||||
},
|
||||
"unlisted": false
|
||||
}
|
@@ -0,0 +1,701 @@
|
||||
{
|
||||
"docusaurus-plugin-content-docs": {
|
||||
"default": {
|
||||
"loadedVersions": [
|
||||
{
|
||||
"versionName": "current",
|
||||
"label": "Next",
|
||||
"banner": null,
|
||||
"badge": false,
|
||||
"noIndex": false,
|
||||
"className": "docs-version-current",
|
||||
"path": "/",
|
||||
"tagsPath": "/tags",
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs",
|
||||
"editUrlLocalized": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/i18n/en/docusaurus-plugin-content-docs/current",
|
||||
"isLast": true,
|
||||
"routePriority": -1,
|
||||
"sidebarFilePath": "/home/whoami/Documents/GitHub/documentation/sidebars.js",
|
||||
"contentPath": "/home/whoami/Documents/GitHub/documentation/docs",
|
||||
"contentPathLocalized": "/home/whoami/Documents/GitHub/documentation/i18n/en/docusaurus-plugin-content-docs/current",
|
||||
"docs": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"drafts": [],
|
||||
"sidebars": {
|
||||
"tutorialSidebar": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "intro"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Tutorial - Basics",
|
||||
"collapsible": true,
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "tutorial-basics/create-a-page"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "tutorial-basics/create-a-document"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "tutorial-basics/create-a-blog-post"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "tutorial-basics/markdown-features"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "tutorial-basics/deploy-your-site"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "tutorial-basics/congratulations"
|
||||
}
|
||||
],
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "5 minutes to learn the most important Docusaurus concepts.",
|
||||
"slug": "/category/tutorial---basics",
|
||||
"permalink": "/category/tutorial---basics"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Tutorial - Extras",
|
||||
"collapsible": true,
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "tutorial-extras/manage-docs-versions"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "tutorial-extras/translate-your-site"
|
||||
}
|
||||
],
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"slug": "/category/tutorial---extras",
|
||||
"permalink": "/category/tutorial---extras"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"docusaurus-plugin-content-blog": {
|
||||
"default": {
|
||||
"blogSidebarTitle": "Recent posts",
|
||||
"blogPosts": [
|
||||
{
|
||||
"id": "welcome",
|
||||
"metadata": {
|
||||
"permalink": "/blog/welcome",
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2021-08-26-welcome/index.md",
|
||||
"source": "@site/blog/2021-08-26-welcome/index.md",
|
||||
"title": "Welcome",
|
||||
"description": "Docusaurus blogging features are powered by the blog plugin.",
|
||||
"date": "2021-08-26T00:00:00.000Z",
|
||||
"formattedDate": "August 26, 2021",
|
||||
"tags": [
|
||||
{
|
||||
"label": "facebook",
|
||||
"permalink": "/blog/tags/facebook"
|
||||
},
|
||||
{
|
||||
"label": "hello",
|
||||
"permalink": "/blog/tags/hello"
|
||||
},
|
||||
{
|
||||
"label": "docusaurus",
|
||||
"permalink": "/blog/tags/docusaurus"
|
||||
}
|
||||
],
|
||||
"readingTime": 0.405,
|
||||
"hasTruncateMarker": false,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sébastien Lorber",
|
||||
"title": "Docusaurus maintainer",
|
||||
"url": "https://sebastienlorber.com",
|
||||
"imageURL": "https://github.com/slorber.png",
|
||||
"key": "slorber"
|
||||
},
|
||||
{
|
||||
"name": "Yangshun Tay",
|
||||
"title": "Front End Engineer @ Facebook",
|
||||
"url": "https://github.com/yangshun",
|
||||
"imageURL": "https://github.com/yangshun.png",
|
||||
"key": "yangshun"
|
||||
}
|
||||
],
|
||||
"frontMatter": {
|
||||
"slug": "welcome",
|
||||
"title": "Welcome",
|
||||
"authors": [
|
||||
"slorber",
|
||||
"yangshun"
|
||||
],
|
||||
"tags": [
|
||||
"facebook",
|
||||
"hello",
|
||||
"docusaurus"
|
||||
]
|
||||
},
|
||||
"unlisted": false,
|
||||
"nextItem": {
|
||||
"title": "MDX Blog Post",
|
||||
"permalink": "/blog/mdx-blog-post"
|
||||
}
|
||||
},
|
||||
"content": "[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).\n\nSimply add Markdown files (or folders) to the `blog` directory.\n\nRegular blog authors can be added to `authors.yml`.\n\nThe blog post date can be extracted from filenames, such as:\n\n- `2019-05-30-welcome.md`\n- `2019-05-30-welcome/index.md`\n\nA blog post folder can be convenient to co-locate blog post images:\n\n\n\nThe blog supports tags as well!\n\n**And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config."
|
||||
},
|
||||
{
|
||||
"id": "mdx-blog-post",
|
||||
"metadata": {
|
||||
"permalink": "/blog/mdx-blog-post",
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2021-08-01-mdx-blog-post.mdx",
|
||||
"source": "@site/blog/2021-08-01-mdx-blog-post.mdx",
|
||||
"title": "MDX Blog Post",
|
||||
"description": "Blog posts support Docusaurus Markdown features, such as MDX.",
|
||||
"date": "2021-08-01T00:00:00.000Z",
|
||||
"formattedDate": "August 1, 2021",
|
||||
"tags": [
|
||||
{
|
||||
"label": "docusaurus",
|
||||
"permalink": "/blog/tags/docusaurus"
|
||||
}
|
||||
],
|
||||
"readingTime": 0.175,
|
||||
"hasTruncateMarker": false,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sébastien Lorber",
|
||||
"title": "Docusaurus maintainer",
|
||||
"url": "https://sebastienlorber.com",
|
||||
"imageURL": "https://github.com/slorber.png",
|
||||
"key": "slorber"
|
||||
}
|
||||
],
|
||||
"frontMatter": {
|
||||
"slug": "mdx-blog-post",
|
||||
"title": "MDX Blog Post",
|
||||
"authors": [
|
||||
"slorber"
|
||||
],
|
||||
"tags": [
|
||||
"docusaurus"
|
||||
]
|
||||
},
|
||||
"unlisted": false,
|
||||
"prevItem": {
|
||||
"title": "Welcome",
|
||||
"permalink": "/blog/welcome"
|
||||
},
|
||||
"nextItem": {
|
||||
"title": "Long Blog Post",
|
||||
"permalink": "/blog/long-blog-post"
|
||||
}
|
||||
},
|
||||
"content": "Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/).\n\n:::tip\n\nUse the power of React to create interactive blog posts.\n\n```js\n<button onClick={() => alert('button clicked!')}>Click me!</button>\n```\n\n<button onClick={() => alert('button clicked!')}>Click me!</button>\n\n:::"
|
||||
},
|
||||
{
|
||||
"id": "long-blog-post",
|
||||
"metadata": {
|
||||
"permalink": "/blog/long-blog-post",
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2019-05-29-long-blog-post.md",
|
||||
"source": "@site/blog/2019-05-29-long-blog-post.md",
|
||||
"title": "Long Blog Post",
|
||||
"description": "This is the summary of a very long blog post,",
|
||||
"date": "2019-05-29T00:00:00.000Z",
|
||||
"formattedDate": "May 29, 2019",
|
||||
"tags": [
|
||||
{
|
||||
"label": "hello",
|
||||
"permalink": "/blog/tags/hello"
|
||||
},
|
||||
{
|
||||
"label": "docusaurus",
|
||||
"permalink": "/blog/tags/docusaurus"
|
||||
}
|
||||
],
|
||||
"readingTime": 2.05,
|
||||
"hasTruncateMarker": true,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Endilie Yacop Sucipto",
|
||||
"title": "Maintainer of Docusaurus",
|
||||
"url": "https://github.com/endiliey",
|
||||
"imageURL": "https://github.com/endiliey.png",
|
||||
"key": "endi"
|
||||
}
|
||||
],
|
||||
"frontMatter": {
|
||||
"slug": "long-blog-post",
|
||||
"title": "Long Blog Post",
|
||||
"authors": "endi",
|
||||
"tags": [
|
||||
"hello",
|
||||
"docusaurus"
|
||||
]
|
||||
},
|
||||
"unlisted": false,
|
||||
"prevItem": {
|
||||
"title": "MDX Blog Post",
|
||||
"permalink": "/blog/mdx-blog-post"
|
||||
},
|
||||
"nextItem": {
|
||||
"title": "First Blog Post",
|
||||
"permalink": "/blog/first-blog-post"
|
||||
}
|
||||
},
|
||||
"content": "This is the summary of a very long blog post,\n\nUse a `<!--` `truncate` `-->` comment to limit blog post size in the list view.\n\n<!--truncate-->\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet"
|
||||
},
|
||||
{
|
||||
"id": "first-blog-post",
|
||||
"metadata": {
|
||||
"permalink": "/blog/first-blog-post",
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2019-05-28-first-blog-post.md",
|
||||
"source": "@site/blog/2019-05-28-first-blog-post.md",
|
||||
"title": "First Blog Post",
|
||||
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet",
|
||||
"date": "2019-05-28T00:00:00.000Z",
|
||||
"formattedDate": "May 28, 2019",
|
||||
"tags": [
|
||||
{
|
||||
"label": "hola",
|
||||
"permalink": "/blog/tags/hola"
|
||||
},
|
||||
{
|
||||
"label": "docusaurus",
|
||||
"permalink": "/blog/tags/docusaurus"
|
||||
}
|
||||
],
|
||||
"readingTime": 0.12,
|
||||
"hasTruncateMarker": false,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Gao Wei",
|
||||
"title": "Docusaurus Core Team",
|
||||
"url": "https://github.com/wgao19",
|
||||
"image_url": "https://github.com/wgao19.png",
|
||||
"imageURL": "https://github.com/wgao19.png"
|
||||
}
|
||||
],
|
||||
"frontMatter": {
|
||||
"slug": "first-blog-post",
|
||||
"title": "First Blog Post",
|
||||
"authors": {
|
||||
"name": "Gao Wei",
|
||||
"title": "Docusaurus Core Team",
|
||||
"url": "https://github.com/wgao19",
|
||||
"image_url": "https://github.com/wgao19.png",
|
||||
"imageURL": "https://github.com/wgao19.png"
|
||||
},
|
||||
"tags": [
|
||||
"hola",
|
||||
"docusaurus"
|
||||
]
|
||||
},
|
||||
"unlisted": false,
|
||||
"prevItem": {
|
||||
"title": "Long Blog Post",
|
||||
"permalink": "/blog/long-blog-post"
|
||||
}
|
||||
},
|
||||
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet"
|
||||
}
|
||||
],
|
||||
"blogListPaginated": [
|
||||
{
|
||||
"items": [
|
||||
"welcome",
|
||||
"mdx-blog-post",
|
||||
"long-blog-post",
|
||||
"first-blog-post"
|
||||
],
|
||||
"metadata": {
|
||||
"permalink": "/blog",
|
||||
"page": 1,
|
||||
"postsPerPage": 10,
|
||||
"totalPages": 1,
|
||||
"totalCount": 4,
|
||||
"blogDescription": "Blog",
|
||||
"blogTitle": "Blog"
|
||||
}
|
||||
}
|
||||
],
|
||||
"blogTags": {
|
||||
"/blog/tags/facebook": {
|
||||
"label": "facebook",
|
||||
"items": [
|
||||
"welcome"
|
||||
],
|
||||
"permalink": "/blog/tags/facebook",
|
||||
"pages": [
|
||||
{
|
||||
"items": [
|
||||
"welcome"
|
||||
],
|
||||
"metadata": {
|
||||
"permalink": "/blog/tags/facebook",
|
||||
"page": 1,
|
||||
"postsPerPage": 10,
|
||||
"totalPages": 1,
|
||||
"totalCount": 1,
|
||||
"blogDescription": "Blog",
|
||||
"blogTitle": "Blog"
|
||||
}
|
||||
}
|
||||
],
|
||||
"unlisted": false
|
||||
},
|
||||
"/blog/tags/hello": {
|
||||
"label": "hello",
|
||||
"items": [
|
||||
"welcome",
|
||||
"long-blog-post"
|
||||
],
|
||||
"permalink": "/blog/tags/hello",
|
||||
"pages": [
|
||||
{
|
||||
"items": [
|
||||
"welcome",
|
||||
"long-blog-post"
|
||||
],
|
||||
"metadata": {
|
||||
"permalink": "/blog/tags/hello",
|
||||
"page": 1,
|
||||
"postsPerPage": 10,
|
||||
"totalPages": 1,
|
||||
"totalCount": 2,
|
||||
"blogDescription": "Blog",
|
||||
"blogTitle": "Blog"
|
||||
}
|
||||
}
|
||||
],
|
||||
"unlisted": false
|
||||
},
|
||||
"/blog/tags/docusaurus": {
|
||||
"label": "docusaurus",
|
||||
"items": [
|
||||
"welcome",
|
||||
"mdx-blog-post",
|
||||
"long-blog-post",
|
||||
"first-blog-post"
|
||||
],
|
||||
"permalink": "/blog/tags/docusaurus",
|
||||
"pages": [
|
||||
{
|
||||
"items": [
|
||||
"welcome",
|
||||
"mdx-blog-post",
|
||||
"long-blog-post",
|
||||
"first-blog-post"
|
||||
],
|
||||
"metadata": {
|
||||
"permalink": "/blog/tags/docusaurus",
|
||||
"page": 1,
|
||||
"postsPerPage": 10,
|
||||
"totalPages": 1,
|
||||
"totalCount": 4,
|
||||
"blogDescription": "Blog",
|
||||
"blogTitle": "Blog"
|
||||
}
|
||||
}
|
||||
],
|
||||
"unlisted": false
|
||||
},
|
||||
"/blog/tags/hola": {
|
||||
"label": "hola",
|
||||
"items": [
|
||||
"first-blog-post"
|
||||
],
|
||||
"permalink": "/blog/tags/hola",
|
||||
"pages": [
|
||||
{
|
||||
"items": [
|
||||
"first-blog-post"
|
||||
],
|
||||
"metadata": {
|
||||
"permalink": "/blog/tags/hola",
|
||||
"page": 1,
|
||||
"postsPerPage": 10,
|
||||
"totalPages": 1,
|
||||
"totalCount": 1,
|
||||
"blogDescription": "Blog",
|
||||
"blogTitle": "Blog"
|
||||
}
|
||||
}
|
||||
],
|
||||
"unlisted": false
|
||||
}
|
||||
},
|
||||
"blogTagsListPath": "/blog/tags"
|
||||
}
|
||||
},
|
||||
"docusaurus-plugin-content-pages": {
|
||||
"default": [
|
||||
{
|
||||
"type": "mdx",
|
||||
"permalink": "/markdown-page",
|
||||
"source": "@site/src/pages/markdown-page.md",
|
||||
"title": "Markdown page example",
|
||||
"description": "You don't need React to write simple standalone pages.",
|
||||
"frontMatter": {
|
||||
"title": "Markdown page example"
|
||||
},
|
||||
"unlisted": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"docusaurus-plugin-debug": {},
|
||||
"docusaurus-theme-classic": {},
|
||||
"docusaurus-bootstrap-plugin": {},
|
||||
"docusaurus-mdx-fallback-plugin": {}
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "docusaurus-plugin-debug",
|
||||
"id": "default"
|
||||
}
|
362
.docusaurus/docusaurus.config.mjs
Normal file
362
.docusaurus/docusaurus.config.mjs
Normal file
@@ -0,0 +1,362 @@
|
||||
/*
|
||||
* AUTOGENERATED - DON'T EDIT
|
||||
* Your edits in this file will be overwritten in the next build!
|
||||
* Modify the docusaurus.config.js file at your site's root instead.
|
||||
*/
|
||||
export default {
|
||||
"title": "My Site",
|
||||
"tagline": "Dinosaurs are cool",
|
||||
"favicon": "img/favicon.ico",
|
||||
"url": "https://your-docusaurus-site.example.com",
|
||||
"baseUrl": "/",
|
||||
"organizationName": "facebook",
|
||||
"projectName": "docusaurus",
|
||||
"onBrokenLinks": "throw",
|
||||
"onBrokenMarkdownLinks": "warn",
|
||||
"i18n": {
|
||||
"defaultLocale": "en",
|
||||
"locales": [
|
||||
"en"
|
||||
],
|
||||
"path": "i18n",
|
||||
"localeConfigs": {}
|
||||
},
|
||||
"presets": [
|
||||
[
|
||||
"classic",
|
||||
{
|
||||
"docs": {
|
||||
"sidebarPath": "./sidebars.js",
|
||||
"routeBasePath": "/",
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/"
|
||||
},
|
||||
"blog": {
|
||||
"showReadingTime": true,
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/"
|
||||
},
|
||||
"theme": {
|
||||
"customCss": "./src/css/custom.css"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"themeConfig": {
|
||||
"image": "img/docusaurus-social-card.jpg",
|
||||
"navbar": {
|
||||
"title": "My Site",
|
||||
"logo": {
|
||||
"alt": "My Site Logo",
|
||||
"src": "img/logo.svg"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"type": "docSidebar",
|
||||
"sidebarId": "tutorialSidebar",
|
||||
"position": "left",
|
||||
"label": "Tutorial"
|
||||
},
|
||||
{
|
||||
"to": "/blog",
|
||||
"label": "Blog",
|
||||
"position": "left"
|
||||
},
|
||||
{
|
||||
"href": "https://github.com/facebook/docusaurus",
|
||||
"label": "GitHub",
|
||||
"position": "right"
|
||||
}
|
||||
],
|
||||
"hideOnScroll": false
|
||||
},
|
||||
"footer": {
|
||||
"style": "dark",
|
||||
"links": [
|
||||
{
|
||||
"title": "Docs",
|
||||
"items": [
|
||||
{
|
||||
"label": "Tutorial",
|
||||
"to": "/docs/intro"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Community",
|
||||
"items": [
|
||||
{
|
||||
"label": "Stack Overflow",
|
||||
"href": "https://stackoverflow.com/questions/tagged/docusaurus"
|
||||
},
|
||||
{
|
||||
"label": "Discord",
|
||||
"href": "https://discordapp.com/invite/docusaurus"
|
||||
},
|
||||
{
|
||||
"label": "Twitter",
|
||||
"href": "https://twitter.com/docusaurus"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "More",
|
||||
"items": [
|
||||
{
|
||||
"label": "Blog",
|
||||
"to": "/blog"
|
||||
},
|
||||
{
|
||||
"label": "GitHub",
|
||||
"href": "https://github.com/facebook/docusaurus"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"copyright": "Copyright © 2024 My Project, Inc. Built with Docusaurus."
|
||||
},
|
||||
"prism": {
|
||||
"theme": {
|
||||
"plain": {
|
||||
"color": "#393A34",
|
||||
"backgroundColor": "#f6f8fa"
|
||||
},
|
||||
"styles": [
|
||||
{
|
||||
"types": [
|
||||
"comment",
|
||||
"prolog",
|
||||
"doctype",
|
||||
"cdata"
|
||||
],
|
||||
"style": {
|
||||
"color": "#999988",
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"namespace"
|
||||
],
|
||||
"style": {
|
||||
"opacity": 0.7
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"string",
|
||||
"attr-value"
|
||||
],
|
||||
"style": {
|
||||
"color": "#e3116c"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"punctuation",
|
||||
"operator"
|
||||
],
|
||||
"style": {
|
||||
"color": "#393A34"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"entity",
|
||||
"url",
|
||||
"symbol",
|
||||
"number",
|
||||
"boolean",
|
||||
"variable",
|
||||
"constant",
|
||||
"property",
|
||||
"regex",
|
||||
"inserted"
|
||||
],
|
||||
"style": {
|
||||
"color": "#36acaa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"atrule",
|
||||
"keyword",
|
||||
"attr-name",
|
||||
"selector"
|
||||
],
|
||||
"style": {
|
||||
"color": "#00a4db"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"function",
|
||||
"deleted",
|
||||
"tag"
|
||||
],
|
||||
"style": {
|
||||
"color": "#d73a49"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"function-variable"
|
||||
],
|
||||
"style": {
|
||||
"color": "#6f42c1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"tag",
|
||||
"selector",
|
||||
"keyword"
|
||||
],
|
||||
"style": {
|
||||
"color": "#00009f"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"darkTheme": {
|
||||
"plain": {
|
||||
"color": "#F8F8F2",
|
||||
"backgroundColor": "#282A36"
|
||||
},
|
||||
"styles": [
|
||||
{
|
||||
"types": [
|
||||
"prolog",
|
||||
"constant",
|
||||
"builtin"
|
||||
],
|
||||
"style": {
|
||||
"color": "rgb(189, 147, 249)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"inserted",
|
||||
"function"
|
||||
],
|
||||
"style": {
|
||||
"color": "rgb(80, 250, 123)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"deleted"
|
||||
],
|
||||
"style": {
|
||||
"color": "rgb(255, 85, 85)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"changed"
|
||||
],
|
||||
"style": {
|
||||
"color": "rgb(255, 184, 108)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"punctuation",
|
||||
"symbol"
|
||||
],
|
||||
"style": {
|
||||
"color": "rgb(248, 248, 242)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"string",
|
||||
"char",
|
||||
"tag",
|
||||
"selector"
|
||||
],
|
||||
"style": {
|
||||
"color": "rgb(255, 121, 198)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"keyword",
|
||||
"variable"
|
||||
],
|
||||
"style": {
|
||||
"color": "rgb(189, 147, 249)",
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"comment"
|
||||
],
|
||||
"style": {
|
||||
"color": "rgb(98, 114, 164)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"types": [
|
||||
"attr-name"
|
||||
],
|
||||
"style": {
|
||||
"color": "rgb(241, 250, 140)"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"additionalLanguages": [],
|
||||
"magicComments": [
|
||||
{
|
||||
"className": "theme-code-block-highlighted-line",
|
||||
"line": "highlight-next-line",
|
||||
"block": {
|
||||
"start": "highlight-start",
|
||||
"end": "highlight-end"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"colorMode": {
|
||||
"defaultMode": "light",
|
||||
"disableSwitch": false,
|
||||
"respectPrefersColorScheme": false
|
||||
},
|
||||
"docs": {
|
||||
"versionPersistence": "localStorage",
|
||||
"sidebar": {
|
||||
"hideable": false,
|
||||
"autoCollapseCategories": false
|
||||
}
|
||||
},
|
||||
"metadata": [],
|
||||
"tableOfContents": {
|
||||
"minHeadingLevel": 2,
|
||||
"maxHeadingLevel": 3
|
||||
}
|
||||
},
|
||||
"baseUrlIssueBanner": true,
|
||||
"onBrokenAnchors": "warn",
|
||||
"onDuplicateRoutes": "warn",
|
||||
"staticDirectories": [
|
||||
"static"
|
||||
],
|
||||
"customFields": {},
|
||||
"plugins": [],
|
||||
"themes": [],
|
||||
"scripts": [],
|
||||
"headTags": [],
|
||||
"stylesheets": [],
|
||||
"clientModules": [],
|
||||
"titleDelimiter": "|",
|
||||
"noIndex": false,
|
||||
"markdown": {
|
||||
"format": "mdx",
|
||||
"mermaid": false,
|
||||
"mdx1Compat": {
|
||||
"comments": true,
|
||||
"admonitions": true,
|
||||
"headingIds": true
|
||||
}
|
||||
}
|
||||
};
|
83
.docusaurus/globalData.json
Normal file
83
.docusaurus/globalData.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"docusaurus-plugin-content-docs": {
|
||||
"default": {
|
||||
"path": "/",
|
||||
"versions": [
|
||||
{
|
||||
"name": "current",
|
||||
"label": "Next",
|
||||
"isLast": true,
|
||||
"path": "/",
|
||||
"mainDocId": "intro",
|
||||
"docs": [
|
||||
{
|
||||
"id": "intro",
|
||||
"path": "/",
|
||||
"sidebar": "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
"id": "tutorial-basics/congratulations",
|
||||
"path": "/tutorial-basics/congratulations",
|
||||
"sidebar": "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
"id": "tutorial-basics/create-a-blog-post",
|
||||
"path": "/tutorial-basics/create-a-blog-post",
|
||||
"sidebar": "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
"id": "tutorial-basics/create-a-document",
|
||||
"path": "/tutorial-basics/create-a-document",
|
||||
"sidebar": "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
"id": "tutorial-basics/create-a-page",
|
||||
"path": "/tutorial-basics/create-a-page",
|
||||
"sidebar": "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
"id": "tutorial-basics/deploy-your-site",
|
||||
"path": "/tutorial-basics/deploy-your-site",
|
||||
"sidebar": "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
"id": "tutorial-basics/markdown-features",
|
||||
"path": "/tutorial-basics/markdown-features",
|
||||
"sidebar": "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
"id": "tutorial-extras/manage-docs-versions",
|
||||
"path": "/tutorial-extras/manage-docs-versions",
|
||||
"sidebar": "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
"id": "tutorial-extras/translate-your-site",
|
||||
"path": "/tutorial-extras/translate-your-site",
|
||||
"sidebar": "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
"id": "/category/tutorial---basics",
|
||||
"path": "/category/tutorial---basics",
|
||||
"sidebar": "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
"id": "/category/tutorial---extras",
|
||||
"path": "/category/tutorial---extras",
|
||||
"sidebar": "tutorialSidebar"
|
||||
}
|
||||
],
|
||||
"draftIds": [],
|
||||
"sidebars": {
|
||||
"tutorialSidebar": {
|
||||
"link": {
|
||||
"path": "/",
|
||||
"label": "intro"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"breadcrumbs": true
|
||||
}
|
||||
}
|
||||
}
|
17
.docusaurus/i18n.json
Normal file
17
.docusaurus/i18n.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"defaultLocale": "en",
|
||||
"locales": [
|
||||
"en"
|
||||
],
|
||||
"path": "i18n",
|
||||
"currentLocale": "en",
|
||||
"localeConfigs": {
|
||||
"en": {
|
||||
"label": "English",
|
||||
"direction": "ltr",
|
||||
"htmlLang": "en",
|
||||
"calendar": "gregory",
|
||||
"path": "en"
|
||||
}
|
||||
}
|
||||
}
|
56
.docusaurus/registry.js
Normal file
56
.docusaurus/registry.js
Normal file
@@ -0,0 +1,56 @@
|
||||
export default {
|
||||
"__comp---theme-blog-archive-page-9-e-4-1d8": [() => import(/* webpackChunkName: "__comp---theme-blog-archive-page-9-e-4-1d8" */ "@theme/BlogArchivePage"), "@theme/BlogArchivePage", require.resolveWeak("@theme/BlogArchivePage")],
|
||||
"__comp---theme-blog-list-pagea-6-a-7ba": [() => import(/* webpackChunkName: "__comp---theme-blog-list-pagea-6-a-7ba" */ "@theme/BlogListPage"), "@theme/BlogListPage", require.resolveWeak("@theme/BlogListPage")],
|
||||
"__comp---theme-blog-post-pageccc-cab": [() => import(/* webpackChunkName: "__comp---theme-blog-post-pageccc-cab" */ "@theme/BlogPostPage"), "@theme/BlogPostPage", require.resolveWeak("@theme/BlogPostPage")],
|
||||
"__comp---theme-blog-tags-list-page-01-a-d0b": [() => import(/* webpackChunkName: "__comp---theme-blog-tags-list-page-01-a-d0b" */ "@theme/BlogTagsListPage"), "@theme/BlogTagsListPage", require.resolveWeak("@theme/BlogTagsListPage")],
|
||||
"__comp---theme-blog-tags-posts-page-687-b6c": [() => import(/* webpackChunkName: "__comp---theme-blog-tags-posts-page-687-b6c" */ "@theme/BlogTagsPostsPage"), "@theme/BlogTagsPostsPage", require.resolveWeak("@theme/BlogTagsPostsPage")],
|
||||
"__comp---theme-debug-config-23-a-2ff": [() => import(/* webpackChunkName: "__comp---theme-debug-config-23-a-2ff" */ "@theme/DebugConfig"), "@theme/DebugConfig", require.resolveWeak("@theme/DebugConfig")],
|
||||
"__comp---theme-debug-contentba-8-ce7": [() => import(/* webpackChunkName: "__comp---theme-debug-contentba-8-ce7" */ "@theme/DebugContent"), "@theme/DebugContent", require.resolveWeak("@theme/DebugContent")],
|
||||
"__comp---theme-debug-global-dataede-0fa": [() => import(/* webpackChunkName: "__comp---theme-debug-global-dataede-0fa" */ "@theme/DebugGlobalData"), "@theme/DebugGlobalData", require.resolveWeak("@theme/DebugGlobalData")],
|
||||
"__comp---theme-debug-registry-679-501": [() => import(/* webpackChunkName: "__comp---theme-debug-registry-679-501" */ "@theme/DebugRegistry"), "@theme/DebugRegistry", require.resolveWeak("@theme/DebugRegistry")],
|
||||
"__comp---theme-debug-routes-946-699": [() => import(/* webpackChunkName: "__comp---theme-debug-routes-946-699" */ "@theme/DebugRoutes"), "@theme/DebugRoutes", require.resolveWeak("@theme/DebugRoutes")],
|
||||
"__comp---theme-debug-site-metadata-68-e-3d4": [() => import(/* webpackChunkName: "__comp---theme-debug-site-metadata-68-e-3d4" */ "@theme/DebugSiteMetadata"), "@theme/DebugSiteMetadata", require.resolveWeak("@theme/DebugSiteMetadata")],
|
||||
"__comp---theme-doc-category-generated-index-page-14-e-640": [() => import(/* webpackChunkName: "__comp---theme-doc-category-generated-index-page-14-e-640" */ "@theme/DocCategoryGeneratedIndexPage"), "@theme/DocCategoryGeneratedIndexPage", require.resolveWeak("@theme/DocCategoryGeneratedIndexPage")],
|
||||
"__comp---theme-doc-item-178-a40": [() => import(/* webpackChunkName: "__comp---theme-doc-item-178-a40" */ "@theme/DocItem"), "@theme/DocItem", require.resolveWeak("@theme/DocItem")],
|
||||
"__comp---theme-doc-roota-94-67a": [() => import(/* webpackChunkName: "__comp---theme-doc-roota-94-67a" */ "@theme/DocRoot"), "@theme/DocRoot", require.resolveWeak("@theme/DocRoot")],
|
||||
"__comp---theme-doc-version-roota-7-b-5de": [() => import(/* webpackChunkName: "__comp---theme-doc-version-roota-7-b-5de" */ "@theme/DocVersionRoot"), "@theme/DocVersionRoot", require.resolveWeak("@theme/DocVersionRoot")],
|
||||
"__comp---theme-docs-root-5-e-9-0b6": [() => import(/* webpackChunkName: "__comp---theme-docs-root-5-e-9-0b6" */ "@theme/DocsRoot"), "@theme/DocsRoot", require.resolveWeak("@theme/DocsRoot")],
|
||||
"__comp---theme-mdx-page-1-f-3-b90": [() => import(/* webpackChunkName: "__comp---theme-mdx-page-1-f-3-b90" */ "@theme/MDXPage"), "@theme/MDXPage", require.resolveWeak("@theme/MDXPage")],
|
||||
"allContent---docusaurus-debug-content-246-9aa": [() => import(/* webpackChunkName: "allContent---docusaurus-debug-content-246-9aa" */ "~debug/default/docusaurus-debug-all-content-673.json"), "~debug/default/docusaurus-debug-all-content-673.json", require.resolveWeak("~debug/default/docusaurus-debug-all-content-673.json")],
|
||||
"archive---blog-archiveb-2-f-393": [() => import(/* webpackChunkName: "archive---blog-archiveb-2-f-393" */ "~blog/default/blog-archive-80c.json"), "~blog/default/blog-archive-80c.json", require.resolveWeak("~blog/default/blog-archive-80c.json")],
|
||||
"categoryGeneratedIndex---category-tutorial-basicsb-38-d69": [() => import(/* webpackChunkName: "categoryGeneratedIndex---category-tutorial-basicsb-38-d69" */ "~docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json"), "~docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json", require.resolveWeak("~docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json")],
|
||||
"categoryGeneratedIndex---category-tutorial-extrasfef-d24": [() => import(/* webpackChunkName: "categoryGeneratedIndex---category-tutorial-extrasfef-d24" */ "~docs/default/category-tutorialsidebar-category-tutorial-extras-664.json"), "~docs/default/category-tutorialsidebar-category-tutorial-extras-664.json", require.resolveWeak("~docs/default/category-tutorialsidebar-category-tutorial-extras-664.json")],
|
||||
"content---blog-766-e3c": [() => import(/* webpackChunkName: "content---blog-766-e3c" */ "@site/blog/2021-08-26-welcome/index.md?truncated=true"), "@site/blog/2021-08-26-welcome/index.md?truncated=true", require.resolveWeak("@site/blog/2021-08-26-welcome/index.md?truncated=true")],
|
||||
"content---blog-871-381": [() => import(/* webpackChunkName: "content---blog-871-381" */ "@site/blog/2019-05-29-long-blog-post.md?truncated=true"), "@site/blog/2019-05-29-long-blog-post.md?truncated=true", require.resolveWeak("@site/blog/2019-05-29-long-blog-post.md?truncated=true")],
|
||||
"content---blog-925-e00": [() => import(/* webpackChunkName: "content---blog-925-e00" */ "@site/blog/2019-05-28-first-blog-post.md?truncated=true"), "@site/blog/2019-05-28-first-blog-post.md?truncated=true", require.resolveWeak("@site/blog/2019-05-28-first-blog-post.md?truncated=true")],
|
||||
"content---blog-first-blog-poste-27-4a1": [() => import(/* webpackChunkName: "content---blog-first-blog-poste-27-4a1" */ "@site/blog/2019-05-28-first-blog-post.md"), "@site/blog/2019-05-28-first-blog-post.md", require.resolveWeak("@site/blog/2019-05-28-first-blog-post.md")],
|
||||
"content---blog-long-blog-post-736-bc7": [() => import(/* webpackChunkName: "content---blog-long-blog-post-736-bc7" */ "@site/blog/2019-05-29-long-blog-post.md"), "@site/blog/2019-05-29-long-blog-post.md", require.resolveWeak("@site/blog/2019-05-29-long-blog-post.md")],
|
||||
"content---blog-mdx-blog-post-593-37b": [() => import(/* webpackChunkName: "content---blog-mdx-blog-post-593-37b" */ "@site/blog/2021-08-01-mdx-blog-post.mdx"), "@site/blog/2021-08-01-mdx-blog-post.mdx", require.resolveWeak("@site/blog/2021-08-01-mdx-blog-post.mdx")],
|
||||
"content---blog-welcomed-9-f-ffb": [() => import(/* webpackChunkName: "content---blog-welcomed-9-f-ffb" */ "@site/blog/2021-08-26-welcome/index.md"), "@site/blog/2021-08-26-welcome/index.md", require.resolveWeak("@site/blog/2021-08-26-welcome/index.md")],
|
||||
"content---blogf-4-f-cd7": [() => import(/* webpackChunkName: "content---blogf-4-f-cd7" */ "@site/blog/2021-08-01-mdx-blog-post.mdx?truncated=true"), "@site/blog/2021-08-01-mdx-blog-post.mdx?truncated=true", require.resolveWeak("@site/blog/2021-08-01-mdx-blog-post.mdx?truncated=true")],
|
||||
"content---docs-intro-0-e-3-be1": [() => import(/* webpackChunkName: "content---docs-intro-0-e-3-be1" */ "@site/docs/intro.md"), "@site/docs/intro.md", require.resolveWeak("@site/docs/intro.md")],
|
||||
"content---docs-tutorial-basics-congratulations-822-958": [() => import(/* webpackChunkName: "content---docs-tutorial-basics-congratulations-822-958" */ "@site/docs/tutorial-basics/congratulations.md"), "@site/docs/tutorial-basics/congratulations.md", require.resolveWeak("@site/docs/tutorial-basics/congratulations.md")],
|
||||
"content---docs-tutorial-basics-create-a-blog-post-533-e85": [() => import(/* webpackChunkName: "content---docs-tutorial-basics-create-a-blog-post-533-e85" */ "@site/docs/tutorial-basics/create-a-blog-post.md"), "@site/docs/tutorial-basics/create-a-blog-post.md", require.resolveWeak("@site/docs/tutorial-basics/create-a-blog-post.md")],
|
||||
"content---docs-tutorial-basics-create-a-document-1-e-4-078": [() => import(/* webpackChunkName: "content---docs-tutorial-basics-create-a-document-1-e-4-078" */ "@site/docs/tutorial-basics/create-a-document.md"), "@site/docs/tutorial-basics/create-a-document.md", require.resolveWeak("@site/docs/tutorial-basics/create-a-document.md")],
|
||||
"content---docs-tutorial-basics-create-a-page-5-c-8-e19": [() => import(/* webpackChunkName: "content---docs-tutorial-basics-create-a-page-5-c-8-e19" */ "@site/docs/tutorial-basics/create-a-page.md"), "@site/docs/tutorial-basics/create-a-page.md", require.resolveWeak("@site/docs/tutorial-basics/create-a-page.md")],
|
||||
"content---docs-tutorial-basics-deploy-your-sitef-55-a3f": [() => import(/* webpackChunkName: "content---docs-tutorial-basics-deploy-your-sitef-55-a3f" */ "@site/docs/tutorial-basics/deploy-your-site.md"), "@site/docs/tutorial-basics/deploy-your-site.md", require.resolveWeak("@site/docs/tutorial-basics/deploy-your-site.md")],
|
||||
"content---docs-tutorial-basics-markdown-features-18-c-a79": [() => import(/* webpackChunkName: "content---docs-tutorial-basics-markdown-features-18-c-a79" */ "@site/docs/tutorial-basics/markdown-features.mdx"), "@site/docs/tutorial-basics/markdown-features.mdx", require.resolveWeak("@site/docs/tutorial-basics/markdown-features.mdx")],
|
||||
"content---docs-tutorial-extras-manage-docs-versionsdff-6d4": [() => import(/* webpackChunkName: "content---docs-tutorial-extras-manage-docs-versionsdff-6d4" */ "@site/docs/tutorial-extras/manage-docs-versions.md"), "@site/docs/tutorial-extras/manage-docs-versions.md", require.resolveWeak("@site/docs/tutorial-extras/manage-docs-versions.md")],
|
||||
"content---docs-tutorial-extras-translate-your-sitee-44-ddf": [() => import(/* webpackChunkName: "content---docs-tutorial-extras-translate-your-sitee-44-ddf" */ "@site/docs/tutorial-extras/translate-your-site.md"), "@site/docs/tutorial-extras/translate-your-site.md", require.resolveWeak("@site/docs/tutorial-extras/translate-your-site.md")],
|
||||
"content---markdown-page-393-028": [() => import(/* webpackChunkName: "content---markdown-page-393-028" */ "@site/src/pages/markdown-page.md"), "@site/src/pages/markdown-page.md", require.resolveWeak("@site/src/pages/markdown-page.md")],
|
||||
"listMetadata---blog-tags-docusaurus-608-c09": [() => import(/* webpackChunkName: "listMetadata---blog-tags-docusaurus-608-c09" */ "~blog/default/blog-tags-docusaurus-0e0-list.json"), "~blog/default/blog-tags-docusaurus-0e0-list.json", require.resolveWeak("~blog/default/blog-tags-docusaurus-0e0-list.json")],
|
||||
"listMetadata---blog-tags-facebook-096-d31": [() => import(/* webpackChunkName: "listMetadata---blog-tags-facebook-096-d31" */ "~blog/default/blog-tags-facebook-038-list.json"), "~blog/default/blog-tags-facebook-038-list.json", require.resolveWeak("~blog/default/blog-tags-facebook-038-list.json")],
|
||||
"listMetadata---blog-tags-hello-664-70a": [() => import(/* webpackChunkName: "listMetadata---blog-tags-hello-664-70a" */ "~blog/default/blog-tags-hello-039-list.json"), "~blog/default/blog-tags-hello-039-list.json", require.resolveWeak("~blog/default/blog-tags-hello-039-list.json")],
|
||||
"listMetadata---blog-tags-hola-4-c-9-a24": [() => import(/* webpackChunkName: "listMetadata---blog-tags-hola-4-c-9-a24" */ "~blog/default/blog-tags-hola-ea2-list.json"), "~blog/default/blog-tags-hola-ea2-list.json", require.resolveWeak("~blog/default/blog-tags-hola-ea2-list.json")],
|
||||
"metadata---blogb-2-b-df1": [() => import(/* webpackChunkName: "metadata---blogb-2-b-df1" */ "~blog/default/blog-c06.json"), "~blog/default/blog-c06.json", require.resolveWeak("~blog/default/blog-c06.json")],
|
||||
"plugin---blog-490-723": [() => import(/* webpackChunkName: "plugin---blog-490-723" */ "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json"), "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json")],
|
||||
"plugin---docs-99-b-2c0": [() => import(/* webpackChunkName: "plugin---docs-99-b-2c0" */ "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json"), "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json")],
|
||||
"plugin---docusaurus-debuge-3-a-af9": [() => import(/* webpackChunkName: "plugin---docusaurus-debuge-3-a-af9" */ "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json"), "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json")],
|
||||
"plugin---markdown-pagec-52-482": [() => import(/* webpackChunkName: "plugin---markdown-pagec-52-482" */ "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json"), "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json")],
|
||||
"sidebar---blog-814-8ac": [() => import(/* webpackChunkName: "sidebar---blog-814-8ac" */ "~blog/default/blog-post-list-prop-default.json"), "~blog/default/blog-post-list-prop-default.json", require.resolveWeak("~blog/default/blog-post-list-prop-default.json")],
|
||||
"tag---blog-tags-docusaurusa-80-728": [() => import(/* webpackChunkName: "tag---blog-tags-docusaurusa-80-728" */ "~blog/default/blog-tags-docusaurus-0e0.json"), "~blog/default/blog-tags-docusaurus-0e0.json", require.resolveWeak("~blog/default/blog-tags-docusaurus-0e0.json")],
|
||||
"tag---blog-tags-facebook-031-c52": [() => import(/* webpackChunkName: "tag---blog-tags-facebook-031-c52" */ "~blog/default/blog-tags-facebook-038.json"), "~blog/default/blog-tags-facebook-038.json", require.resolveWeak("~blog/default/blog-tags-facebook-038.json")],
|
||||
"tag---blog-tags-hello-30-a-bed": [() => import(/* webpackChunkName: "tag---blog-tags-hello-30-a-bed" */ "~blog/default/blog-tags-hello-039.json"), "~blog/default/blog-tags-hello-039.json", require.resolveWeak("~blog/default/blog-tags-hello-039.json")],
|
||||
"tag---blog-tags-holae-16-18a": [() => import(/* webpackChunkName: "tag---blog-tags-holae-16-18a" */ "~blog/default/blog-tags-hola-ea2.json"), "~blog/default/blog-tags-hola-ea2.json", require.resolveWeak("~blog/default/blog-tags-hola-ea2.json")],
|
||||
"tags---blog-tagsa-70-da2": [() => import(/* webpackChunkName: "tags---blog-tagsa-70-da2" */ "~blog/default/blog-tags-tags-4c2.json"), "~blog/default/blog-tags-tags-4c2.json", require.resolveWeak("~blog/default/blog-tags-tags-4c2.json")],
|
||||
"version---docs-935-398": [() => import(/* webpackChunkName: "version---docs-935-398" */ "~docs/default/version-current-metadata-prop-751.json"), "~docs/default/version-current-metadata-prop-751.json", require.resolveWeak("~docs/default/version-current-metadata-prop-751.json")],};
|
188
.docusaurus/routes.js
Normal file
188
.docusaurus/routes.js
Normal file
@@ -0,0 +1,188 @@
|
||||
import React from 'react';
|
||||
import ComponentCreator from '@docusaurus/ComponentCreator';
|
||||
|
||||
export default [
|
||||
{
|
||||
path: '/__docusaurus/debug',
|
||||
component: ComponentCreator('/__docusaurus/debug', 'a0e'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/__docusaurus/debug/config',
|
||||
component: ComponentCreator('/__docusaurus/debug/config', 'a9e'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/__docusaurus/debug/content',
|
||||
component: ComponentCreator('/__docusaurus/debug/content', 'c41'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/__docusaurus/debug/globalData',
|
||||
component: ComponentCreator('/__docusaurus/debug/globalData', '130'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/__docusaurus/debug/metadata',
|
||||
component: ComponentCreator('/__docusaurus/debug/metadata', 'b50'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/__docusaurus/debug/registry',
|
||||
component: ComponentCreator('/__docusaurus/debug/registry', 'aa7'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/__docusaurus/debug/routes',
|
||||
component: ComponentCreator('/__docusaurus/debug/routes', 'e2f'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/blog',
|
||||
component: ComponentCreator('/blog', 'b02'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/blog/archive',
|
||||
component: ComponentCreator('/blog/archive', 'b6a'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/blog/first-blog-post',
|
||||
component: ComponentCreator('/blog/first-blog-post', '0ee'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/blog/long-blog-post',
|
||||
component: ComponentCreator('/blog/long-blog-post', '09c'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/blog/mdx-blog-post',
|
||||
component: ComponentCreator('/blog/mdx-blog-post', 'f6e'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/blog/tags',
|
||||
component: ComponentCreator('/blog/tags', '1c7'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/blog/tags/docusaurus',
|
||||
component: ComponentCreator('/blog/tags/docusaurus', '18e'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/blog/tags/facebook',
|
||||
component: ComponentCreator('/blog/tags/facebook', '1b0'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/blog/tags/hello',
|
||||
component: ComponentCreator('/blog/tags/hello', '91d'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/blog/tags/hola',
|
||||
component: ComponentCreator('/blog/tags/hola', '371'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/blog/welcome',
|
||||
component: ComponentCreator('/blog/welcome', '2e0'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/markdown-page',
|
||||
component: ComponentCreator('/markdown-page', '9e6'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
component: ComponentCreator('/', '6cb'),
|
||||
routes: [
|
||||
{
|
||||
path: '/',
|
||||
component: ComponentCreator('/', '58f'),
|
||||
routes: [
|
||||
{
|
||||
path: '/',
|
||||
component: ComponentCreator('/', '0b6'),
|
||||
routes: [
|
||||
{
|
||||
path: '/category/tutorial---basics',
|
||||
component: ComponentCreator('/category/tutorial---basics', '72e'),
|
||||
exact: true,
|
||||
sidebar: "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
path: '/category/tutorial---extras',
|
||||
component: ComponentCreator('/category/tutorial---extras', '3d7'),
|
||||
exact: true,
|
||||
sidebar: "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
path: '/tutorial-basics/congratulations',
|
||||
component: ComponentCreator('/tutorial-basics/congratulations', '4b2'),
|
||||
exact: true,
|
||||
sidebar: "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
path: '/tutorial-basics/create-a-blog-post',
|
||||
component: ComponentCreator('/tutorial-basics/create-a-blog-post', '93c'),
|
||||
exact: true,
|
||||
sidebar: "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
path: '/tutorial-basics/create-a-document',
|
||||
component: ComponentCreator('/tutorial-basics/create-a-document', '58e'),
|
||||
exact: true,
|
||||
sidebar: "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
path: '/tutorial-basics/create-a-page',
|
||||
component: ComponentCreator('/tutorial-basics/create-a-page', 'e6a'),
|
||||
exact: true,
|
||||
sidebar: "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
path: '/tutorial-basics/deploy-your-site',
|
||||
component: ComponentCreator('/tutorial-basics/deploy-your-site', '317'),
|
||||
exact: true,
|
||||
sidebar: "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
path: '/tutorial-basics/markdown-features',
|
||||
component: ComponentCreator('/tutorial-basics/markdown-features', '04e'),
|
||||
exact: true,
|
||||
sidebar: "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
path: '/tutorial-extras/manage-docs-versions',
|
||||
component: ComponentCreator('/tutorial-extras/manage-docs-versions', '975'),
|
||||
exact: true,
|
||||
sidebar: "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
path: '/tutorial-extras/translate-your-site',
|
||||
component: ComponentCreator('/tutorial-extras/translate-your-site', 'ac7'),
|
||||
exact: true,
|
||||
sidebar: "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
component: ComponentCreator('/', '96c'),
|
||||
exact: true,
|
||||
sidebar: "tutorialSidebar"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '*',
|
||||
component: ComponentCreator('*'),
|
||||
},
|
||||
];
|
246
.docusaurus/routesChunkNames.json
Normal file
246
.docusaurus/routesChunkNames.json
Normal file
@@ -0,0 +1,246 @@
|
||||
{
|
||||
"/__docusaurus/debug-a0e": {
|
||||
"__comp": "__comp---theme-debug-config-23-a-2ff",
|
||||
"__context": {
|
||||
"plugin": "plugin---docusaurus-debuge-3-a-af9"
|
||||
}
|
||||
},
|
||||
"/__docusaurus/debug/config-a9e": {
|
||||
"__comp": "__comp---theme-debug-config-23-a-2ff",
|
||||
"__context": {
|
||||
"plugin": "plugin---docusaurus-debuge-3-a-af9"
|
||||
}
|
||||
},
|
||||
"/__docusaurus/debug/content-c41": {
|
||||
"__comp": "__comp---theme-debug-contentba-8-ce7",
|
||||
"__context": {
|
||||
"plugin": "plugin---docusaurus-debuge-3-a-af9"
|
||||
},
|
||||
"allContent": "allContent---docusaurus-debug-content-246-9aa"
|
||||
},
|
||||
"/__docusaurus/debug/globalData-130": {
|
||||
"__comp": "__comp---theme-debug-global-dataede-0fa",
|
||||
"__context": {
|
||||
"plugin": "plugin---docusaurus-debuge-3-a-af9"
|
||||
}
|
||||
},
|
||||
"/__docusaurus/debug/metadata-b50": {
|
||||
"__comp": "__comp---theme-debug-site-metadata-68-e-3d4",
|
||||
"__context": {
|
||||
"plugin": "plugin---docusaurus-debuge-3-a-af9"
|
||||
}
|
||||
},
|
||||
"/__docusaurus/debug/registry-aa7": {
|
||||
"__comp": "__comp---theme-debug-registry-679-501",
|
||||
"__context": {
|
||||
"plugin": "plugin---docusaurus-debuge-3-a-af9"
|
||||
}
|
||||
},
|
||||
"/__docusaurus/debug/routes-e2f": {
|
||||
"__comp": "__comp---theme-debug-routes-946-699",
|
||||
"__context": {
|
||||
"plugin": "plugin---docusaurus-debuge-3-a-af9"
|
||||
}
|
||||
},
|
||||
"/blog-b02": {
|
||||
"__comp": "__comp---theme-blog-list-pagea-6-a-7ba",
|
||||
"__context": {
|
||||
"plugin": "plugin---blog-490-723"
|
||||
},
|
||||
"sidebar": "sidebar---blog-814-8ac",
|
||||
"items": [
|
||||
{
|
||||
"content": "content---blog-766-e3c"
|
||||
},
|
||||
{
|
||||
"content": "content---blogf-4-f-cd7"
|
||||
},
|
||||
{
|
||||
"content": "content---blog-871-381"
|
||||
},
|
||||
{
|
||||
"content": "content---blog-925-e00"
|
||||
}
|
||||
],
|
||||
"metadata": "metadata---blogb-2-b-df1"
|
||||
},
|
||||
"/blog/archive-b6a": {
|
||||
"__comp": "__comp---theme-blog-archive-page-9-e-4-1d8",
|
||||
"__context": {
|
||||
"plugin": "plugin---blog-490-723"
|
||||
},
|
||||
"archive": "archive---blog-archiveb-2-f-393"
|
||||
},
|
||||
"/blog/first-blog-post-0ee": {
|
||||
"__comp": "__comp---theme-blog-post-pageccc-cab",
|
||||
"__context": {
|
||||
"plugin": "plugin---blog-490-723"
|
||||
},
|
||||
"sidebar": "sidebar---blog-814-8ac",
|
||||
"content": "content---blog-first-blog-poste-27-4a1"
|
||||
},
|
||||
"/blog/long-blog-post-09c": {
|
||||
"__comp": "__comp---theme-blog-post-pageccc-cab",
|
||||
"__context": {
|
||||
"plugin": "plugin---blog-490-723"
|
||||
},
|
||||
"sidebar": "sidebar---blog-814-8ac",
|
||||
"content": "content---blog-long-blog-post-736-bc7"
|
||||
},
|
||||
"/blog/mdx-blog-post-f6e": {
|
||||
"__comp": "__comp---theme-blog-post-pageccc-cab",
|
||||
"__context": {
|
||||
"plugin": "plugin---blog-490-723"
|
||||
},
|
||||
"sidebar": "sidebar---blog-814-8ac",
|
||||
"content": "content---blog-mdx-blog-post-593-37b"
|
||||
},
|
||||
"/blog/tags-1c7": {
|
||||
"__comp": "__comp---theme-blog-tags-list-page-01-a-d0b",
|
||||
"__context": {
|
||||
"plugin": "plugin---blog-490-723"
|
||||
},
|
||||
"sidebar": "sidebar---blog-814-8ac",
|
||||
"tags": "tags---blog-tagsa-70-da2"
|
||||
},
|
||||
"/blog/tags/docusaurus-18e": {
|
||||
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
|
||||
"__context": {
|
||||
"plugin": "plugin---blog-490-723"
|
||||
},
|
||||
"sidebar": "sidebar---blog-814-8ac",
|
||||
"items": [
|
||||
{
|
||||
"content": "content---blog-766-e3c"
|
||||
},
|
||||
{
|
||||
"content": "content---blogf-4-f-cd7"
|
||||
},
|
||||
{
|
||||
"content": "content---blog-871-381"
|
||||
},
|
||||
{
|
||||
"content": "content---blog-925-e00"
|
||||
}
|
||||
],
|
||||
"tag": "tag---blog-tags-docusaurusa-80-728",
|
||||
"listMetadata": "listMetadata---blog-tags-docusaurus-608-c09"
|
||||
},
|
||||
"/blog/tags/facebook-1b0": {
|
||||
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
|
||||
"__context": {
|
||||
"plugin": "plugin---blog-490-723"
|
||||
},
|
||||
"sidebar": "sidebar---blog-814-8ac",
|
||||
"items": [
|
||||
{
|
||||
"content": "content---blog-766-e3c"
|
||||
}
|
||||
],
|
||||
"tag": "tag---blog-tags-facebook-031-c52",
|
||||
"listMetadata": "listMetadata---blog-tags-facebook-096-d31"
|
||||
},
|
||||
"/blog/tags/hello-91d": {
|
||||
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
|
||||
"__context": {
|
||||
"plugin": "plugin---blog-490-723"
|
||||
},
|
||||
"sidebar": "sidebar---blog-814-8ac",
|
||||
"items": [
|
||||
{
|
||||
"content": "content---blog-766-e3c"
|
||||
},
|
||||
{
|
||||
"content": "content---blog-871-381"
|
||||
}
|
||||
],
|
||||
"tag": "tag---blog-tags-hello-30-a-bed",
|
||||
"listMetadata": "listMetadata---blog-tags-hello-664-70a"
|
||||
},
|
||||
"/blog/tags/hola-371": {
|
||||
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
|
||||
"__context": {
|
||||
"plugin": "plugin---blog-490-723"
|
||||
},
|
||||
"sidebar": "sidebar---blog-814-8ac",
|
||||
"items": [
|
||||
{
|
||||
"content": "content---blog-925-e00"
|
||||
}
|
||||
],
|
||||
"tag": "tag---blog-tags-holae-16-18a",
|
||||
"listMetadata": "listMetadata---blog-tags-hola-4-c-9-a24"
|
||||
},
|
||||
"/blog/welcome-2e0": {
|
||||
"__comp": "__comp---theme-blog-post-pageccc-cab",
|
||||
"__context": {
|
||||
"plugin": "plugin---blog-490-723"
|
||||
},
|
||||
"sidebar": "sidebar---blog-814-8ac",
|
||||
"content": "content---blog-welcomed-9-f-ffb"
|
||||
},
|
||||
"/markdown-page-9e6": {
|
||||
"__comp": "__comp---theme-mdx-page-1-f-3-b90",
|
||||
"__context": {
|
||||
"plugin": "plugin---markdown-pagec-52-482"
|
||||
},
|
||||
"content": "content---markdown-page-393-028"
|
||||
},
|
||||
"/-6cb": {
|
||||
"__comp": "__comp---theme-docs-root-5-e-9-0b6",
|
||||
"__context": {
|
||||
"plugin": "plugin---docs-99-b-2c0"
|
||||
}
|
||||
},
|
||||
"/-58f": {
|
||||
"__comp": "__comp---theme-doc-version-roota-7-b-5de",
|
||||
"version": "version---docs-935-398"
|
||||
},
|
||||
"/-0b6": {
|
||||
"__comp": "__comp---theme-doc-roota-94-67a"
|
||||
},
|
||||
"/category/tutorial---basics-72e": {
|
||||
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
|
||||
"categoryGeneratedIndex": "categoryGeneratedIndex---category-tutorial-basicsb-38-d69"
|
||||
},
|
||||
"/category/tutorial---extras-3d7": {
|
||||
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
|
||||
"categoryGeneratedIndex": "categoryGeneratedIndex---category-tutorial-extrasfef-d24"
|
||||
},
|
||||
"/tutorial-basics/congratulations-4b2": {
|
||||
"__comp": "__comp---theme-doc-item-178-a40",
|
||||
"content": "content---docs-tutorial-basics-congratulations-822-958"
|
||||
},
|
||||
"/tutorial-basics/create-a-blog-post-93c": {
|
||||
"__comp": "__comp---theme-doc-item-178-a40",
|
||||
"content": "content---docs-tutorial-basics-create-a-blog-post-533-e85"
|
||||
},
|
||||
"/tutorial-basics/create-a-document-58e": {
|
||||
"__comp": "__comp---theme-doc-item-178-a40",
|
||||
"content": "content---docs-tutorial-basics-create-a-document-1-e-4-078"
|
||||
},
|
||||
"/tutorial-basics/create-a-page-e6a": {
|
||||
"__comp": "__comp---theme-doc-item-178-a40",
|
||||
"content": "content---docs-tutorial-basics-create-a-page-5-c-8-e19"
|
||||
},
|
||||
"/tutorial-basics/deploy-your-site-317": {
|
||||
"__comp": "__comp---theme-doc-item-178-a40",
|
||||
"content": "content---docs-tutorial-basics-deploy-your-sitef-55-a3f"
|
||||
},
|
||||
"/tutorial-basics/markdown-features-04e": {
|
||||
"__comp": "__comp---theme-doc-item-178-a40",
|
||||
"content": "content---docs-tutorial-basics-markdown-features-18-c-a79"
|
||||
},
|
||||
"/tutorial-extras/manage-docs-versions-975": {
|
||||
"__comp": "__comp---theme-doc-item-178-a40",
|
||||
"content": "content---docs-tutorial-extras-manage-docs-versionsdff-6d4"
|
||||
},
|
||||
"/tutorial-extras/translate-your-site-ac7": {
|
||||
"__comp": "__comp---theme-doc-item-178-a40",
|
||||
"content": "content---docs-tutorial-extras-translate-your-sitee-44-ddf"
|
||||
},
|
||||
"/-96c": {
|
||||
"__comp": "__comp---theme-doc-item-178-a40",
|
||||
"content": "content---docs-intro-0-e-3-be1"
|
||||
}
|
||||
}
|
31
.docusaurus/site-metadata.json
Normal file
31
.docusaurus/site-metadata.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"docusaurusVersion": "3.1.1",
|
||||
"siteVersion": "0.0.0",
|
||||
"pluginVersions": {
|
||||
"docusaurus-plugin-content-docs": {
|
||||
"type": "package",
|
||||
"name": "@docusaurus/plugin-content-docs",
|
||||
"version": "3.1.1"
|
||||
},
|
||||
"docusaurus-plugin-content-blog": {
|
||||
"type": "package",
|
||||
"name": "@docusaurus/plugin-content-blog",
|
||||
"version": "3.1.1"
|
||||
},
|
||||
"docusaurus-plugin-content-pages": {
|
||||
"type": "package",
|
||||
"name": "@docusaurus/plugin-content-pages",
|
||||
"version": "3.1.1"
|
||||
},
|
||||
"docusaurus-plugin-debug": {
|
||||
"type": "package",
|
||||
"name": "@docusaurus/plugin-debug",
|
||||
"version": "3.1.1"
|
||||
},
|
||||
"docusaurus-theme-classic": {
|
||||
"type": "package",
|
||||
"name": "@docusaurus/theme-classic",
|
||||
"version": "3.1.1"
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +1,6 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
slug: /
|
||||
---
|
||||
|
||||
# Tutorial Intro
|
||||
|
@@ -41,6 +41,7 @@ const config = {
|
||||
({
|
||||
docs: {
|
||||
sidebarPath: './sidebars.js',
|
||||
routeBasePath: '/',
|
||||
// Please change this to your repo.
|
||||
// Remove this to remove the "edit this page" links.
|
||||
editUrl:
|
||||
|
@@ -1,43 +0,0 @@
|
||||
import clsx from 'clsx';
|
||||
import Link from '@docusaurus/Link';
|
||||
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
|
||||
import Layout from '@theme/Layout';
|
||||
import HomepageFeatures from '@site/src/components/HomepageFeatures';
|
||||
|
||||
import Heading from '@theme/Heading';
|
||||
import styles from './index.module.css';
|
||||
|
||||
function HomepageHeader() {
|
||||
const {siteConfig} = useDocusaurusContext();
|
||||
return (
|
||||
<header className={clsx('hero hero--primary', styles.heroBanner)}>
|
||||
<div className="container">
|
||||
<Heading as="h1" className="hero__title">
|
||||
{siteConfig.title}
|
||||
</Heading>
|
||||
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
||||
<div className={styles.buttons}>
|
||||
<Link
|
||||
className="button button--secondary button--lg"
|
||||
to="/docs/intro">
|
||||
Docusaurus Tutorial - 5min ⏱️
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
);
|
||||
}
|
||||
|
||||
export default function Home() {
|
||||
const {siteConfig} = useDocusaurusContext();
|
||||
return (
|
||||
<Layout
|
||||
title={`Hello from ${siteConfig.title}`}
|
||||
description="Description will go into a meta tag in <head />">
|
||||
<HomepageHeader />
|
||||
<main>
|
||||
<HomepageFeatures />
|
||||
</main>
|
||||
</Layout>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user