Added docs

This commit is contained in:
2024-03-29 13:03:45 +05:30
parent 0d302a38ee
commit 9bd6af3efd
26 changed files with 298 additions and 130 deletions

View File

@@ -1,6 +1,6 @@
{ {
"title": "Developers Guide", "title": "Developers Guide",
"description": "Troubleshoot", "description": "This will guide on how to contribute to Snigdha OS as developer.",
"slug": "/category/developers-guide", "slug": "/category/developers-guide",
"permalink": "/documentation/category/developers-guide", "permalink": "/documentation/category/developers-guide",
"navigation": { "navigation": {
@@ -9,7 +9,7 @@
"permalink": "/documentation/packages/snigdhaos_blackbox" "permalink": "/documentation/packages/snigdhaos_blackbox"
}, },
"next": { "next": {
"title": "Writing", "title": "Writing Documentation",
"permalink": "/documentation/dev_guide/write" "permalink": "/documentation/dev_guide/write"
} }
} }

View File

@@ -5,7 +5,7 @@
"permalink": "/documentation/category/tools", "permalink": "/documentation/category/tools",
"navigation": { "navigation": {
"previous": { "previous": {
"title": "Deploy Package", "title": "Upload & Deploy Packages",
"permalink": "/documentation/dev_guide/deploy_packages" "permalink": "/documentation/dev_guide/deploy_packages"
}, },
"next": { "next": {

View File

@@ -1,7 +1,7 @@
{ {
"id": "dev_guide/build_source", "id": "dev_guide/build_source",
"title": "Build From Source", "title": "Build Snigdha OS",
"description": "", "description": "Overview",
"source": "@site/docs/dev_guide/build_source.md", "source": "@site/docs/dev_guide/build_source.md",
"sourceDirName": "dev_guide", "sourceDirName": "dev_guide",
"slug": "/dev_guide/build_source", "slug": "/dev_guide/build_source",
@@ -17,11 +17,11 @@
}, },
"sidebar": "tutorialSidebar", "sidebar": "tutorialSidebar",
"previous": { "previous": {
"title": "Translating", "title": "Writing Documentation",
"permalink": "/documentation/dev_guide/docs_translate" "permalink": "/documentation/dev_guide/write"
}, },
"next": { "next": {
"title": "PKGBUILD", "title": "Write PKGBUILD",
"permalink": "/documentation/dev_guide/pkgbuild" "permalink": "/documentation/dev_guide/pkgbuild"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"id": "dev_guide/deploy_packages", "id": "dev_guide/deploy_packages",
"title": "Deploy Package", "title": "Upload & Deploy Packages",
"description": "", "description": "",
"source": "@site/docs/dev_guide/deploy_packages.md", "source": "@site/docs/dev_guide/deploy_packages.md",
"sourceDirName": "dev_guide", "sourceDirName": "dev_guide",
@@ -17,7 +17,7 @@
}, },
"sidebar": "tutorialSidebar", "sidebar": "tutorialSidebar",
"previous": { "previous": {
"title": "GPG Key", "title": "Generate GPG Key",
"permalink": "/documentation/dev_guide/gpg_key" "permalink": "/documentation/dev_guide/gpg_key"
}, },
"next": { "next": {

View File

@@ -17,7 +17,7 @@
}, },
"sidebar": "tutorialSidebar", "sidebar": "tutorialSidebar",
"previous": { "previous": {
"title": "Writing", "title": "Writing Documentation",
"permalink": "/documentation/dev_guide/write" "permalink": "/documentation/dev_guide/write"
}, },
"next": { "next": {

View File

@@ -1,6 +1,6 @@
{ {
"id": "dev_guide/gpg_key", "id": "dev_guide/gpg_key",
"title": "GPG Key", "title": "Generate GPG Key",
"description": "", "description": "",
"source": "@site/docs/dev_guide/gpg_key.md", "source": "@site/docs/dev_guide/gpg_key.md",
"sourceDirName": "dev_guide", "sourceDirName": "dev_guide",
@@ -17,11 +17,11 @@
}, },
"sidebar": "tutorialSidebar", "sidebar": "tutorialSidebar",
"previous": { "previous": {
"title": "PKGBUILD", "title": "Write PKGBUILD",
"permalink": "/documentation/dev_guide/pkgbuild" "permalink": "/documentation/dev_guide/pkgbuild"
}, },
"next": { "next": {
"title": "Deploy Package", "title": "Upload & Deploy Packages",
"permalink": "/documentation/dev_guide/deploy_packages" "permalink": "/documentation/dev_guide/deploy_packages"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"id": "dev_guide/pkgbuild", "id": "dev_guide/pkgbuild",
"title": "PKGBUILD", "title": "Write PKGBUILD",
"description": "", "description": "",
"source": "@site/docs/dev_guide/pkgbuild.md", "source": "@site/docs/dev_guide/pkgbuild.md",
"sourceDirName": "dev_guide", "sourceDirName": "dev_guide",
@@ -17,11 +17,11 @@
}, },
"sidebar": "tutorialSidebar", "sidebar": "tutorialSidebar",
"previous": { "previous": {
"title": "Build From Source", "title": "Build Snigdha OS",
"permalink": "/documentation/dev_guide/build_source" "permalink": "/documentation/dev_guide/build_source"
}, },
"next": { "next": {
"title": "GPG Key", "title": "Generate GPG Key",
"permalink": "/documentation/dev_guide/gpg_key" "permalink": "/documentation/dev_guide/gpg_key"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"id": "dev_guide/write", "id": "dev_guide/write",
"title": "Writing", "title": "Writing Documentation",
"description": "Adding documentation can help countless future of Snigdha OS users. A few ideas of what to work on:", "description": "Adding documentation can help countless future of Snigdha OS users. A few ideas of what to work on:",
"source": "@site/docs/dev_guide/write.md", "source": "@site/docs/dev_guide/write.md",
"sourceDirName": "dev_guide", "sourceDirName": "dev_guide",
@@ -21,7 +21,7 @@
"permalink": "/documentation/category/developers-guide" "permalink": "/documentation/category/developers-guide"
}, },
"next": { "next": {
"title": "Translating", "title": "Build Snigdha OS",
"permalink": "/documentation/dev_guide/docs_translate" "permalink": "/documentation/dev_guide/build_source"
} }
} }

View File

@@ -276,42 +276,35 @@
"items": [ "items": [
{ {
"type": "link", "type": "link",
"label": "Writing", "label": "Writing Documentation",
"href": "/documentation/dev_guide/write", "href": "/documentation/dev_guide/write",
"docId": "dev_guide/write", "docId": "dev_guide/write",
"unlisted": false "unlisted": false
}, },
{ {
"type": "link", "type": "link",
"label": "Translating", "label": "Build Snigdha OS",
"href": "/documentation/dev_guide/docs_translate",
"docId": "dev_guide/docs_translate",
"unlisted": false
},
{
"type": "link",
"label": "Build From Source",
"href": "/documentation/dev_guide/build_source", "href": "/documentation/dev_guide/build_source",
"docId": "dev_guide/build_source", "docId": "dev_guide/build_source",
"unlisted": false "unlisted": false
}, },
{ {
"type": "link", "type": "link",
"label": "PKGBUILD", "label": "Write PKGBUILD",
"href": "/documentation/dev_guide/pkgbuild", "href": "/documentation/dev_guide/pkgbuild",
"docId": "dev_guide/pkgbuild", "docId": "dev_guide/pkgbuild",
"unlisted": false "unlisted": false
}, },
{ {
"type": "link", "type": "link",
"label": "GPG Key", "label": "Generate GPG Key",
"href": "/documentation/dev_guide/gpg_key", "href": "/documentation/dev_guide/gpg_key",
"docId": "dev_guide/gpg_key", "docId": "dev_guide/gpg_key",
"unlisted": false "unlisted": false
}, },
{ {
"type": "link", "type": "link",
"label": "Deploy Package", "label": "Upload & Deploy Packages",
"href": "/documentation/dev_guide/deploy_packages", "href": "/documentation/dev_guide/deploy_packages",
"docId": "dev_guide/deploy_packages", "docId": "dev_guide/deploy_packages",
"unlisted": false "unlisted": false
@@ -358,37 +351,31 @@
}, },
"dev_guide/build_source": { "dev_guide/build_source": {
"id": "dev_guide/build_source", "id": "dev_guide/build_source",
"title": "Build From Source", "title": "Build Snigdha OS",
"description": "", "description": "Overview",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
"dev_guide/deploy_packages": { "dev_guide/deploy_packages": {
"id": "dev_guide/deploy_packages", "id": "dev_guide/deploy_packages",
"title": "Deploy Package", "title": "Upload & Deploy Packages",
"description": "", "description": "",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
"dev_guide/docs_translate": {
"id": "dev_guide/docs_translate",
"title": "Translating",
"description": "We want Snigdha OS docs and support to be accessible to everyone, regardless of language! By contributing translations, you make it possible for many more people to enjoy our docs and support. Best of all, we use user-friendly GUIs for translations, so no technical skills are necessary to help!",
"sidebar": "tutorialSidebar"
},
"dev_guide/gpg_key": { "dev_guide/gpg_key": {
"id": "dev_guide/gpg_key", "id": "dev_guide/gpg_key",
"title": "GPG Key", "title": "Generate GPG Key",
"description": "", "description": "",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
"dev_guide/pkgbuild": { "dev_guide/pkgbuild": {
"id": "dev_guide/pkgbuild", "id": "dev_guide/pkgbuild",
"title": "PKGBUILD", "title": "Write PKGBUILD",
"description": "", "description": "",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
"dev_guide/write": { "dev_guide/write": {
"id": "dev_guide/write", "id": "dev_guide/write",
"title": "Writing", "title": "Writing Documentation",
"description": "Adding documentation can help countless future of Snigdha OS users. A few ideas of what to work on:", "description": "Adding documentation can help countless future of Snigdha OS users. A few ideas of what to work on:",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },

View File

@@ -0,0 +1,12 @@
{
"type": "mdx",
"permalink": "/documentation/privacy_policy",
"source": "@site/src/pages/privacy_policy.md",
"title": "Privacy Policy",
"description": "Privacy Policy",
"frontMatter": {
"slug": "/privacy_policy",
"title": "Privacy Policy"
},
"unlisted": false
}

View File

@@ -102,8 +102,8 @@
}, },
{ {
"id": "dev_guide/build_source", "id": "dev_guide/build_source",
"title": "Build From Source", "title": "Build Snigdha OS",
"description": "", "description": "Overview",
"source": "@site/docs/dev_guide/build_source.md", "source": "@site/docs/dev_guide/build_source.md",
"sourceDirName": "dev_guide", "sourceDirName": "dev_guide",
"slug": "/dev_guide/build_source", "slug": "/dev_guide/build_source",
@@ -119,17 +119,17 @@
}, },
"sidebar": "tutorialSidebar", "sidebar": "tutorialSidebar",
"previous": { "previous": {
"title": "Translating", "title": "Writing Documentation",
"permalink": "/documentation/dev_guide/docs_translate" "permalink": "/documentation/dev_guide/write"
}, },
"next": { "next": {
"title": "PKGBUILD", "title": "Write PKGBUILD",
"permalink": "/documentation/dev_guide/pkgbuild" "permalink": "/documentation/dev_guide/pkgbuild"
} }
}, },
{ {
"id": "dev_guide/deploy_packages", "id": "dev_guide/deploy_packages",
"title": "Deploy Package", "title": "Upload & Deploy Packages",
"description": "", "description": "",
"source": "@site/docs/dev_guide/deploy_packages.md", "source": "@site/docs/dev_guide/deploy_packages.md",
"sourceDirName": "dev_guide", "sourceDirName": "dev_guide",
@@ -146,7 +146,7 @@
}, },
"sidebar": "tutorialSidebar", "sidebar": "tutorialSidebar",
"previous": { "previous": {
"title": "GPG Key", "title": "Generate GPG Key",
"permalink": "/documentation/dev_guide/gpg_key" "permalink": "/documentation/dev_guide/gpg_key"
}, },
"next": { "next": {
@@ -154,36 +154,9 @@
"permalink": "/documentation/category/tools" "permalink": "/documentation/category/tools"
} }
}, },
{
"id": "dev_guide/docs_translate",
"title": "Translating",
"description": "We want Snigdha OS docs and support to be accessible to everyone, regardless of language! By contributing translations, you make it possible for many more people to enjoy our docs and support. Best of all, we use user-friendly GUIs for translations, so no technical skills are necessary to help!",
"source": "@site/docs/dev_guide/docs_translate.md",
"sourceDirName": "dev_guide",
"slug": "/dev_guide/docs_translate",
"permalink": "/documentation/dev_guide/docs_translate",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/docs_translate.md",
"tags": [],
"version": "current",
"sidebarPosition": 2,
"frontMatter": {
"sidebar_position": 2
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Writing",
"permalink": "/documentation/dev_guide/write"
},
"next": {
"title": "Build From Source",
"permalink": "/documentation/dev_guide/build_source"
}
},
{ {
"id": "dev_guide/gpg_key", "id": "dev_guide/gpg_key",
"title": "GPG Key", "title": "Generate GPG Key",
"description": "", "description": "",
"source": "@site/docs/dev_guide/gpg_key.md", "source": "@site/docs/dev_guide/gpg_key.md",
"sourceDirName": "dev_guide", "sourceDirName": "dev_guide",
@@ -200,17 +173,17 @@
}, },
"sidebar": "tutorialSidebar", "sidebar": "tutorialSidebar",
"previous": { "previous": {
"title": "PKGBUILD", "title": "Write PKGBUILD",
"permalink": "/documentation/dev_guide/pkgbuild" "permalink": "/documentation/dev_guide/pkgbuild"
}, },
"next": { "next": {
"title": "Deploy Package", "title": "Upload & Deploy Packages",
"permalink": "/documentation/dev_guide/deploy_packages" "permalink": "/documentation/dev_guide/deploy_packages"
} }
}, },
{ {
"id": "dev_guide/pkgbuild", "id": "dev_guide/pkgbuild",
"title": "PKGBUILD", "title": "Write PKGBUILD",
"description": "", "description": "",
"source": "@site/docs/dev_guide/pkgbuild.md", "source": "@site/docs/dev_guide/pkgbuild.md",
"sourceDirName": "dev_guide", "sourceDirName": "dev_guide",
@@ -227,17 +200,17 @@
}, },
"sidebar": "tutorialSidebar", "sidebar": "tutorialSidebar",
"previous": { "previous": {
"title": "Build From Source", "title": "Build Snigdha OS",
"permalink": "/documentation/dev_guide/build_source" "permalink": "/documentation/dev_guide/build_source"
}, },
"next": { "next": {
"title": "GPG Key", "title": "Generate GPG Key",
"permalink": "/documentation/dev_guide/gpg_key" "permalink": "/documentation/dev_guide/gpg_key"
} }
}, },
{ {
"id": "dev_guide/write", "id": "dev_guide/write",
"title": "Writing", "title": "Writing Documentation",
"description": "Adding documentation can help countless future of Snigdha OS users. A few ideas of what to work on:", "description": "Adding documentation can help countless future of Snigdha OS users. A few ideas of what to work on:",
"source": "@site/docs/dev_guide/write.md", "source": "@site/docs/dev_guide/write.md",
"sourceDirName": "dev_guide", "sourceDirName": "dev_guide",
@@ -258,8 +231,8 @@
"permalink": "/documentation/category/developers-guide" "permalink": "/documentation/category/developers-guide"
}, },
"next": { "next": {
"title": "Translating", "title": "Build Snigdha OS",
"permalink": "/documentation/dev_guide/docs_translate" "permalink": "/documentation/dev_guide/build_source"
} }
}, },
{ {
@@ -1185,10 +1158,6 @@
"type": "doc", "type": "doc",
"id": "dev_guide/write" "id": "dev_guide/write"
}, },
{
"type": "doc",
"id": "dev_guide/docs_translate"
},
{ {
"type": "doc", "type": "doc",
"id": "dev_guide/build_source" "id": "dev_guide/build_source"
@@ -1208,7 +1177,7 @@
], ],
"link": { "link": {
"type": "generated-index", "type": "generated-index",
"description": "Troubleshoot", "description": "This will guide on how to contribute to Snigdha OS as developer.",
"slug": "/category/developers-guide", "slug": "/category/developers-guide",
"permalink": "/documentation/category/developers-guide" "permalink": "/documentation/category/developers-guide"
} }
@@ -1352,6 +1321,18 @@
"title": "Markdown page example" "title": "Markdown page example"
}, },
"unlisted": false "unlisted": false
},
{
"type": "mdx",
"permalink": "/documentation/privacy_policy",
"source": "@site/src/pages/privacy_policy.md",
"title": "Privacy Policy",
"description": "Privacy Policy",
"frontMatter": {
"slug": "/privacy_policy",
"title": "Privacy Policy"
},
"unlisted": false
} }
] ]
}, },

