This commit is contained in:
2024-03-22 07:44:25 +05:30
parent a42e560e2e
commit 48cda94f0b
168 changed files with 3563 additions and 747 deletions

View File

@@ -3,22 +3,22 @@
"items": [
{
"title": "Welcome",
"permalink": "/blog/welcome",
"permalink": "/documentation/blog/welcome",
"unlisted": false
},
{
"title": "MDX Blog Post",
"permalink": "/blog/mdx-blog-post",
"permalink": "/documentation/blog/mdx-blog-post",
"unlisted": false
},
{
"title": "Long Blog Post",
"permalink": "/blog/long-blog-post",
"permalink": "/documentation/blog/long-blog-post",
"unlisted": false
},
{
"title": "First Blog Post",
"permalink": "/blog/first-blog-post",
"permalink": "/documentation/blog/first-blog-post",
"unlisted": false
}
]

View File

@@ -1,5 +1,5 @@
{
"permalink": "/blog/first-blog-post",
"permalink": "/documentation/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",
@@ -9,11 +9,11 @@
"tags": [
{
"label": "hola",
"permalink": "/blog/tags/hola"
"permalink": "/documentation/blog/tags/hola"
},
{
"label": "docusaurus",
"permalink": "/blog/tags/docusaurus"
"permalink": "/documentation/blog/tags/docusaurus"
}
],
"readingTime": 0.12,
@@ -45,6 +45,6 @@
"unlisted": false,
"prevItem": {
"title": "Long Blog Post",
"permalink": "/blog/long-blog-post"
"permalink": "/documentation/blog/long-blog-post"
}
}

View File

@@ -1,5 +1,5 @@
{
"permalink": "/blog/long-blog-post",
"permalink": "/documentation/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",
@@ -9,11 +9,11 @@
"tags": [
{
"label": "hello",
"permalink": "/blog/tags/hello"
"permalink": "/documentation/blog/tags/hello"
},
{
"label": "docusaurus",
"permalink": "/blog/tags/docusaurus"
"permalink": "/documentation/blog/tags/docusaurus"
}
],
"readingTime": 2.05,
@@ -39,10 +39,10 @@
"unlisted": false,
"prevItem": {
"title": "MDX Blog Post",
"permalink": "/blog/mdx-blog-post"
"permalink": "/documentation/blog/mdx-blog-post"
},
"nextItem": {
"title": "First Blog Post",
"permalink": "/blog/first-blog-post"
"permalink": "/documentation/blog/first-blog-post"
}
}

View File

@@ -1,5 +1,5 @@
{
"permalink": "/blog/mdx-blog-post",
"permalink": "/documentation/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",
@@ -9,7 +9,7 @@
"tags": [
{
"label": "docusaurus",
"permalink": "/blog/tags/docusaurus"
"permalink": "/documentation/blog/tags/docusaurus"
}
],
"readingTime": 0.175,
@@ -36,10 +36,10 @@
"unlisted": false,
"prevItem": {
"title": "Welcome",
"permalink": "/blog/welcome"
"permalink": "/documentation/blog/welcome"
},
"nextItem": {
"title": "Long Blog Post",
"permalink": "/blog/long-blog-post"
"permalink": "/documentation/blog/long-blog-post"
}
}

View File

@@ -1,5 +1,5 @@
{
"permalink": "/blog/welcome",
"permalink": "/documentation/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",
@@ -9,15 +9,15 @@
"tags": [
{
"label": "facebook",
"permalink": "/blog/tags/facebook"
"permalink": "/documentation/blog/tags/facebook"
},
{
"label": "hello",
"permalink": "/blog/tags/hello"
"permalink": "/documentation/blog/tags/hello"
},
{
"label": "docusaurus",
"permalink": "/blog/tags/docusaurus"
"permalink": "/documentation/blog/tags/docusaurus"
}
],
"readingTime": 0.405,
@@ -54,6 +54,6 @@
"unlisted": false,
"nextItem": {
"title": "MDX Blog Post",
"permalink": "/blog/mdx-blog-post"
"permalink": "/documentation/blog/mdx-blog-post"
}
}