📝 docs(_new): upload gpg key to a server

This commit is contained in:
Eshan Roy
2024-12-05 12:33:32 +05:30
parent 3652385aaa
commit 94e439a294
15 changed files with 246 additions and 52 deletions

View File

@@ -5,8 +5,8 @@
"permalink": "/documentation/category/tools",
"navigation": {
"previous": {
"title": "Writing Documentation",
"permalink": "/documentation/dev_guide/write"
"title": "PKGBUILD Template",
"permalink": "/documentation/dev_guide/pkgbuild"
},
"next": {
"title": "Tool: DNS Enum",

View File

@@ -21,7 +21,7 @@
"permalink": "/documentation/category/developers-guide"
},
"next": {
"title": "PKGBUILD Template",
"permalink": "/documentation/dev_guide/pkgbuild"
"title": "Generate GPG Key",
"permalink": "/documentation/dev_guide/gpg_key"
}
}

View File

@@ -17,8 +17,8 @@
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Generate GPG Key",
"permalink": "/documentation/dev_guide/gpg_key"
"title": "Upload Key => Server",
"permalink": "/documentation/dev_guide/upload_gog_key"
},
"next": {
"title": "Install Keyrings",

View File

@@ -11,17 +11,17 @@
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/gpg_key.md",
"tags": [],
"version": "current",
"sidebarPosition": 3,
"sidebarPosition": 2,
"frontMatter": {
"sidebar_position": 3
"sidebar_position": 2
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "PKGBUILD Template",
"permalink": "/documentation/dev_guide/pkgbuild"
"title": "Build From Source",
"permalink": "/documentation/dev_guide/build_source"
},
"next": {
"title": "Upload & Deploy Packages",
"permalink": "/documentation/dev_guide/deploy_packages"
"title": "Upload Key => Server",
"permalink": "/documentation/dev_guide/upload_gog_key"
}
}

View File

@@ -11,17 +11,17 @@
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/pkgbuild.md",
"tags": [],
"version": "current",
"sidebarPosition": 2,
"sidebarPosition": 7,
"frontMatter": {
"sidebar_position": 2
"sidebar_position": 7
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Build From Source",
"permalink": "/documentation/dev_guide/build_source"
"title": "Writing Documentation",
"permalink": "/documentation/dev_guide/write"
},
"next": {
"title": "Generate GPG Key",
"permalink": "/documentation/dev_guide/gpg_key"
"title": "Tools",
"permalink": "/documentation/category/tools"
}
}

View File

@@ -21,7 +21,7 @@
"permalink": "/documentation/dev_guide/install_keyring"
},
"next": {
"title": "Tools",
"permalink": "/documentation/category/tools"
"title": "PKGBUILD Template",
"permalink": "/documentation/dev_guide/pkgbuild"
}
}

View File

@@ -304,16 +304,16 @@
},
{
"type": "link",
"label": "PKGBUILD Template",
"href": "/documentation/dev_guide/pkgbuild",
"docId": "dev_guide/pkgbuild",
"label": "Generate GPG Key",
"href": "/documentation/dev_guide/gpg_key",
"docId": "dev_guide/gpg_key",
"unlisted": false
},
{
"type": "link",
"label": "Generate GPG Key",
"href": "/documentation/dev_guide/gpg_key",
"docId": "dev_guide/gpg_key",
"label": "Upload Key => Server",
"href": "/documentation/dev_guide/upload_gog_key",
"docId": "dev_guide/upload_gog_key",
"unlisted": false
},
{
@@ -336,6 +336,13 @@
"href": "/documentation/dev_guide/write",
"docId": "dev_guide/write",
"unlisted": false
},
{
"type": "link",
"label": "PKGBUILD Template",
"href": "/documentation/dev_guide/pkgbuild",
"docId": "dev_guide/pkgbuild",
"unlisted": false
}
],
"href": "/documentation/category/developers-guide"
@@ -407,6 +414,12 @@
"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",
"title": "Upload Key => Server",
"description": "🌐 Sending and Receiving GPG Keys Using a Key Server",
"sidebar": "tutorialSidebar"
},
"dev_guide/write": {
"id": "dev_guide/write",
"title": "Writing Documentation",