This commit is contained in:
2024-03-25 07:50:39 +05:30
parent 18a4a7ec56
commit 1bde04860d
26 changed files with 329 additions and 69 deletions

View File

@@ -1,6 +1,11 @@
{
"title": "Recent posts",
"items": [
{
"title": "Write Effective Bug Report",
"permalink": "/documentation/blog/effective_bug_report",
"unlisted": false
},
{
"title": "Welcome",
"permalink": "/documentation/blog/welcome",

View File

@@ -1,5 +1,50 @@
{
"blogPosts": [
{
"id": "/effective_bug_report",
"metadata": {
"permalink": "/documentation/blog/effective_bug_report",
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/blog/effetive_bug_report.md",
"source": "@site/blog/effetive_bug_report.md",
"title": "Write Effective Bug Report",
"description": "",
"date": "2024-03-25T02:16:56.380Z",
"formattedDate": "March 25, 2024",
"tags": [
{
"label": "docusaurus",
"permalink": "/documentation/blog/tags/docusaurus"
}
],
"readingTime": 0,
"hasTruncateMarker": false,
"authors": [
{
"name": "Eshan Roy",
"title": "Lead Developer & Maintainer",
"url": "https://eshan.snigdhaos.org",
"imageURL": "https://github.com/slorber.png",
"key": "eshanized"
}
],
"frontMatter": {
"slug": "/effective_bug_report",
"title": "Write Effective Bug Report",
"authors": [
"eshanized"
],
"tags": [
"docusaurus"
]
},
"unlisted": false,
"nextItem": {
"title": "Welcome",
"permalink": "/documentation/blog/welcome"
}
},
"content": ""
},
{
"id": "welcome",
"metadata": {
@@ -56,6 +101,10 @@
]
},
"unlisted": false,
"prevItem": {
"title": "Write Effective Bug Report",
"permalink": "/documentation/blog/effective_bug_report"
},
"nextItem": {
"title": "MDX Blog Post",
"permalink": "/documentation/blog/mdx-blog-post"

View File

@@ -3,7 +3,7 @@
"page": 1,
"postsPerPage": 10,
"totalPages": 1,
"totalCount": 4,
"totalCount": 5,
"blogDescription": "Blog",
"blogTitle": "Blog"
}

View File

@@ -3,7 +3,7 @@
"page": 1,
"postsPerPage": 10,
"totalPages": 1,
"totalCount": 4,
"totalCount": 5,
"blogDescription": "Blog",
"blogTitle": "Blog"
}

View File

@@ -2,6 +2,6 @@
"label": "docusaurus",
"permalink": "/documentation/blog/tags/docusaurus",
"allTagsPath": "/documentation/blog/tags",
"count": 4,
"count": 5,
"unlisted": false
}

View File

@@ -1,4 +1,9 @@
[
{
"label": "docusaurus",
"permalink": "/documentation/blog/tags/docusaurus",
"count": 5
},
{
"label": "facebook",
"permalink": "/documentation/blog/tags/facebook",
@@ -9,11 +14,6 @@
"permalink": "/documentation/blog/tags/hello",
"count": 2
},
{
"label": "docusaurus",
"permalink": "/documentation/blog/tags/docusaurus",
"count": 4
},
{
"label": "hola",
"permalink": "/documentation/blog/tags/hola",

View File

@@ -52,6 +52,10 @@
]
},
"unlisted": false,
"prevItem": {
"title": "Write Effective Bug Report",
"permalink": "/documentation/blog/effective_bug_report"
},
"nextItem": {
"title": "MDX Blog Post",
"permalink": "/documentation/blog/mdx-blog-post"

View File

@@ -0,0 +1,41 @@
{
"permalink": "/documentation/blog/effective_bug_report",
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/blog/effetive_bug_report.md",
"source": "@site/blog/effetive_bug_report.md",
"title": "Write Effective Bug Report",
"description": "",
"date": "2024-03-25T02:16:56.380Z",
"formattedDate": "March 25, 2024",
"tags": [
{
"label": "docusaurus",
"permalink": "/documentation/blog/tags/docusaurus"
}
],
"readingTime": 0,
"hasTruncateMarker": false,
"authors": [
{
"name": "Eshan Roy",
"title": "Lead Developer & Maintainer",
"url": "https://eshan.snigdhaos.org",
"imageURL": "https://github.com/slorber.png",
"key": "eshanized"
}
],
"frontMatter": {
"slug": "/effective_bug_report",
"title": "Write Effective Bug Report",
"authors": [
"eshanized"
],
"tags": [
"docusaurus"
]
},
"unlisted": false,
"nextItem": {
"title": "Welcome",
"permalink": "/documentation/blog/welcome"
}
}