mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-18 20:54:56 +02:00
📝 docs(_new): upload gpg key to a server
This commit is contained in:
@@ -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",
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
@@ -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",
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
@@ -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"
|
||||
}
|
||||
}
|
@@ -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"
|
||||
}
|
||||
}
|
@@ -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",
|
||||
|
@@ -123,8 +123,8 @@
|
||||
"permalink": "/documentation/category/developers-guide"
|
||||
},
|
||||
"next": {
|
||||
"title": "PKGBUILD Template",
|
||||
"permalink": "/documentation/dev_guide/pkgbuild"
|
||||
"title": "Generate GPG Key",
|
||||
"permalink": "/documentation/dev_guide/gpg_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -146,8 +146,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",
|
||||
@@ -167,18 +167,18 @@
|
||||
"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"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -221,18 +221,45 @@
|
||||
"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": "Tools",
|
||||
"permalink": "/documentation/category/tools"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dev_guide/upload_gog_key",
|
||||
"title": "Upload Key => Server",
|
||||
"description": "🌐 Sending and Receiving GPG Keys Using a Key Server",
|
||||
"source": "@site/docs/dev_guide/upload_gog_key.md",
|
||||
"sourceDirName": "dev_guide",
|
||||
"slug": "/dev_guide/upload_gog_key",
|
||||
"permalink": "/documentation/dev_guide/upload_gog_key",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/upload_gog_key.md",
|
||||
"tags": [],
|
||||
"version": "current",
|
||||
"sidebarPosition": 3,
|
||||
"frontMatter": {
|
||||
"sidebar_position": 3
|
||||
},
|
||||
"sidebar": "tutorialSidebar",
|
||||
"previous": {
|
||||
"title": "Generate GPG Key",
|
||||
"permalink": "/documentation/dev_guide/gpg_key"
|
||||
},
|
||||
"next": {
|
||||
"title": "Upload & Deploy Packages",
|
||||
"permalink": "/documentation/dev_guide/deploy_packages"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -258,8 +285,8 @@
|
||||
"permalink": "/documentation/dev_guide/install_keyring"
|
||||
},
|
||||
"next": {
|
||||
"title": "Tools",
|
||||
"permalink": "/documentation/category/tools"
|
||||
"title": "PKGBUILD Template",
|
||||
"permalink": "/documentation/dev_guide/pkgbuild"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -1280,11 +1307,11 @@
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "dev_guide/pkgbuild"
|
||||
"id": "dev_guide/gpg_key"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "dev_guide/gpg_key"
|
||||
"id": "dev_guide/upload_gog_key"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
@@ -1297,6 +1324,10 @@
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "dev_guide/write"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "dev_guide/pkgbuild"
|
||||
}
|
||||
],
|
||||
"link": {
|
||||
|
@@ -50,6 +50,11 @@
|
||||
"path": "/documentation/dev_guide/pkgbuild",
|
||||
"sidebar": "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
"id": "dev_guide/upload_gog_key",
|
||||
"path": "/documentation/dev_guide/upload_gog_key",
|
||||
"sidebar": "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
"id": "dev_guide/write",
|
||||
"path": "/documentation/dev_guide/write",
|
||||
|
@@ -39,6 +39,7 @@ export default {
|
||||
"content---documentation-dev-guide-gpg-key-89-e-a96": [() => import(/* webpackChunkName: "content---documentation-dev-guide-gpg-key-89-e-a96" */ "@site/docs/dev_guide/gpg_key.md"), "@site/docs/dev_guide/gpg_key.md", require.resolveWeak("@site/docs/dev_guide/gpg_key.md")],
|
||||
"content---documentation-dev-guide-install-keyring-404-6d6": [() => import(/* webpackChunkName: "content---documentation-dev-guide-install-keyring-404-6d6" */ "@site/docs/dev_guide/install_keyring.md"), "@site/docs/dev_guide/install_keyring.md", require.resolveWeak("@site/docs/dev_guide/install_keyring.md")],
|
||||
"content---documentation-dev-guide-pkgbuild-66-e-684": [() => import(/* webpackChunkName: "content---documentation-dev-guide-pkgbuild-66-e-684" */ "@site/docs/dev_guide/pkgbuild.md"), "@site/docs/dev_guide/pkgbuild.md", require.resolveWeak("@site/docs/dev_guide/pkgbuild.md")],
|
||||
"content---documentation-dev-guide-upload-gog-keya-6-f-008": [() => import(/* webpackChunkName: "content---documentation-dev-guide-upload-gog-keya-6-f-008" */ "@site/docs/dev_guide/upload_gog_key.md"), "@site/docs/dev_guide/upload_gog_key.md", require.resolveWeak("@site/docs/dev_guide/upload_gog_key.md")],
|
||||
"content---documentation-dev-guide-writeec-3-564": [() => import(/* webpackChunkName: "content---documentation-dev-guide-writeec-3-564" */ "@site/docs/dev_guide/write.md"), "@site/docs/dev_guide/write.md", require.resolveWeak("@site/docs/dev_guide/write.md")],
|
||||
"content---documentation-installation-download-snigdha-os-34-e-4c4": [() => import(/* webpackChunkName: "content---documentation-installation-download-snigdha-os-34-e-4c4" */ "@site/docs/installation/download_snigdha_os.md"), "@site/docs/installation/download_snigdha_os.md", require.resolveWeak("@site/docs/installation/download_snigdha_os.md")],
|
||||
"content---documentation-installation-live-env-795-073": [() => import(/* webpackChunkName: "content---documentation-installation-live-env-795-073" */ "@site/docs/installation/live_env.md"), "@site/docs/installation/live_env.md", require.resolveWeak("@site/docs/installation/live_env.md")],
|
||||
|
@@ -79,15 +79,15 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/documentation/',
|
||||
component: ComponentCreator('/documentation/', 'f13'),
|
||||
component: ComponentCreator('/documentation/', '117'),
|
||||
routes: [
|
||||
{
|
||||
path: '/documentation/',
|
||||
component: ComponentCreator('/documentation/', '7bb'),
|
||||
component: ComponentCreator('/documentation/', 'f55'),
|
||||
routes: [
|
||||
{
|
||||
path: '/documentation/',
|
||||
component: ComponentCreator('/documentation/', 'b4c'),
|
||||
component: ComponentCreator('/documentation/', 'e93'),
|
||||
routes: [
|
||||
{
|
||||
path: '/documentation/before_installation/imporatnt_notes',
|
||||
@@ -191,6 +191,12 @@ export default [
|
||||
exact: true,
|
||||
sidebar: "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
path: '/documentation/dev_guide/upload_gog_key',
|
||||
component: ComponentCreator('/documentation/dev_guide/upload_gog_key', '899'),
|
||||
exact: true,
|
||||
sidebar: "tutorialSidebar"
|
||||
},
|
||||
{
|
||||
path: '/documentation/dev_guide/write',
|
||||
component: ComponentCreator('/documentation/dev_guide/write', '856'),
|
||||
|
@@ -113,17 +113,17 @@
|
||||
},
|
||||
"content": "content---documentation-privacy-policyfbb-0dc"
|
||||
},
|
||||
"/documentation/-f13": {
|
||||
"/documentation/-117": {
|
||||
"__comp": "__comp---theme-docs-root-5-e-9-0b6",
|
||||
"__context": {
|
||||
"plugin": "plugin---documentation-ed-9-690"
|
||||
}
|
||||
},
|
||||
"/documentation/-7bb": {
|
||||
"/documentation/-f55": {
|
||||
"__comp": "__comp---theme-doc-version-roota-7-b-5de",
|
||||
"version": "version---documentation-935-548"
|
||||
},
|
||||
"/documentation/-b4c": {
|
||||
"/documentation/-e93": {
|
||||
"__comp": "__comp---theme-doc-roota-94-67a"
|
||||
},
|
||||
"/documentation/before_installation/imporatnt_notes-89a": {
|
||||
@@ -194,6 +194,10 @@
|
||||
"__comp": "__comp---theme-doc-item-178-a40",
|
||||
"content": "content---documentation-dev-guide-pkgbuild-66-e-684"
|
||||
},
|
||||
"/documentation/dev_guide/upload_gog_key-899": {
|
||||
"__comp": "__comp---theme-doc-item-178-a40",
|
||||
"content": "content---documentation-dev-guide-upload-gog-keya-6-f-008"
|
||||
},
|
||||
"/documentation/dev_guide/write-856": {
|
||||
"__comp": "__comp---theme-doc-item-178-a40",
|
||||
"content": "content---documentation-dev-guide-writeec-3-564"
|
||||
|
Reference in New Issue
Block a user