View File

@@ -6,7 +6,7 @@
export default { export default {
"title": "SNIGDHA OS - DOCS", "title": "SNIGDHA OS - DOCS",
"tagline": "Be silent when it is time to hear!", "tagline": "Be silent when it is time to hear!",
"favicon": "img/favicon.ico", "favicon": "img/snigdhaos-icon.ico",
"url": "https://docs.snigdhaos.org", "url": "https://docs.snigdhaos.org",
"baseUrl": "/documentation/", "baseUrl": "/documentation/",
"trailingSlash": false, "trailingSlash": false,
@@ -45,7 +45,7 @@ export default {
"themeConfig": { "themeConfig": {
"image": "img/docusaurus-social-card.jpg", "image": "img/docusaurus-social-card.jpg",
"navbar": { "navbar": {
"title": "SNIGDHA OS - Documentation", "title": "DOCUMENTATION | SNIGDHA OS",
"logo": { "logo": {
"alt": "Snigdha OS Docs Logo", "alt": "Snigdha OS Docs Logo",
"src": "img/Doc.svg" "src": "img/Doc.svg"

View File

@@ -35,11 +35,6 @@
"path": "/documentation/dev_guide/deploy_packages", "path": "/documentation/dev_guide/deploy_packages",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
{
"id": "dev_guide/docs_translate",
"path": "/documentation/dev_guide/docs_translate",
"sidebar": "tutorialSidebar"
},
{ {
"id": "dev_guide/gpg_key", "id": "dev_guide/gpg_key",
"path": "/documentation/dev_guide/gpg_key", "path": "/documentation/dev_guide/gpg_key",

View File

@@ -36,7 +36,6 @@ export default {
"content---documentation-cookie-consent-21-a-25e": [() => import(/* webpackChunkName: "content---documentation-cookie-consent-21-a-25e" */ "@site/src/pages/cookie-consent.md"), "@site/src/pages/cookie-consent.md", require.resolveWeak("@site/src/pages/cookie-consent.md")], "content---documentation-cookie-consent-21-a-25e": [() => import(/* webpackChunkName: "content---documentation-cookie-consent-21-a-25e" */ "@site/src/pages/cookie-consent.md"), "@site/src/pages/cookie-consent.md", require.resolveWeak("@site/src/pages/cookie-consent.md")],
"content---documentation-dev-guide-build-source-9-dc-909": [() => import(/* webpackChunkName: "content---documentation-dev-guide-build-source-9-dc-909" */ "@site/docs/dev_guide/build_source.md"), "@site/docs/dev_guide/build_source.md", require.resolveWeak("@site/docs/dev_guide/build_source.md")], "content---documentation-dev-guide-build-source-9-dc-909": [() => import(/* webpackChunkName: "content---documentation-dev-guide-build-source-9-dc-909" */ "@site/docs/dev_guide/build_source.md"), "@site/docs/dev_guide/build_source.md", require.resolveWeak("@site/docs/dev_guide/build_source.md")],
"content---documentation-dev-guide-deploy-packages-043-bee": [() => import(/* webpackChunkName: "content---documentation-dev-guide-deploy-packages-043-bee" */ "@site/docs/dev_guide/deploy_packages.md"), "@site/docs/dev_guide/deploy_packages.md", require.resolveWeak("@site/docs/dev_guide/deploy_packages.md")], "content---documentation-dev-guide-deploy-packages-043-bee": [() => import(/* webpackChunkName: "content---documentation-dev-guide-deploy-packages-043-bee" */ "@site/docs/dev_guide/deploy_packages.md"), "@site/docs/dev_guide/deploy_packages.md", require.resolveWeak("@site/docs/dev_guide/deploy_packages.md")],
"content---documentation-dev-guide-docs-translateda-1-56a": [() => import(/* webpackChunkName: "content---documentation-dev-guide-docs-translateda-1-56a" */ "@site/docs/dev_guide/docs_translate.md"), "@site/docs/dev_guide/docs_translate.md", require.resolveWeak("@site/docs/dev_guide/docs_translate.md")],
"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-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-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-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-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-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")],
@@ -59,6 +58,7 @@ export default {
"content---documentation-post-installation-install-packages-904-e99": [() => import(/* webpackChunkName: "content---documentation-post-installation-install-packages-904-e99" */ "@site/docs/post_installation/install_packages.md"), "@site/docs/post_installation/install_packages.md", require.resolveWeak("@site/docs/post_installation/install_packages.md")], "content---documentation-post-installation-install-packages-904-e99": [() => import(/* webpackChunkName: "content---documentation-post-installation-install-packages-904-e99" */ "@site/docs/post_installation/install_packages.md"), "@site/docs/post_installation/install_packages.md", require.resolveWeak("@site/docs/post_installation/install_packages.md")],
"content---documentation-post-installation-languagead-7-478": [() => import(/* webpackChunkName: "content---documentation-post-installation-languagead-7-478" */ "@site/docs/post_installation/language.md"), "@site/docs/post_installation/language.md", require.resolveWeak("@site/docs/post_installation/language.md")], "content---documentation-post-installation-languagead-7-478": [() => import(/* webpackChunkName: "content---documentation-post-installation-languagead-7-478" */ "@site/docs/post_installation/language.md"), "@site/docs/post_installation/language.md", require.resolveWeak("@site/docs/post_installation/language.md")],
"content---documentation-post-installation-updateffa-74d": [() => import(/* webpackChunkName: "content---documentation-post-installation-updateffa-74d" */ "@site/docs/post_installation/update.md"), "@site/docs/post_installation/update.md", require.resolveWeak("@site/docs/post_installation/update.md")], "content---documentation-post-installation-updateffa-74d": [() => import(/* webpackChunkName: "content---documentation-post-installation-updateffa-74d" */ "@site/docs/post_installation/update.md"), "@site/docs/post_installation/update.md", require.resolveWeak("@site/docs/post_installation/update.md")],
"content---documentation-privacy-policyfbb-0dc": [() => import(/* webpackChunkName: "content---documentation-privacy-policyfbb-0dc" */ "@site/src/pages/privacy_policy.md"), "@site/src/pages/privacy_policy.md", require.resolveWeak("@site/src/pages/privacy_policy.md")],
"content---documentation-tools-dnsce-8-3f9": [() => import(/* webpackChunkName: "content---documentation-tools-dnsce-8-3f9" */ "@site/docs/tools/dns.md"), "@site/docs/tools/dns.md", require.resolveWeak("@site/docs/tools/dns.md")], "content---documentation-tools-dnsce-8-3f9": [() => import(/* webpackChunkName: "content---documentation-tools-dnsce-8-3f9" */ "@site/docs/tools/dns.md"), "@site/docs/tools/dns.md", require.resolveWeak("@site/docs/tools/dns.md")],
"content---documentation-troubleshoot-bluetooth-0-b-7-15c": [() => import(/* webpackChunkName: "content---documentation-troubleshoot-bluetooth-0-b-7-15c" */ "@site/docs/troubleshoot/bluetooth.md"), "@site/docs/troubleshoot/bluetooth.md", require.resolveWeak("@site/docs/troubleshoot/bluetooth.md")], "content---documentation-troubleshoot-bluetooth-0-b-7-15c": [() => import(/* webpackChunkName: "content---documentation-troubleshoot-bluetooth-0-b-7-15c" */ "@site/docs/troubleshoot/bluetooth.md"), "@site/docs/troubleshoot/bluetooth.md", require.resolveWeak("@site/docs/troubleshoot/bluetooth.md")],
"content---documentation-troubleshoot-displaye-2-e-7de": [() => import(/* webpackChunkName: "content---documentation-troubleshoot-displaye-2-e-7de" */ "@site/docs/troubleshoot/display.md"), "@site/docs/troubleshoot/display.md", require.resolveWeak("@site/docs/troubleshoot/display.md")], "content---documentation-troubleshoot-displaye-2-e-7de": [() => import(/* webpackChunkName: "content---documentation-troubleshoot-displaye-2-e-7de" */ "@site/docs/troubleshoot/display.md"), "@site/docs/troubleshoot/display.md", require.resolveWeak("@site/docs/troubleshoot/display.md")],

View File

@@ -72,17 +72,22 @@ export default [
component: ComponentCreator('/documentation/markdown-page', '89b'), component: ComponentCreator('/documentation/markdown-page', '89b'),
exact: true exact: true
}, },
{
path: '/documentation/privacy_policy',
component: ComponentCreator('/documentation/privacy_policy', '4b3'),
exact: true
},
{ {
path: '/documentation/', path: '/documentation/',
component: ComponentCreator('/documentation/', '7d7'), component: ComponentCreator('/documentation/', '515'),
routes: [ routes: [
{ {
path: '/documentation/', path: '/documentation/',
component: ComponentCreator('/documentation/', '81d'), component: ComponentCreator('/documentation/', 'f75'),
routes: [ routes: [
{ {
path: '/documentation/', path: '/documentation/',
component: ComponentCreator('/documentation/', '42c'), component: ComponentCreator('/documentation/', 'cb8'),
routes: [ routes: [
{ {
path: '/documentation/before_installation/imporatnt_notes', path: '/documentation/before_installation/imporatnt_notes',
@@ -168,12 +173,6 @@ export default [
exact: true, exact: true,
sidebar: "tutorialSidebar" sidebar: "tutorialSidebar"
}, },
{
path: '/documentation/dev_guide/docs_translate',
component: ComponentCreator('/documentation/dev_guide/docs_translate', '964'),
exact: true,
sidebar: "tutorialSidebar"
},
{ {
path: '/documentation/dev_guide/gpg_key', path: '/documentation/dev_guide/gpg_key',
component: ComponentCreator('/documentation/dev_guide/gpg_key', 'd30'), component: ComponentCreator('/documentation/dev_guide/gpg_key', 'd30'),

View File

@@ -106,17 +106,24 @@
}, },
"content": "content---documentation-markdown-page-393-bce" "content": "content---documentation-markdown-page-393-bce"
}, },
"/documentation/-7d7": { "/documentation/privacy_policy-4b3": {
"__comp": "__comp---theme-mdx-page-1-f-3-b90",
"__context": {
"plugin": "plugin---documentation-cookie-consentc-52-818"
},
"content": "content---documentation-privacy-policyfbb-0dc"
},
"/documentation/-515": {
"__comp": "__comp---theme-docs-root-5-e-9-0b6", "__comp": "__comp---theme-docs-root-5-e-9-0b6",
"__context": { "__context": {
"plugin": "plugin---documentation-99-b-b0a" "plugin": "plugin---documentation-99-b-b0a"
} }
}, },
"/documentation/-81d": { "/documentation/-f75": {
"__comp": "__comp---theme-doc-version-roota-7-b-5de", "__comp": "__comp---theme-doc-version-roota-7-b-5de",
"version": "version---documentation-935-548" "version": "version---documentation-935-548"
}, },
"/documentation/-42c": { "/documentation/-cb8": {
"__comp": "__comp---theme-doc-roota-94-67a" "__comp": "__comp---theme-doc-roota-94-67a"
}, },
"/documentation/before_installation/imporatnt_notes-89a": { "/documentation/before_installation/imporatnt_notes-89a": {
@@ -175,10 +182,6 @@
"__comp": "__comp---theme-doc-item-178-a40", "__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-dev-guide-deploy-packages-043-bee" "content": "content---documentation-dev-guide-deploy-packages-043-bee"
}, },
"/documentation/dev_guide/docs_translate-964": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-dev-guide-docs-translateda-1-56a"
},
"/documentation/dev_guide/gpg_key-d30": { "/documentation/dev_guide/gpg_key-d30": {
"__comp": "__comp---theme-doc-item-178-a40", "__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-dev-guide-gpg-key-89-e-a96" "content": "content---documentation-dev-guide-gpg-key-89-e-a96"

View File

@@ -3,7 +3,7 @@
"position": 8, "position": 8,
"link": { "link": {
"type": "generated-index", "type": "generated-index",
"description": "Troubleshoot" "description": "This will guide on how to contribute to Snigdha OS as developer."
} }
} }

View File

@@ -1,4 +1,141 @@
--- ---
sidebar_position: 3 sidebar_position: 3
--- ---
# Build From Source # Build Snigdha OS
## Overview
Building **Snigdha OS** from the source code is very easy. In this documentation, I am going to guide you on how to build **Snigdha OS** from the source. And customizing it.
:::danger Caution
Before running or customizing any script, first examine. Remember, you are running all the scripts produced by **Snigdha OS** at your own risk!
:::
## Prerequisites
To build **Snigdha OS** from the source, we need some packages which are hosted on [SNIGDHA OS CORE](https://github.com/snosmirror/snigdhaos-core) repository and [SNIGDHA OS EXTRA](https://github.com/snosmirror/snigdhaos-extra) repository. [SNIGDHA OS TESTING](https://github.com/snosmirror/snigdhaos-testing) is an optional repository. You also need **Chaotic-AUR** because some packages come from the chaotic-aur. e.g : github-desktop.
:::info NOTE
- Make sure you have internet connection.
- If you are on **Snigdha OS**, you need not add any repository! By default all the repositories are added and enabled.
:::
## Adding Repository
First of all we will add **Snigdha OS Core** and **Snigdha OS Extra** repository in our pacman configuration. to edit `pacman.conf`, execute the following on your terminal. [I am using nano, you are free to use anything]
```bash
sudo nano /etc/pacman.conf
```
:::tip Archlinux
If you are using **Arch Linux** then you can copy and paste the following.
```bash
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options
#UseSyslog
#Color
#NoProgressBar
CheckSpace
#VerbosePkgLists
#ParallelDownloads = 5
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[core-testing]
#Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist
[snigdhaos-core]
SigLevel = Never
Server = https://snosmirror.github.io/$repo/$arch
#[extra-testing]
#Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
[snigdhaos-extra]
Siglevel = Never
Server = https://snosmirror.github.io/$repo/$arch
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
```
:::

View File

@@ -1,5 +1,5 @@
--- ---
sidebar_position: 6 sidebar_position: 6
--- ---
# Deploy Package # Upload & Deploy Packages

View File

@@ -1,6 +0,0 @@
---
sidebar_position: 2
---
# Translating
We want Snigdha OS docs and support to be accessible to everyone, regardless of language! By contributing translations, you make it possible for many more people to enjoy our docs and support. Best of all, we use user-friendly GUIs for translations, so no technical skills are necessary to help!

View File

@@ -1,4 +1,4 @@
--- ---
sidebar_position: 5 sidebar_position: 5
--- ---
# GPG Key # Generate GPG Key

View File

@@ -1,4 +1,4 @@
--- ---
sidebar_position: 4 sidebar_position: 4
--- ---
# PKGBUILD # Write PKGBUILD

View File

@@ -1,7 +1,7 @@
--- ---
sidebar_position: 1 sidebar_position: 1
--- ---
# Writing # Writing Documentation
Adding documentation can help countless future of Snigdha OS users. A few ideas of what to work on: Adding documentation can help countless future of Snigdha OS users. A few ideas of what to work on:

View File

@@ -10,7 +10,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
const config = { const config = {
title: 'SNIGDHA OS - DOCS', title: 'SNIGDHA OS - DOCS',
tagline: 'Be silent when it is time to hear!', tagline: 'Be silent when it is time to hear!',
favicon: 'img/favicon.ico', favicon: 'img/snigdhaos-icon.ico',
// Set the production url of your site here // Set the production url of your site here
url: 'https://docs.snigdhaos.org/', url: 'https://docs.snigdhaos.org/',
@@ -70,7 +70,7 @@ const config = {
// Replace with your project's social card // Replace with your project's social card
image: 'img/docusaurus-social-card.jpg', image: 'img/docusaurus-social-card.jpg',
navbar: { navbar: {
title: 'SNIGDHA OS - Documentation', title: 'DOCUMENTATION | SNIGDHA OS',
logo: { logo: {
alt: 'Snigdha OS Docs Logo', alt: 'Snigdha OS Docs Logo',
src: 'img/Doc.svg', src: 'img/Doc.svg',

View File

@@ -0,0 +1,60 @@
---
slug: /privacy_policy
title: Privacy Policy
---
## Privacy Policy
The Snigdha OS Team (hereinafter referred to as "Snigdha OS" or "we") operates the website and its services available on the Internet at https://snigdhaos.org/ including the respective sub-directories (hereinafter referred to as the "website").
With this privacy policy, we would like to inform you which data will be processed in which form when you visit the website or use its services. Where the GDPR applies, we hereby also comply with our duty to inform you in accordance with Art. 13 and Art. 14 of the EU-General Data Protection Regulation (GDPR).
## Controller
The controller for the data processing on our website is the Snigdha OS Team.
Email: privacy@snigdhaos.org
## Purposes, legal bases and storage period
### General use of the platform
The web server of our hosting service provider automatically records the accesses to our website. Therefore, when you visit our website, you transmit certain technical data to us, namely:
- IP address,
- accessed content,
- information about the transmission,
- date of access,
- the amount of data transmitted,
- the referrer,
- the web browser/user agent.
Where the GDPR applies, the processing of the IP address when establishing a connection is based on Art. 6 par. 1 lit. b) GDPR to provide the website you requested.
Our host also creates so-called log files to maintain system security, in order to guarantee the security and integrity of our IT systems. These purposes also represent the legitimate interest for which the processing is carried out (Art. 6 par. 1 lit. f) GDPR). We store the log files for a period of 30 days and delete them afterwards.
### Registering for a user account
Some of our services require that you sign up and create a user account(e.g: Snigdha OS Forum, Cloud etc.). For this purpose we will collect and process your user name, email address and a password. We will send you a validation email to the email address you have provided. Where the GDPR applies, the legal basis for the processing is Art. 6 para. 1 lit. b) GDPR.
When you use our services we will collect certain information from you and associate it with your account, such as:
- your password for the accounts Cloud, Forum,
- your IP address,
- your language preference,
- your timezone
## Services of the website
Our website offers you a range of services for which we process certain personal data:
### Forum
You can read in our forums without giving us any personal data. However, if you wish to participate by posting entries, we will ask you to sign up for an account. In this case, we will collect your user name, email address and a captcha question. You are able to select if you wish that other users could see your email address and if other users shall be able to send you mails via the forums mail function. Furthermore, you can set location options as time zone and language preference.
We process your data to provide you with the account, the forums and the respective functions. The captcha question is required to avoid abuse by spammers using automated tools to post their content and links to many sites. We process your location options and language preferences to provide you with the according account settings.
When you post comments, we display certain information about your user account next to your post such as user name, registration date, and country of origin (if you add these personal details in your user account).
Where the GDPR applies, the legal basis for the processing is Art. 6 para. 1 lit. b) GDPR. In case you delete your account, we store your entries based on our legitimate interest of a consistent forums according to Art. 6 para. 1 lit. f) GDPR, but we anonymize the author of your entries.
### Docs
You can read in our wiki without giving us any personal data. However, if you wish to participate creating entries, we will ask you to sign up for an account. In this case, we will collect your user name, email address and a captcha question. You are able to select if you wish that other users could see your email address and if other users shall be able to send you mails via the wikis mail function. Furthermore, you can set location options as time zone and language preference.
We process your data to provide you with the account, the wiki and the respective functions. The captcha question is required to avoid abuse by spammers using automated tools to post their content and links to many sites. We process your location options and language preferences to provide you with the according account settings. When you contribute entries, we display certain information about your user account next to your entries such as user name, registration date, and country of origin (if you add these personal details in your user account).
Where the GDPR applies, the legal basis for the processing is Art. 6 para. 1 lit. b) GDPR. In case you delete your account, we store your entries based on our legitimate interest of a consistent wiki according to Art. 6 para. 1 lit. f) GDPR.

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB