@eshanized updated the website 🎉 !!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-26 11:50:06 +05:30
parent 047a82b1de
commit 49f5dbc567
10 changed files with 43 additions and 58 deletions

View File

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

View File

@@ -17,7 +17,7 @@
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Write PKGBUILD",
"title": "PKGBUILD Template",
"permalink": "/documentation/dev_guide/pkgbuild"
},
"next": {

View File

@@ -1,7 +1,7 @@
{
"id": "dev_guide/pkgbuild",
"title": "Write PKGBUILD",
"description": "",
"title": "PKGBUILD Template",
"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.",
"source": "@site/docs/dev_guide/pkgbuild.md",
"sourceDirName": "dev_guide",
"slug": "/dev_guide/pkgbuild",

View File

@@ -1,7 +1,7 @@
{
"id": "introduction/introduction",
"title": "Introduction",
"description": "Snigdha OS is a light-weight, Powerful & Optimized Operating System built for Normal Users & Penetration Testers.",
"description": "Snigdha OS is a lightweight and highly customizable Linux distribution based on Arch and Linux Zen Kernel, minimalism, and focus on user-centric design. We are also working on penetration distribution and blackbox.",
"source": "@site/docs/introduction/introduction.md",
"sourceDirName": "introduction",
"slug": "/",

View File

@@ -1,7 +1,7 @@
{
"id": "troubleshoot/bluetooth",
"title": "Troubleshoot: Bluetooth",
"description": "",
"description": "Troubleshooting Bluetooth on Snigdha OS involves several steps. Here's the common practice:",
"source": "@site/docs/troubleshoot/bluetooth.md",
"sourceDirName": "troubleshoot",
"slug": "/troubleshoot/bluetooth",

View File

@@ -290,7 +290,7 @@
},
{
"type": "link",
"label": "Write PKGBUILD",
"label": "PKGBUILD Template",
"href": "/documentation/dev_guide/pkgbuild",
"docId": "dev_guide/pkgbuild",
"unlisted": false
@@ -389,8 +389,8 @@
},
"dev_guide/pkgbuild": {
"id": "dev_guide/pkgbuild",
"title": "Write PKGBUILD",
"description": "",
"title": "PKGBUILD Template",
"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/write": {
@@ -468,7 +468,7 @@
"introduction/introduction": {
"id": "introduction/introduction",
"title": "Introduction",
"description": "Snigdha OS is a light-weight, Powerful & Optimized Operating System built for Normal Users & Penetration Testers.",
"description": "Snigdha OS is a lightweight and highly customizable Linux distribution based on Arch and Linux Zen Kernel, minimalism, and focus on user-centric design. We are also working on penetration distribution and blackbox.",
"sidebar": "tutorialSidebar"
},
"introduction/release_notes": {
@@ -528,7 +528,7 @@
"troubleshoot/bluetooth": {
"id": "troubleshoot/bluetooth",
"title": "Troubleshoot: Bluetooth",
"description": "",
"description": "Troubleshooting Bluetooth on Snigdha OS involves several steps. Here's the common practice:",
"sidebar": "tutorialSidebar"
},
"troubleshoot/display": {

View File

@@ -123,7 +123,7 @@
"permalink": "/documentation/category/developers-guide"
},
"next": {
"title": "Write PKGBUILD",
"title": "PKGBUILD Template",
"permalink": "/documentation/dev_guide/pkgbuild"
}
},
@@ -173,7 +173,7 @@
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Write PKGBUILD",
"title": "PKGBUILD Template",
"permalink": "/documentation/dev_guide/pkgbuild"
},
"next": {
@@ -210,8 +210,8 @@
},
{
"id": "dev_guide/pkgbuild",
"title": "Write PKGBUILD",
"description": "",
"title": "PKGBUILD Template",
"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.",
"source": "@site/docs/dev_guide/pkgbuild.md",
"sourceDirName": "dev_guide",
"slug": "/dev_guide/pkgbuild",
@@ -562,7 +562,7 @@
{
"id": "introduction/introduction",
"title": "Introduction",
"description": "Snigdha OS is a light-weight, Powerful & Optimized Operating System built for Normal Users & Penetration Testers.",
"description": "Snigdha OS is a lightweight and highly customizable Linux distribution based on Arch and Linux Zen Kernel, minimalism, and focus on user-centric design. We are also working on penetration distribution and blackbox.",
"source": "@site/docs/introduction/introduction.md",
"sourceDirName": "introduction",
"slug": "/",
@@ -829,7 +829,7 @@
{
"id": "troubleshoot/bluetooth",
"title": "Troubleshoot: Bluetooth",
"description": "",
"description": "Troubleshooting Bluetooth on Snigdha OS involves several steps. Here's the common practice:",
"source": "@site/docs/troubleshoot/bluetooth.md",
"sourceDirName": "troubleshoot",
"slug": "/troubleshoot/bluetooth",

View File

@@ -70,6 +70,11 @@ export default {
"label": "Forum",
"position": "right"
},
{
"href": "https://uptime.snigdhaos.org/",
"label": "Uptime",
"position": "right"
},
{
"href": "https://tools.snigdhaos.org/",
"label": "Tools",

22
.gitignore vendored
View File

@@ -1,2 +1,20 @@
node_modules
build
# Dependencies
/node_modules
# Production
/build
# Generated files
.docusaurus
.cache-loader
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*

View File

@@ -121,45 +121,7 @@ const config = {
footer: {
style: 'light',
links: [
// {
// title: 'Docs',
// items: [
// {
// label: 'Tutorial',
// to: '/',
// },
// ],
// },
// {
// title: 'Community',
// items: [
// {
// label: 'Stack Overflow',
// href: 'https://stackoverflow.com/questions/tagged/docusaurus',
// },
// {
// label: 'Discord',
// href: 'https://discordapp.com/invite/docusaurus',
// },
// {
// label: 'Twitter',
// href: 'https://twitter.com/docusaurus',
// },
// ],
// },
// {
// title: 'More',
// items: [
// {
// label: 'Blog',
// to: '/blog',
// },
// {
// label: 'GitHub',
// href: 'https://github.com/facebook/docusaurus',
// },
// ],
// },
],
copyright: `© ${new Date().getFullYear()} SNIGDHA OS. ALL RIGHTS RESERVED.`,
},