🐛 fix(_typos): some typos in filename

This commit is contained in:
Eshan Roy
2024-12-05 12:39:26 +05:30
parent 94e439a294
commit 3b162696e5
13 changed files with 266 additions and 71 deletions

View File

@@ -312,15 +312,8 @@
{
"type": "link",
"label": "Upload Key => Server",
"href": "/documentation/dev_guide/upload_gog_key",
"docId": "dev_guide/upload_gog_key",
"unlisted": false
},
{
"type": "link",
"label": "Upload & Deploy Packages",
"href": "/documentation/dev_guide/deploy_packages",
"docId": "dev_guide/deploy_packages",
"href": "/documentation/dev_guide/upload_gpg_key",
"docId": "dev_guide/upload_gpg_key",
"unlisted": false
},
{
@@ -330,6 +323,13 @@
"docId": "dev_guide/install_keyring",
"unlisted": false
},
{
"type": "link",
"label": "Upload & Deploy Packages",
"href": "/documentation/dev_guide/deploy_packages",
"docId": "dev_guide/deploy_packages",
"unlisted": false
},
{
"type": "link",
"label": "Writing Documentation",
@@ -393,7 +393,7 @@
"dev_guide/deploy_packages": {
"id": "dev_guide/deploy_packages",
"title": "Upload & Deploy Packages",
"description": "",
"description": "🚀 Uploading and Deploying an Arch Linux Package on GitHub",
"sidebar": "tutorialSidebar"
},
"dev_guide/gpg_key": {
@@ -414,8 +414,8 @@
"description": "Snigdha OS has it's own PKGBUILD template for building packages. We follow the the template so that we can maintain the packages in a better way. If you are building packages for Snigdha OS, then it will be a good option to follow the PKGBUILD template.",
"sidebar": "tutorialSidebar"
},
"dev_guide/upload_gog_key": {
"id": "dev_guide/upload_gog_key",
"dev_guide/upload_gpg_key": {
"id": "dev_guide/upload_gpg_key",
"title": "Upload Key => Server",
"description": "🌐 Sending and Receiving GPG Keys Using a Key Server",
"sidebar": "tutorialSidebar"