config for -> docs.snigdhaos.org

This commit is contained in:
2024-03-26 07:03:07 +05:30
parent 4747f56e4c
commit 9a38556af2
195 changed files with 1766 additions and 1301 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,222 +1,45 @@
{
"blogPosts": [
{
"id": "welcome",
"id": "/effective_bug_report",
"metadata": {
"permalink": "/blog/welcome",
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2021-08-26-welcome/index.md",
"source": "@site/blog/2021-08-26-welcome/index.md",
"title": "Welcome",
"description": "Docusaurus blogging features are powered by the blog plugin.",
"date": "2021-08-26T00:00:00.000Z",
"formattedDate": "August 26, 2021",
"permalink": "/blog/effective_bug_report",
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/blog/effetive_bug_report.md",
"source": "@site/blog/effetive_bug_report.md",
"title": "Write Effective Bug Report",
"description": "Writing an effective bug report is crucial for helping developers understand, reproduce, and ultimately fix the issue. Here's a step-by-step guide on how to write an effective bug report:",
"date": "2024-03-25T02:20:39.000Z",
"formattedDate": "March 25, 2024",
"tags": [
{
"label": "facebook",
"permalink": "/blog/tags/facebook"
},
{
"label": "hello",
"permalink": "/blog/tags/hello"
},
{
"label": "docusaurus",
"permalink": "/blog/tags/docusaurus"
"label": "bug",
"permalink": "/blog/tags/bug"
}
],
"readingTime": 0.405,
"readingTime": 2.15,
"hasTruncateMarker": false,
"authors": [
{
"name": "Sébastien Lorber",
"title": "Docusaurus maintainer",
"url": "https://sebastienlorber.com",
"imageURL": "https://github.com/slorber.png",
"key": "slorber"
},
{
"name": "Yangshun Tay",
"title": "Front End Engineer @ Facebook",
"url": "https://github.com/yangshun",
"imageURL": "https://github.com/yangshun.png",
"key": "yangshun"
"name": "Eshan Roy",
"title": "Lead Developer & Maintainer",
"url": "https://eshan.snigdhaos.org",
"imageURL": "https://github.com/eshanized/eshanized/blob/main/eshanized_square.png?raw=true",
"key": "eshanized"
}
],
"frontMatter": {
"slug": "welcome",
"title": "Welcome",
"slug": "/effective_bug_report",
"title": "Write Effective Bug Report",
"authors": [
"slorber",
"yangshun"
"eshanized"
],
"tags": [
"facebook",
"hello",
"docusaurus"
"bug"
]
},
"unlisted": false,
"nextItem": {
"title": "MDX Blog Post",
"permalink": "/blog/mdx-blog-post"
}
"unlisted": false
},
"content": "[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).\n\nSimply add Markdown files (or folders) to the `blog` directory.\n\nRegular blog authors can be added to `authors.yml`.\n\nThe blog post date can be extracted from filenames, such as:\n\n- `2019-05-30-welcome.md`\n- `2019-05-30-welcome/index.md`\n\nA blog post folder can be convenient to co-locate blog post images:\n\n![Docusaurus Plushie](./docusaurus-plushie-banner.jpeg)\n\nThe blog supports tags as well!\n\n**And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config."
},
{
"id": "mdx-blog-post",
"metadata": {
"permalink": "/blog/mdx-blog-post",
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2021-08-01-mdx-blog-post.mdx",
"source": "@site/blog/2021-08-01-mdx-blog-post.mdx",
"title": "MDX Blog Post",
"description": "Blog posts support Docusaurus Markdown features, such as MDX.",
"date": "2021-08-01T00:00:00.000Z",
"formattedDate": "August 1, 2021",
"tags": [
{
"label": "docusaurus",
"permalink": "/blog/tags/docusaurus"
}
],
"readingTime": 0.175,
"hasTruncateMarker": false,
"authors": [
{
"name": "Sébastien Lorber",
"title": "Docusaurus maintainer",
"url": "https://sebastienlorber.com",
"imageURL": "https://github.com/slorber.png",
"key": "slorber"
}
],
"frontMatter": {
"slug": "mdx-blog-post",
"title": "MDX Blog Post",
"authors": [
"slorber"
],
"tags": [
"docusaurus"
]
},
"unlisted": false,
"prevItem": {
"title": "Welcome",
"permalink": "/blog/welcome"
},
"nextItem": {
"title": "Long Blog Post",
"permalink": "/blog/long-blog-post"
}
},
"content": "Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/).\n\n:::tip\n\nUse the power of React to create interactive blog posts.\n\n```js\n<button onClick={() => alert('button clicked!')}>Click me!</button>\n```\n\n<button onClick={() => alert('button clicked!')}>Click me!</button>\n\n:::"
},
{
"id": "long-blog-post",
"metadata": {
"permalink": "/blog/long-blog-post",
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2019-05-29-long-blog-post.md",
"source": "@site/blog/2019-05-29-long-blog-post.md",
"title": "Long Blog Post",
"description": "This is the summary of a very long blog post,",
"date": "2019-05-29T00:00:00.000Z",
"formattedDate": "May 29, 2019",
"tags": [
{
"label": "hello",
"permalink": "/blog/tags/hello"
},
{
"label": "docusaurus",
"permalink": "/blog/tags/docusaurus"
}
],
"readingTime": 2.05,
"hasTruncateMarker": true,
"authors": [
{
"name": "Endilie Yacop Sucipto",
"title": "Maintainer of Docusaurus",
"url": "https://github.com/endiliey",
"imageURL": "https://github.com/endiliey.png",
"key": "endi"
}
],
"frontMatter": {
"slug": "long-blog-post",
"title": "Long Blog Post",
"authors": "endi",
"tags": [
"hello",
"docusaurus"
]
},
"unlisted": false,
"prevItem": {
"title": "MDX Blog Post",
"permalink": "/blog/mdx-blog-post"
},
"nextItem": {
"title": "First Blog Post",
"permalink": "/blog/first-blog-post"
}
},
"content": "This is the summary of a very long blog post,\n\nUse a `<!--` `truncate` `-->` comment to limit blog post size in the list view.\n\n<!--truncate-->\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet"
},
{
"id": "first-blog-post",
"metadata": {
"permalink": "/blog/first-blog-post",
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2019-05-28-first-blog-post.md",
"source": "@site/blog/2019-05-28-first-blog-post.md",
"title": "First Blog Post",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet",
"date": "2019-05-28T00:00:00.000Z",
"formattedDate": "May 28, 2019",
"tags": [
{
"label": "hola",
"permalink": "/blog/tags/hola"
},
{
"label": "docusaurus",
"permalink": "/blog/tags/docusaurus"
}
],
"readingTime": 0.12,
"hasTruncateMarker": false,
"authors": [
{
"name": "Gao Wei",
"title": "Docusaurus Core Team",
"url": "https://github.com/wgao19",
"image_url": "https://github.com/wgao19.png",
"imageURL": "https://github.com/wgao19.png"
}
],
"frontMatter": {
"slug": "first-blog-post",
"title": "First Blog Post",
"authors": {
"name": "Gao Wei",
"title": "Docusaurus Core Team",
"url": "https://github.com/wgao19",
"image_url": "https://github.com/wgao19.png",
"imageURL": "https://github.com/wgao19.png"
},
"tags": [
"hola",
"docusaurus"
]
},
"unlisted": false,
"prevItem": {
"title": "Long Blog Post",
"permalink": "/blog/long-blog-post"
}
},
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet"
"content": "Writing an effective bug report is crucial for helping developers understand, reproduce, and ultimately fix the issue. Here's a step-by-step guide on how to write an effective bug report:\n\n1. **Title**: Provide a concise and descriptive title that summarizes the issue. It should give a clear indication of what the problem is without being too lengthy. For example, \"Error message appears when trying to log in.\"\n\n2. **Description**:\n - **Overview**: Begin with a brief overview of the problem, including what you were trying to do and what went wrong.\n - **Steps to Reproduce**: List the specific steps or actions taken that lead to the issue. Provide enough detail so that others can follow the same steps and encounter the same problem.\n - **Expected Behavior**: Describe what you expected to happen after performing the steps mentioned above.\n - **Actual Behavior**: Describe what actually happened or what you observed that indicates the presence of a bug. Include any error messages, unexpected behavior, or deviations from the expected outcome.\n - **Frequency**: Indicate whether the issue occurs consistently or intermittently. If intermittent, specify any patterns or conditions that seem to trigger the problem.\n - **Environment**: Mention the operating system, browser/version, device, or any other relevant environment details where the issue occurred.\n - **Screenshots/Attachments**: If applicable, include screenshots, logs, error messages, or any other relevant files that can help illustrate or reproduce the problem.\n\n3. **Impact**: Explain the impact of the bug on the user experience, system functionality, or any other relevant aspect. Include information about any workarounds or mitigations you've discovered.\n\n4. **Additional Information**:\n - **Related Issues**: If you suspect the bug may be related to other issues or if you've found similar reports, mention them and provide links if possible.\n - **Priority/Severity**: Optionally, suggest a priority or severity level for the bug based on its impact and urgency.\n - **Timeframe**: If applicable, specify any deadlines or time constraints that may affect the resolution of the issue.\n - **Contact Information**: Provide your contact information (email, username, etc.) in case developers need clarification or further details.\n\n5. **Submission**: Submit the bug report through the designated bug tracking system, issue tracker, or communication channel used by the development team. Follow any specific guidelines or templates provided by the project.\n\n6. **Follow-up**: Be prepared to respond to any follow-up questions or requests for clarification from developers. Provide additional information as needed to help troubleshoot and resolve the issue.\n\nBy following these steps and providing detailed, organized information, you can help developers diagnose and address the bug more effectively, ultimately leading to quicker resolution and improved software quality."
}
]
}

View File

@@ -3,7 +3,7 @@
"page": 1,
"postsPerPage": 10,
"totalPages": 1,
"totalCount": 4,
"totalCount": 1,
"blogDescription": "Blog",
"blogTitle": "Blog"
}

View File

@@ -0,0 +1,9 @@
{
"permalink": "/blog/tags/bug",
"page": 1,
"postsPerPage": 10,
"totalPages": 1,
"totalCount": 1,
"blogDescription": "Blog",
"blogTitle": "Blog"
}

View File

@@ -0,0 +1,7 @@
{
"label": "bug",
"permalink": "/blog/tags/bug",
"allTagsPath": "/blog/tags",
"count": 1,
"unlisted": false
}

View File

@@ -1,22 +1,7 @@
[
{
"label": "facebook",
"permalink": "/blog/tags/facebook",
"count": 1
},
{
"label": "hello",
"permalink": "/blog/tags/hello",
"count": 2
},
{
"label": "docusaurus",
"permalink": "/blog/tags/docusaurus",
"count": 4
},
{
"label": "hola",
"permalink": "/blog/tags/hola",
"label": "bug",
"permalink": "/blog/tags/bug",
"count": 1
}
]

View File

@@ -5,8 +5,8 @@
"permalink": "/category/before-installation",
"navigation": {
"previous": {
"title": "Introduction",
"permalink": "/"
"title": "Frequently Asked",
"permalink": "/introduction/faqs"
},
"next": {
"title": "System Requirements",

View File

@@ -0,0 +1,16 @@
{
"title": "Developers Guide",
"description": "Troubleshoot",
"slug": "/category/developers-guide",
"permalink": "/category/developers-guide",
"navigation": {
"previous": {
"title": "Blackbox",
"permalink": "/packages/snigdhaos_blackbox"
},
"next": {
"title": "Writing",
"permalink": "/dev_guide/write"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"title": "Installation",
"description": "Installing Instruction",
"slug": "/category/installation",
"permalink": "/category/installation",
"navigation": {
"previous": {
"title": "Internet Connection",
"permalink": "/before_installation/internet_connection"
},
"next": {
"title": "Download Snigdha OS",
"permalink": "/installation/download_snigdha_os"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"title": "Packages",
"description": "Troubleshoot",
"slug": "/category/packages",
"permalink": "/category/packages",
"navigation": {
"previous": {
"title": "Troubleshoot: Display",
"permalink": "/troubleshoot/display"
},
"next": {
"title": "Welcome",
"permalink": "/packages/snigdhaos_welcome"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"title": "Post Installation",
"description": "After installing Snigdha OS",
"slug": "/category/post-installation",
"permalink": "/category/post-installation",
"navigation": {
"previous": {
"title": "Virtualbox",
"permalink": "/installation/virtualbox_installation"
},
"next": {
"title": "Language",
"permalink": "/post_installation/language"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"title": "Tools",
"description": "Troubleshoot",
"slug": "/category/tools",
"permalink": "/category/tools",
"navigation": {
"previous": {
"title": "Deploy Package",
"permalink": "/dev_guide/deploy_packages"
},
"next": {
"title": "Tool: DNS Enum",
"permalink": "/tools/dns"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"title": "Troubleshoot",
"description": "Troubleshoot",
"slug": "/category/troubleshoot",
"permalink": "/category/troubleshoot",
"navigation": {
"previous": {
"title": "Installing with AUR",
"permalink": "/user_guide/aur"
},
"next": {
"title": "Troubleshoot: Wifi",
"permalink": "/troubleshoot/wifi"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"title": "User Guide",
"description": "User Manual",
"slug": "/category/user-guide",
"permalink": "/category/user-guide",
"navigation": {
"previous": {
"title": "Install Packages",
"permalink": "/post_installation/install_packages"
},
"next": {
"title": "Cheetsheet/Shortcuts",
"permalink": "/user_guide/cheetsheet"
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[8731],{7388:(e,t,o)=>{o.r(t),o.d(t,{assets:()=>c,contentTitle:()=>a,default:()=>p,frontMatter:()=>i,metadata:()=>r,toc:()=>d});var n=o(4848),s=o(8453);const i={sidebar_position:6},a="Deploy Package",r={id:"dev_guide/deploy_packages",title:"Deploy Package",description:"",source:"@site/docs/dev_guide/deploy_packages.md",sourceDirName:"dev_guide",slug:"/dev_guide/deploy_packages",permalink:"/dev_guide/deploy_packages",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/deploy_packages.md",tags:[],version:"current",sidebarPosition:6,frontMatter:{sidebar_position:6},sidebar:"tutorialSidebar",previous:{title:"GPG Key",permalink:"/dev_guide/gpg_key"},next:{title:"Tools",permalink:"/category/tools"}},c={},d=[];function u(e){const t={h1:"h1",...(0,s.R)(),...e.components};return(0,n.jsx)(t.h1,{id:"deploy-package",children:"Deploy Package"})}function p(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(u,{...e})}):u(e)}},8453:(e,t,o)=>{o.d(t,{R:()=>a,x:()=>r});var n=o(6540);const s={},i=n.createContext(s);function a(e){const t=n.useContext(i);return n.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:a(e.components),n.createElement(i.Provider,{value:t},e.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[6793],{4083:(t,o,e)=>{e.r(o),e.d(o,{assets:()=>l,contentTitle:()=>u,default:()=>a,frontMatter:()=>s,metadata:()=>i,toc:()=>c});var n=e(4848),r=e(8453);const s={sidebar_position:2},u="Troubleshoot: Bluetooth",i={id:"troubleshoot/bluetooth",title:"Troubleshoot: Bluetooth",description:"",source:"@site/docs/troubleshoot/bluetooth.md",sourceDirName:"troubleshoot",slug:"/troubleshoot/bluetooth",permalink:"/troubleshoot/bluetooth",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/troubleshoot/bluetooth.md",tags:[],version:"current",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Troubleshoot: Wifi",permalink:"/troubleshoot/wifi"},next:{title:"Troubleshoot: Sound",permalink:"/troubleshoot/sound"}},l={},c=[];function h(t){const o={h1:"h1",...(0,r.R)(),...t.components};return(0,n.jsx)(o.h1,{id:"troubleshoot-bluetooth",children:"Troubleshoot: Bluetooth"})}function a(t={}){const{wrapper:o}={...(0,r.R)(),...t.components};return o?(0,n.jsx)(o,{...t,children:(0,n.jsx)(h,{...t})}):h(t)}},8453:(t,o,e)=>{e.d(o,{R:()=>u,x:()=>i});var n=e(6540);const r={},s=n.createContext(r);function u(t){const o=n.useContext(s);return n.useMemo((function(){return"function"==typeof t?t(o):{...o,...t}}),[o,t])}function i(t){let o;return o=t.disableParentContext?"function"==typeof t.components?t.components(r):t.components||r:u(t.components),n.createElement(s.Provider,{value:o},t.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[7152],{4647:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>l,contentTitle:()=>o,default:()=>c,frontMatter:()=>s,metadata:()=>m,toc:()=>u});var i=t(4848),r=t(8453);const s={sidebar_position:1},o="System Requirements",m={id:"before_installation/system_requirements",title:"System Requirements",description:"Minimum Requirements",source:"@site/docs/before_installation/system_requirements.md",sourceDirName:"before_installation",slug:"/before_installation/system_requirements",permalink:"/before_installation/system_requirements",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/before_installation/system_requirements.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1},sidebar:"tutorialSidebar",previous:{title:"Before Installation",permalink:"/category/before-installation"},next:{title:"Important Notes",permalink:"/before_installation/imporatnt_notes"}},l={},u=[{value:"Minimum Requirements",id:"minimum-requirements",level:2},{value:"Recommended Requirements",id:"recommended-requirements",level:2}];function a(e){const n={h1:"h1",h2:"h2",li:"li",ul:"ul",...(0,r.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.h1,{id:"system-requirements",children:"System Requirements"}),"\n",(0,i.jsx)(n.h2,{id:"minimum-requirements",children:"Minimum Requirements"}),"\n",(0,i.jsxs)(n.ul,{children:["\n",(0,i.jsx)(n.li,{children:"Any x86_64 processor"}),"\n",(0,i.jsx)(n.li,{children:"10 GB Diskspace"}),"\n",(0,i.jsx)(n.li,{children:"1 GB RAM"}),"\n"]}),"\n",(0,i.jsx)(n.h2,{id:"recommended-requirements",children:"Recommended Requirements"}),"\n",(0,i.jsxs)(n.ul,{children:["\n",(0,i.jsx)(n.li,{children:"Core 2 Duo or Higher"}),"\n",(0,i.jsx)(n.li,{children:"30 GB HDD/SSD or More"}),"\n",(0,i.jsx)(n.li,{children:"2 GB RAM or Higher"}),"\n"]})]})}function c(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,i.jsx)(n,{...e,children:(0,i.jsx)(a,{...e})}):a(e)}},8453:(e,n,t)=>{t.d(n,{R:()=>o,x:()=>m});var i=t(6540);const r={},s=i.createContext(r);function o(e){const n=i.useContext(s);return i.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function m(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:o(e.components),i.createElement(s.Provider,{value:n},e.children)}}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[7152],{4647:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>r,default:()=>l,frontMatter:()=>i,metadata:()=>a,toc:()=>u});var s=n(4848),o=n(8453);const i={sidebar_position:1},r="System Requirements",a={id:"before_installation/system_requirements",title:"System Requirements",description:"",source:"@site/docs/before_installation/system_requirements.md",sourceDirName:"before_installation",slug:"/before_installation/system_requirements",permalink:"/documentation/before_installation/system_requirements",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/before_installation/system_requirements.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1},sidebar:"tutorialSidebar",previous:{title:"Before Installation",permalink:"/documentation/category/before-installation"},next:{title:"Tutorial - Basics",permalink:"/documentation/category/tutorial---basics"}},c={},u=[];function m(e){const t={h1:"h1",...(0,o.R)(),...e.components};return(0,s.jsx)(t.h1,{id:"system-requirements",children:"System Requirements"})}function l(e={}){const{wrapper:t}={...(0,o.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(m,{...e})}):m(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>r,x:()=>a});var s=n(6540);const o={},i=s.createContext(o);function r(e){const t=s.useContext(i);return s.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(o):e.components||o:r(e.components),s.createElement(i.Provider,{value:t},e.children)}}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[3324],{3391:e=>{e.exports=JSON.parse('{"permalink":"/documentation/blog","page":1,"postsPerPage":10,"totalPages":1,"totalCount":4,"blogDescription":"Blog","blogTitle":"Blog"}')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[5990],{8244:(n,t,i)=>{i.r(t),i.d(t,{assets:()=>r,contentTitle:()=>a,default:()=>d,frontMatter:()=>l,metadata:()=>s,toc:()=>c});var e=i(4848),o=i(8453);const l={sidebar_position:5},a="Online Installation",s={id:"installation/online_install",title:"Online Installation",description:"",source:"@site/docs/installation/online_install.md",sourceDirName:"installation",slug:"/installation/online_install",permalink:"/installation/online_install",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/online_install.md",tags:[],version:"current",sidebarPosition:5,frontMatter:{sidebar_position:5},sidebar:"tutorialSidebar",previous:{title:"Offline Installation",permalink:"/installation/offline_install"},next:{title:"Install Snigdha OS",permalink:"/installation/start_installation"}},r={},c=[];function u(n){const t={h1:"h1",...(0,o.R)(),...n.components};return(0,e.jsx)(t.h1,{id:"online-installation",children:"Online Installation"})}function d(n={}){const{wrapper:t}={...(0,o.R)(),...n.components};return t?(0,e.jsx)(t,{...n,children:(0,e.jsx)(u,{...n})}):u(n)}},8453:(n,t,i)=>{i.d(t,{R:()=>a,x:()=>s});var e=i(6540);const o={},l=e.createContext(o);function a(n){const t=e.useContext(l);return e.useMemo((function(){return"function"==typeof n?n(t):{...t,...n}}),[t,n])}function s(n){let t;return t=n.disableParentContext?"function"==typeof n.components?n.components(o):n.components||o:a(n.components),e.createElement(l.Provider,{value:t},n.children)}}}]);

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[8758],{4e3:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>u,contentTitle:()=>i,default:()=>l,frontMatter:()=>r,metadata:()=>c,toc:()=>a});var o=n(4848),s=n(8453);const r={sidebar_position:4},i="Release Notes",c={id:"introduction/release_notes",title:"Release Notes",description:"",source:"@site/docs/introduction/release_notes.md",sourceDirName:"introduction",slug:"/introduction/release_notes",permalink:"/introduction/release_notes",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/release_notes.md",tags:[],version:"current",sidebarPosition:4,frontMatter:{sidebar_position:4},sidebar:"tutorialSidebar",previous:{title:"Code Of Conduct",permalink:"/introduction/code_of_conduct"},next:{title:"Reporting Bugs",permalink:"/introduction/reporting_bugs"}},u={},a=[];function d(e){const t={h1:"h1",...(0,s.R)(),...e.components};return(0,o.jsx)(t.h1,{id:"release-notes",children:"Release Notes"})}function l(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,o.jsx)(t,{...e,children:(0,o.jsx)(d,{...e})}):d(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>i,x:()=>c});var o=n(6540);const s={},r=o.createContext(s);function i(e){const t=o.useContext(r);return o.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function c(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:i(e.components),o.createElement(r.Provider,{value:t},e.children)}}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[1953],{23:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>i,default:()=>u,frontMatter:()=>o,metadata:()=>a,toc:()=>l});var s=n(4848),r=n(8453);const o={sidebar_position:2},i="Create a Document",a={id:"tutorial-basics/create-a-document",title:"Create a Document",description:"Documents are groups of pages connected through:",source:"@site/docs/tutorial-basics/create-a-document.md",sourceDirName:"tutorial-basics",slug:"/tutorial-basics/create-a-document",permalink:"/documentation/tutorial-basics/create-a-document",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/tutorial-basics/create-a-document.md",tags:[],version:"current",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Create a Page",permalink:"/documentation/tutorial-basics/create-a-page"},next:{title:"Create a Blog Post",permalink:"/documentation/tutorial-basics/create-a-blog-post"}},c={},l=[{value:"Create your first Doc",id:"create-your-first-doc",level:2},{value:"Configure the Sidebar",id:"configure-the-sidebar",level:2}];function d(e){const t={a:"a",code:"code",h1:"h1",h2:"h2",li:"li",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,r.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.h1,{id:"create-a-document",children:"Create a Document"}),"\n",(0,s.jsxs)(t.p,{children:["Documents are ",(0,s.jsx)(t.strong,{children:"groups of pages"})," connected through:"]}),"\n",(0,s.jsxs)(t.ul,{children:["\n",(0,s.jsxs)(t.li,{children:["a ",(0,s.jsx)(t.strong,{children:"sidebar"})]}),"\n",(0,s.jsx)(t.li,{children:(0,s.jsx)(t.strong,{children:"previous/next navigation"})}),"\n",(0,s.jsx)(t.li,{children:(0,s.jsx)(t.strong,{children:"versioning"})}),"\n"]}),"\n",(0,s.jsx)(t.h2,{id:"create-your-first-doc",children:"Create your first Doc"}),"\n",(0,s.jsxs)(t.p,{children:["Create a Markdown file at ",(0,s.jsx)(t.code,{children:"docs/hello.md"}),":"]}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-md",metastring:'title="docs/hello.md"',children:"# Hello\n\nThis is my **first Docusaurus document**!\n"})}),"\n",(0,s.jsxs)(t.p,{children:["A new document is now available at ",(0,s.jsx)(t.a,{href:"http://localhost:3000/docs/hello",children:"http://localhost:3000/docs/hello"}),"."]}),"\n",(0,s.jsx)(t.h2,{id:"configure-the-sidebar",children:"Configure the Sidebar"}),"\n",(0,s.jsxs)(t.p,{children:["Docusaurus automatically ",(0,s.jsx)(t.strong,{children:"creates a sidebar"})," from the ",(0,s.jsx)(t.code,{children:"docs"})," folder."]}),"\n",(0,s.jsx)(t.p,{children:"Add metadata to customize the sidebar label and position:"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-md",metastring:'title="docs/hello.md" {1-4}',children:"---\nsidebar_label: 'Hi!'\nsidebar_position: 3\n---\n\n# Hello\n\nThis is my **first Docusaurus document**!\n"})}),"\n",(0,s.jsxs)(t.p,{children:["It is also possible to create your sidebar explicitly in ",(0,s.jsx)(t.code,{children:"sidebars.js"}),":"]}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-js",metastring:'title="sidebars.js"',children:"export default {\n tutorialSidebar: [\n 'intro',\n // highlight-next-line\n 'hello',\n {\n type: 'category',\n label: 'Tutorial',\n items: ['tutorial-basics/create-a-document'],\n },\n ],\n};\n"})})]})}function u(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(d,{...e})}):d(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>i,x:()=>a});var s=n(6540);const r={},o=s.createContext(r);function i(e){const t=s.useContext(o);return s.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:i(e.components),s.createElement(o.Provider,{value:t},e.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[3865],{9726:(t,n,i)=>{i.r(n),i.d(n,{assets:()=>r,contentTitle:()=>o,default:()=>d,frontMatter:()=>s,metadata:()=>l,toc:()=>c});var a=i(4848),e=i(8453);const s={sidebar_position:6},o="Install Snigdha OS",l={id:"installation/start_installation",title:"Install Snigdha OS",description:"",source:"@site/docs/installation/start_installation.md",sourceDirName:"installation",slug:"/installation/start_installation",permalink:"/installation/start_installation",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/start_installation.md",tags:[],version:"current",sidebarPosition:6,frontMatter:{sidebar_position:6},sidebar:"tutorialSidebar",previous:{title:"Online Installation",permalink:"/installation/online_install"},next:{title:"Virtualbox",permalink:"/installation/virtualbox_installation"}},r={},c=[];function u(t){const n={h1:"h1",...(0,e.R)(),...t.components};return(0,a.jsx)(n.h1,{id:"install-snigdha-os",children:"Install Snigdha OS"})}function d(t={}){const{wrapper:n}={...(0,e.R)(),...t.components};return n?(0,a.jsx)(n,{...t,children:(0,a.jsx)(u,{...t})}):u(t)}},8453:(t,n,i)=>{i.d(n,{R:()=>o,x:()=>l});var a=i(6540);const e={},s=a.createContext(e);function o(t){const n=a.useContext(s);return a.useMemo((function(){return"function"==typeof t?t(n):{...n,...t}}),[n,t])}function l(t){let n;return n=t.disableParentContext?"function"==typeof t.components?t.components(e):t.components||e:o(t.components),a.createElement(s.Provider,{value:n},t.children)}}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[5153],{4409:a=>{a.exports=JSON.parse('{"label":"hola","permalink":"/documentation/blog/tags/hola","allTagsPath":"/documentation/blog/tags","count":1,"unlisted":false}')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[5678],{1546:(t,n,i)=>{i.r(n),i.d(n,{assets:()=>r,contentTitle:()=>s,default:()=>d,frontMatter:()=>e,metadata:()=>l,toc:()=>u});var o=i(4848),a=i(8453);const e={sidebar_position:7},s="Virtualbox",l={id:"installation/virtualbox_installation",title:"Virtualbox",description:"",source:"@site/docs/installation/virtualbox_installation.md",sourceDirName:"installation",slug:"/installation/virtualbox_installation",permalink:"/installation/virtualbox_installation",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/virtualbox_installation.md",tags:[],version:"current",sidebarPosition:7,frontMatter:{sidebar_position:7},sidebar:"tutorialSidebar",previous:{title:"Install Snigdha OS",permalink:"/installation/start_installation"},next:{title:"Post Installation",permalink:"/category/post-installation"}},r={},u=[];function c(t){const n={h1:"h1",...(0,a.R)(),...t.components};return(0,o.jsx)(n.h1,{id:"virtualbox",children:"Virtualbox"})}function d(t={}){const{wrapper:n}={...(0,a.R)(),...t.components};return n?(0,o.jsx)(n,{...t,children:(0,o.jsx)(c,{...t})}):c(t)}},8453:(t,n,i)=>{i.d(n,{R:()=>s,x:()=>l});var o=i(6540);const a={},e=o.createContext(a);function s(t){const n=o.useContext(e);return o.useMemo((function(){return"function"==typeof t?t(n):{...n,...t}}),[n,t])}function l(t){let n;return n=t.disableParentContext?"function"==typeof t.components?t.components(a):t.components||a:s(t.components),o.createElement(e.Provider,{value:n},t.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[288],{8671:t=>{t.exports=JSON.parse('{"title":"Post Installation","description":"After installing Snigdha OS","slug":"/category/post-installation","permalink":"/category/post-installation","navigation":{"previous":{"title":"Virtualbox","permalink":"/installation/virtualbox_installation"},"next":{"title":"Language","permalink":"/post_installation/language"}}}')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[1809],{4245:(n,t,o)=>{o.r(t),o.d(t,{assets:()=>l,contentTitle:()=>s,default:()=>u,frontMatter:()=>i,metadata:()=>d,toc:()=>r});var e=o(4848),a=o(8453);const i={sidebar_position:1},s="Download Snigdha OS",d={id:"installation/download_snigdha_os",title:"Download Snigdha OS",description:"",source:"@site/docs/installation/download_snigdha_os.md",sourceDirName:"installation",slug:"/installation/download_snigdha_os",permalink:"/installation/download_snigdha_os",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/download_snigdha_os.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1},sidebar:"tutorialSidebar",previous:{title:"Installation",permalink:"/category/installation"},next:{title:"Make Bootable USB",permalink:"/installation/making_bootable_usb"}},l={},r=[];function c(n){const t={h1:"h1",...(0,a.R)(),...n.components};return(0,e.jsx)(t.h1,{id:"download-snigdha-os",children:"Download Snigdha OS"})}function u(n={}){const{wrapper:t}={...(0,a.R)(),...n.components};return t?(0,e.jsx)(t,{...n,children:(0,e.jsx)(c,{...n})}):c(n)}},8453:(n,t,o)=>{o.d(t,{R:()=>s,x:()=>d});var e=o(6540);const a={},i=e.createContext(a);function s(n){const t=e.useContext(i);return e.useMemo((function(){return"function"==typeof n?n(t):{...t,...n}}),[t,n])}function d(n){let t;return t=n.disableParentContext?"function"==typeof n.components?n.components(a):n.components||a:s(n.components),e.createElement(i.Provider,{value:t},n.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[467],{1044:(t,o,e)=>{e.r(o),e.d(o,{assets:()=>c,contentTitle:()=>s,default:()=>d,frontMatter:()=>i,metadata:()=>u,toc:()=>l});var n=e(4848),r=e(8453);const i={sidebar_position:1},s="Troubleshoot: Wifi",u={id:"troubleshoot/wifi",title:"Troubleshoot: Wifi",description:"",source:"@site/docs/troubleshoot/wifi.md",sourceDirName:"troubleshoot",slug:"/troubleshoot/wifi",permalink:"/troubleshoot/wifi",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/troubleshoot/wifi.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1},sidebar:"tutorialSidebar",previous:{title:"Troubleshoot",permalink:"/category/troubleshoot"},next:{title:"Troubleshoot: Bluetooth",permalink:"/troubleshoot/bluetooth"}},c={},l=[];function a(t){const o={h1:"h1",...(0,r.R)(),...t.components};return(0,n.jsx)(o.h1,{id:"troubleshoot-wifi",children:"Troubleshoot: Wifi"})}function d(t={}){const{wrapper:o}={...(0,r.R)(),...t.components};return o?(0,n.jsx)(o,{...t,children:(0,n.jsx)(a,{...t})}):a(t)}},8453:(t,o,e)=>{e.d(o,{R:()=>s,x:()=>u});var n=e(6540);const r={},i=n.createContext(r);function s(t){const o=n.useContext(i);return n.useMemo((function(){return"function"==typeof t?t(o):{...o,...t}}),[o,t])}function u(t){let o;return o=t.disableParentContext?"function"==typeof t.components?t.components(r):t.components||r:s(t.components),n.createElement(i.Provider,{value:o},t.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[6227],{9535:(n,t,e)=>{e.r(t),e.d(t,{assets:()=>a,contentTitle:()=>s,default:()=>d,frontMatter:()=>r,metadata:()=>c,toc:()=>l});var o=e(4848),i=e(8453);const r={sidebar_position:3},s="Internet Connection",c={id:"before_installation/internet_connection",title:"Internet Connection",description:"",source:"@site/docs/before_installation/internet_connection.md",sourceDirName:"before_installation",slug:"/before_installation/internet_connection",permalink:"/before_installation/internet_connection",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/before_installation/internet_connection.md",tags:[],version:"current",sidebarPosition:3,frontMatter:{sidebar_position:3},sidebar:"tutorialSidebar",previous:{title:"Important Notes",permalink:"/before_installation/imporatnt_notes"},next:{title:"Installation",permalink:"/category/installation"}},a={},l=[];function u(n){const t={h1:"h1",...(0,i.R)(),...n.components};return(0,o.jsx)(t.h1,{id:"internet-connection",children:"Internet Connection"})}function d(n={}){const{wrapper:t}={...(0,i.R)(),...n.components};return t?(0,o.jsx)(t,{...n,children:(0,o.jsx)(u,{...n})}):u(n)}},8453:(n,t,e)=>{e.d(t,{R:()=>s,x:()=>c});var o=e(6540);const i={},r=o.createContext(i);function s(n){const t=o.useContext(r);return o.useMemo((function(){return"function"==typeof n?n(t):{...t,...n}}),[t,n])}function c(n){let t;return t=n.disableParentContext?"function"==typeof n.components?n.components(i):n.components||i:s(n.components),o.createElement(r.Provider,{value:t},n.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[4134],{6602:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>c,contentTitle:()=>s,default:()=>l,frontMatter:()=>r,metadata:()=>p,toc:()=>d});var o=t(4848),a=t(8453);const r={title:"Markdown page example"},s="Markdown page example",p={type:"mdx",permalink:"/markdown-page",source:"@site/src/pages/markdown-page.md",title:"Markdown page example",description:"You don't need React to write simple standalone pages.",frontMatter:{title:"Markdown page example"},unlisted:!1},c={},d=[];function i(e){const n={h1:"h1",p:"p",...(0,a.R)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(n.h1,{id:"markdown-page-example",children:"Markdown page example"}),"\n",(0,o.jsx)(n.p,{children:"You don't need React to write simple standalone pages."})]})}function l(e={}){const{wrapper:n}={...(0,a.R)(),...e.components};return n?(0,o.jsx)(n,{...e,children:(0,o.jsx)(i,{...e})}):i(e)}},8453:(e,n,t)=>{t.d(n,{R:()=>s,x:()=>p});var o=t(6540);const a={},r=o.createContext(a);function s(e){const n=o.useContext(r);return o.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function p(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(a):e.components||a:s(e.components),o.createElement(r.Provider,{value:n},e.children)}}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[4134],{6602:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>p,contentTitle:()=>s,default:()=>l,frontMatter:()=>r,metadata:()=>c,toc:()=>d});var o=t(4848),a=t(8453);const r={title:"Markdown page example"},s="Markdown page example",c={type:"mdx",permalink:"/documentation/markdown-page",source:"@site/src/pages/markdown-page.md",title:"Markdown page example",description:"You don't need React to write simple standalone pages.",frontMatter:{title:"Markdown page example"},unlisted:!1},p={},d=[];function i(e){const n={h1:"h1",p:"p",...(0,a.R)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(n.h1,{id:"markdown-page-example",children:"Markdown page example"}),"\n",(0,o.jsx)(n.p,{children:"You don't need React to write simple standalone pages."})]})}function l(e={}){const{wrapper:n}={...(0,a.R)(),...e.components};return n?(0,o.jsx)(n,{...e,children:(0,o.jsx)(i,{...e})}):i(e)}},8453:(e,n,t)=>{t.d(n,{R:()=>s,x:()=>c});var o=t(6540);const a={},r=o.createContext(a);function s(e){const n=o.useContext(r);return o.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function c(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(a):e.components||a:s(e.components),o.createElement(r.Provider,{value:n},e.children)}}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[9938],{6835:e=>{e.exports=JSON.parse('{"permalink":"/documentation/blog/tags/hello","page":1,"postsPerPage":10,"totalPages":1,"totalCount":2,"blogDescription":"Blog","blogTitle":"Blog"}')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[3459],{1360:(n,t,e)=>{e.r(t),e.d(t,{assets:()=>r,contentTitle:()=>s,default:()=>u,frontMatter:()=>l,metadata:()=>a,toc:()=>c});var i=e(4848),o=e(8453);const l={sidebar_position:4},s="Offline Installation",a={id:"installation/offline_install",title:"Offline Installation",description:"",source:"@site/docs/installation/offline_install.md",sourceDirName:"installation",slug:"/installation/offline_install",permalink:"/installation/offline_install",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/offline_install.md",tags:[],version:"current",sidebarPosition:4,frontMatter:{sidebar_position:4},sidebar:"tutorialSidebar",previous:{title:"Live Environment",permalink:"/installation/live_env"},next:{title:"Online Installation",permalink:"/installation/online_install"}},r={},c=[];function f(n){const t={h1:"h1",...(0,o.R)(),...n.components};return(0,i.jsx)(t.h1,{id:"offline-installation",children:"Offline Installation"})}function u(n={}){const{wrapper:t}={...(0,o.R)(),...n.components};return t?(0,i.jsx)(t,{...n,children:(0,i.jsx)(f,{...n})}):f(n)}},8453:(n,t,e)=>{e.d(t,{R:()=>s,x:()=>a});var i=e(6540);const o={},l=i.createContext(o);function s(n){const t=i.useContext(l);return i.useMemo((function(){return"function"==typeof n?n(t):{...t,...n}}),[t,n])}function a(n){let t;return t=n.disableParentContext?"function"==typeof n.components?n.components(o):n.components||o:s(n.components),i.createElement(l.Provider,{value:t},n.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[2246],{47:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>r,contentTitle:()=>c,default:()=>u,frontMatter:()=>a,metadata:()=>i,toc:()=>d});var o=n(4848),s=n(8453);const a={sidebar_position:1},c="Welcome",i={id:"packages/snigdhaos_welcome",title:"Welcome",description:"",source:"@site/docs/packages/snigdhaos_welcome.md",sourceDirName:"packages",slug:"/packages/snigdhaos_welcome",permalink:"/packages/snigdhaos_welcome",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/packages/snigdhaos_welcome.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1},sidebar:"tutorialSidebar",previous:{title:"Packages",permalink:"/category/packages"},next:{title:"Blackbox",permalink:"/packages/snigdhaos_blackbox"}},r={},d=[];function l(e){const t={h1:"h1",...(0,s.R)(),...e.components};return(0,o.jsx)(t.h1,{id:"welcome",children:"Welcome"})}function u(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,o.jsx)(t,{...e,children:(0,o.jsx)(l,{...e})}):l(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>c,x:()=>i});var o=n(6540);const s={},a=o.createContext(s);function c(e){const t=o.useContext(a);return o.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function i(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:c(e.components),o.createElement(a.Provider,{value:t},e.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[7360],{594:e=>{e.exports=JSON.parse('{"title":"Packages","description":"Troubleshoot","slug":"/category/packages","permalink":"/category/packages","navigation":{"previous":{"title":"Troubleshoot: Display","permalink":"/troubleshoot/display"},"next":{"title":"Welcome","permalink":"/packages/snigdhaos_welcome"}}}')}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[8669],{4904:e=>{e.exports=JSON.parse('{"permalink":"/documentation/blog/tags/hola","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}')}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[3098],{865:(e,t,o)=>{o.r(t),o.d(t,{assets:()=>c,contentTitle:()=>n,default:()=>d,frontMatter:()=>r,metadata:()=>i,toc:()=>l});var s=o(4848),a=o(8453);const r={sidebar_position:3},n="Create a Blog Post",i={id:"tutorial-basics/create-a-blog-post",title:"Create a Blog Post",description:"Docusaurus creates a page for each blog post, but also a blog index page, a tag system, an RSS feed...",source:"@site/docs/tutorial-basics/create-a-blog-post.md",sourceDirName:"tutorial-basics",slug:"/tutorial-basics/create-a-blog-post",permalink:"/documentation/tutorial-basics/create-a-blog-post",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/tutorial-basics/create-a-blog-post.md",tags:[],version:"current",sidebarPosition:3,frontMatter:{sidebar_position:3},sidebar:"tutorialSidebar",previous:{title:"Create a Document",permalink:"/documentation/tutorial-basics/create-a-document"},next:{title:"Markdown Features",permalink:"/documentation/tutorial-basics/markdown-features"}},c={},l=[{value:"Create your first Post",id:"create-your-first-post",level:2}];function u(e){const t={a:"a",code:"code",h1:"h1",h2:"h2",p:"p",pre:"pre",strong:"strong",...(0,a.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.h1,{id:"create-a-blog-post",children:"Create a Blog Post"}),"\n",(0,s.jsxs)(t.p,{children:["Docusaurus creates a ",(0,s.jsx)(t.strong,{children:"page for each blog post"}),", but also a ",(0,s.jsx)(t.strong,{children:"blog index page"}),", a ",(0,s.jsx)(t.strong,{children:"tag system"}),", an ",(0,s.jsx)(t.strong,{children:"RSS"})," feed..."]}),"\n",(0,s.jsx)(t.h2,{id:"create-your-first-post",children:"Create your first Post"}),"\n",(0,s.jsxs)(t.p,{children:["Create a file at ",(0,s.jsx)(t.code,{children:"blog/2021-02-28-greetings.md"}),":"]}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-md",metastring:'title="blog/2021-02-28-greetings.md"',children:"---\nslug: greetings\ntitle: Greetings!\nauthors:\n - name: Joel Marcey\n title: Co-creator of Docusaurus 1\n url: https://github.com/JoelMarcey\n image_url: https://github.com/JoelMarcey.png\n - name: S\xe9bastien Lorber\n title: Docusaurus maintainer\n url: https://sebastienlorber.com\n image_url: https://github.com/slorber.png\ntags: [greetings]\n---\n\nCongratulations, you have made your first post!\n\nFeel free to play around and edit this post as much as you like.\n"})}),"\n",(0,s.jsxs)(t.p,{children:["A new blog post is now available at ",(0,s.jsx)(t.a,{href:"http://localhost:3000/blog/greetings",children:"http://localhost:3000/blog/greetings"}),"."]})]})}function d(e={}){const{wrapper:t}={...(0,a.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(u,{...e})}):u(e)}},8453:(e,t,o)=>{o.d(t,{R:()=>n,x:()=>i});var s=o(6540);const a={},r=s.createContext(a);function n(e){const t=s.useContext(r);return s.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function i(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(a):e.components||a:n(e.components),s.createElement(r.Provider,{value:t},e.children)}}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[9325],{1180:(t,e,o)=>{o.r(e),o.d(e,{assets:()=>u,contentTitle:()=>a,default:()=>d,frontMatter:()=>r,metadata:()=>c,toc:()=>l});var s=o(4848),n=o(8453);const r={slug:"mdx-blog-post",title:"MDX Blog Post",authors:["slorber"],tags:["docusaurus"]},a=void 0,c={permalink:"/documentation/blog/mdx-blog-post",editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/blog/2021-08-01-mdx-blog-post.mdx",source:"@site/blog/2021-08-01-mdx-blog-post.mdx",title:"MDX Blog Post",description:"Blog posts support Docusaurus Markdown features, such as MDX.",date:"2021-08-01T00:00:00.000Z",formattedDate:"August 1, 2021",tags:[{label:"docusaurus",permalink:"/documentation/blog/tags/docusaurus"}],readingTime:.175,hasTruncateMarker:!1,authors:[{name:"S\xe9bastien Lorber",title:"Docusaurus maintainer",url:"https://sebastienlorber.com",imageURL:"https://github.com/slorber.png",key:"slorber"}],frontMatter:{slug:"mdx-blog-post",title:"MDX Blog Post",authors:["slorber"],tags:["docusaurus"]},unlisted:!1,prevItem:{title:"Welcome",permalink:"/documentation/blog/welcome"},nextItem:{title:"Long Blog Post",permalink:"/documentation/blog/long-blog-post"}},u={authorsImageUrls:[void 0]},l=[];function i(t){const e={a:"a",admonition:"admonition",code:"code",p:"p",pre:"pre",...(0,n.R)(),...t.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)(e.p,{children:["Blog posts support ",(0,s.jsx)(e.a,{href:"https://docusaurus.io/docs/markdown-features",children:"Docusaurus Markdown features"}),", such as ",(0,s.jsx)(e.a,{href:"https://mdxjs.com/",children:"MDX"}),"."]}),"\n",(0,s.jsxs)(e.admonition,{type:"tip",children:[(0,s.jsx)(e.p,{children:"Use the power of React to create interactive blog posts."}),(0,s.jsx)(e.pre,{children:(0,s.jsx)(e.code,{className:"language-js",children:"<button onClick={() => alert('button clicked!')}>Click me!</button>\n"})}),(0,s.jsx)("button",{onClick:()=>alert("button clicked!"),children:"Click me!"})]})]})}function d(t={}){const{wrapper:e}={...(0,n.R)(),...t.components};return e?(0,s.jsx)(e,{...t,children:(0,s.jsx)(i,{...t})}):i(t)}},8453:(t,e,o)=>{o.d(e,{R:()=>a,x:()=>c});var s=o(6540);const n={},r=s.createContext(n);function a(t){const e=s.useContext(r);return s.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function c(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(n):t.components||n:a(t.components),s.createElement(r.Provider,{value:e},t.children)}}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[1974],{5277:(e,a,t)=>{t.r(a),t.d(a,{assets:()=>i,contentTitle:()=>o,default:()=>p,frontMatter:()=>s,metadata:()=>c,toc:()=>l});var r=t(4848),n=t(8453);const s={sidebar_position:1},o="Create a Page",c={id:"tutorial-basics/create-a-page",title:"Create a Page",description:"Add Markdown or React files to src/pages to create a standalone page:",source:"@site/docs/tutorial-basics/create-a-page.md",sourceDirName:"tutorial-basics",slug:"/tutorial-basics/create-a-page",permalink:"/documentation/tutorial-basics/create-a-page",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/tutorial-basics/create-a-page.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1},sidebar:"tutorialSidebar",previous:{title:"Tutorial - Basics",permalink:"/documentation/category/tutorial---basics"},next:{title:"Create a Document",permalink:"/documentation/tutorial-basics/create-a-document"}},i={},l=[{value:"Create your first React Page",id:"create-your-first-react-page",level:2},{value:"Create your first Markdown Page",id:"create-your-first-markdown-page",level:2}];function d(e){const a={a:"a",code:"code",h1:"h1",h2:"h2",li:"li",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,n.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(a.h1,{id:"create-a-page",children:"Create a Page"}),"\n",(0,r.jsxs)(a.p,{children:["Add ",(0,r.jsx)(a.strong,{children:"Markdown or React"})," files to ",(0,r.jsx)(a.code,{children:"src/pages"})," to create a ",(0,r.jsx)(a.strong,{children:"standalone page"}),":"]}),"\n",(0,r.jsxs)(a.ul,{children:["\n",(0,r.jsxs)(a.li,{children:[(0,r.jsx)(a.code,{children:"src/pages/index.js"})," \u2192 ",(0,r.jsx)(a.code,{children:"localhost:3000/"})]}),"\n",(0,r.jsxs)(a.li,{children:[(0,r.jsx)(a.code,{children:"src/pages/foo.md"})," \u2192 ",(0,r.jsx)(a.code,{children:"localhost:3000/foo"})]}),"\n",(0,r.jsxs)(a.li,{children:[(0,r.jsx)(a.code,{children:"src/pages/foo/bar.js"})," \u2192 ",(0,r.jsx)(a.code,{children:"localhost:3000/foo/bar"})]}),"\n"]}),"\n",(0,r.jsx)(a.h2,{id:"create-your-first-react-page",children:"Create your first React Page"}),"\n",(0,r.jsxs)(a.p,{children:["Create a file at ",(0,r.jsx)(a.code,{children:"src/pages/my-react-page.js"}),":"]}),"\n",(0,r.jsx)(a.pre,{children:(0,r.jsx)(a.code,{className:"language-jsx",metastring:'title="src/pages/my-react-page.js"',children:"import React from 'react';\nimport Layout from '@theme/Layout';\n\nexport default function MyReactPage() {\n return (\n <Layout>\n <h1>My React page</h1>\n <p>This is a React page</p>\n </Layout>\n );\n}\n"})}),"\n",(0,r.jsxs)(a.p,{children:["A new page is now available at ",(0,r.jsx)(a.a,{href:"http://localhost:3000/my-react-page",children:"http://localhost:3000/my-react-page"}),"."]}),"\n",(0,r.jsx)(a.h2,{id:"create-your-first-markdown-page",children:"Create your first Markdown Page"}),"\n",(0,r.jsxs)(a.p,{children:["Create a file at ",(0,r.jsx)(a.code,{children:"src/pages/my-markdown-page.md"}),":"]}),"\n",(0,r.jsx)(a.pre,{children:(0,r.jsx)(a.code,{className:"language-mdx",metastring:'title="src/pages/my-markdown-page.md"',children:"# My Markdown page\n\nThis is a Markdown page\n"})}),"\n",(0,r.jsxs)(a.p,{children:["A new page is now available at ",(0,r.jsx)(a.a,{href:"http://localhost:3000/my-markdown-page",children:"http://localhost:3000/my-markdown-page"}),"."]})]})}function p(e={}){const{wrapper:a}={...(0,n.R)(),...e.components};return a?(0,r.jsx)(a,{...e,children:(0,r.jsx)(d,{...e})}):d(e)}},8453:(e,a,t)=>{t.d(a,{R:()=>o,x:()=>c});var r=t(6540);const n={},s=r.createContext(n);function o(e){const a=r.useContext(s);return r.useMemo((function(){return"function"==typeof e?e(a):{...a,...e}}),[a,e])}function c(e){let a;return a=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:o(e.components),r.createElement(s.Provider,{value:a},e.children)}}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[6301],{8155:e=>{e.exports=JSON.parse('{"title":"Before Installation","description":"System Requirements!","slug":"/category/before-installation","permalink":"/documentation/category/before-installation","navigation":{"previous":{"title":"Introduction","permalink":"/documentation/"},"next":{"title":"System Requirements","permalink":"/documentation/before_installation/system_requirements"}}}')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[8576],{7768:s=>{s.exports=JSON.parse('{"label":"bug","permalink":"/blog/tags/bug","allTagsPath":"/blog/tags","count":1,"unlisted":false}')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[5890],{5843:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>s,contentTitle:()=>r,default:()=>l,frontMatter:()=>d,metadata:()=>u,toc:()=>c});var i=n(4848),o=n(8453);const d={sidebar_position:4},r="PKGBUILD",u={id:"dev_guide/pkgbuild",title:"PKGBUILD",description:"",source:"@site/docs/dev_guide/pkgbuild.md",sourceDirName:"dev_guide",slug:"/dev_guide/pkgbuild",permalink:"/dev_guide/pkgbuild",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/pkgbuild.md",tags:[],version:"current",sidebarPosition:4,frontMatter:{sidebar_position:4},sidebar:"tutorialSidebar",previous:{title:"Build From Source",permalink:"/dev_guide/build_source"},next:{title:"GPG Key",permalink:"/dev_guide/gpg_key"}},s={},c=[];function a(e){const t={h1:"h1",...(0,o.R)(),...e.components};return(0,i.jsx)(t.h1,{id:"pkgbuild",children:"PKGBUILD"})}function l(e={}){const{wrapper:t}={...(0,o.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(a,{...e})}):a(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>r,x:()=>u});var i=n(6540);const o={},d=i.createContext(o);function r(e){const t=i.useContext(d);return i.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function u(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(o):e.components||o:r(e.components),i.createElement(d.Provider,{value:t},e.children)}}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[7220],{1959:o=>{o.exports=JSON.parse('[{"label":"facebook","permalink":"/documentation/blog/tags/facebook","count":1},{"label":"hello","permalink":"/documentation/blog/tags/hello","count":2},{"label":"docusaurus","permalink":"/documentation/blog/tags/docusaurus","count":4},{"label":"hola","permalink":"/documentation/blog/tags/hola","count":1}]')}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[2634],{5356:e=>{e.exports=JSON.parse('{"label":"hello","permalink":"/documentation/blog/tags/hello","allTagsPath":"/documentation/blog/tags","count":2,"unlisted":false}')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[1119],{3012:e=>{e.exports=JSON.parse('{"title":"User Guide","description":"User Manual","slug":"/category/user-guide","permalink":"/category/user-guide","navigation":{"previous":{"title":"Install Packages","permalink":"/post_installation/install_packages"},"next":{"title":"Cheetsheet/Shortcuts","permalink":"/user_guide/cheetsheet"}}}')}}]);

File diff suppressed because one or more lines are too long

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[8737],{4137:(e,o,t)=>{t.r(o),t.d(o,{assets:()=>c,contentTitle:()=>r,default:()=>d,frontMatter:()=>l,metadata:()=>a,toc:()=>u});var n=t(4848),s=t(8453);const l={slug:"welcome",title:"Welcome",authors:["slorber","yangshun"],tags:["facebook","hello","docusaurus"]},r=void 0,a={permalink:"/documentation/blog/welcome",editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/blog/2021-08-26-welcome/index.md",source:"@site/blog/2021-08-26-welcome/index.md",title:"Welcome",description:"Docusaurus blogging features are powered by the blog plugin.",date:"2021-08-26T00:00:00.000Z",formattedDate:"August 26, 2021",tags:[{label:"facebook",permalink:"/documentation/blog/tags/facebook"},{label:"hello",permalink:"/documentation/blog/tags/hello"},{label:"docusaurus",permalink:"/documentation/blog/tags/docusaurus"}],readingTime:.405,hasTruncateMarker:!1,authors:[{name:"S\xe9bastien Lorber",title:"Docusaurus maintainer",url:"https://sebastienlorber.com",imageURL:"https://github.com/slorber.png",key:"slorber"},{name:"Yangshun Tay",title:"Front End Engineer @ Facebook",url:"https://github.com/yangshun",imageURL:"https://github.com/yangshun.png",key:"yangshun"}],frontMatter:{slug:"welcome",title:"Welcome",authors:["slorber","yangshun"],tags:["facebook","hello","docusaurus"]},unlisted:!1,nextItem:{title:"MDX Blog Post",permalink:"/documentation/blog/mdx-blog-post"}},c={authorsImageUrls:[void 0,void 0]},u=[];function i(e){const o={a:"a",code:"code",img:"img",li:"li",p:"p",strong:"strong",ul:"ul",...(0,s.R)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsxs)(o.p,{children:[(0,n.jsx)(o.a,{href:"https://docusaurus.io/docs/blog",children:"Docusaurus blogging features"})," are powered by the ",(0,n.jsx)(o.a,{href:"https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog",children:"blog plugin"}),"."]}),"\n",(0,n.jsxs)(o.p,{children:["Simply add Markdown files (or folders) to the ",(0,n.jsx)(o.code,{children:"blog"})," directory."]}),"\n",(0,n.jsxs)(o.p,{children:["Regular blog authors can be added to ",(0,n.jsx)(o.code,{children:"authors.yml"}),"."]}),"\n",(0,n.jsx)(o.p,{children:"The blog post date can be extracted from filenames, such as:"}),"\n",(0,n.jsxs)(o.ul,{children:["\n",(0,n.jsx)(o.li,{children:(0,n.jsx)(o.code,{children:"2019-05-30-welcome.md"})}),"\n",(0,n.jsx)(o.li,{children:(0,n.jsx)(o.code,{children:"2019-05-30-welcome/index.md"})}),"\n"]}),"\n",(0,n.jsx)(o.p,{children:"A blog post folder can be convenient to co-locate blog post images:"}),"\n",(0,n.jsx)(o.p,{children:(0,n.jsx)(o.img,{alt:"Docusaurus Plushie",src:t(8826).A+"",width:"1500",height:"500"})}),"\n",(0,n.jsx)(o.p,{children:"The blog supports tags as well!"}),"\n",(0,n.jsxs)(o.p,{children:[(0,n.jsx)(o.strong,{children:"And if you don't want a blog"}),": just delete this directory, and use ",(0,n.jsx)(o.code,{children:"blog: false"})," in your Docusaurus config."]})]})}function d(e={}){const{wrapper:o}={...(0,s.R)(),...e.components};return o?(0,n.jsx)(o,{...e,children:(0,n.jsx)(i,{...e})}):i(e)}},8826:(e,o,t)=>{t.d(o,{A:()=>n});const n=t.p+"assets/images/docusaurus-plushie-banner-a60f7593abca1e3eef26a9afa244e4fb.jpeg"},8453:(e,o,t)=>{t.d(o,{R:()=>r,x:()=>a});var n=t(6540);const s={},l=n.createContext(s);function r(e){const o=n.useContext(l);return n.useMemo((function(){return"function"==typeof e?e(o):{...o,...e}}),[o,e])}function a(e){let o;return o=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),n.createElement(l.Provider,{value:o},e.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[9250],{2621:(n,t,e)=>{e.r(t),e.d(t,{assets:()=>l,contentTitle:()=>a,default:()=>d,frontMatter:()=>s,metadata:()=>r,toc:()=>c});var i=e(4848),o=e(8453);const s={sidebar_position:3},a="Live Environment",r={id:"installation/live_env",title:"Live Environment",description:"",source:"@site/docs/installation/live_env.md",sourceDirName:"installation",slug:"/installation/live_env",permalink:"/installation/live_env",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/live_env.md",tags:[],version:"current",sidebarPosition:3,frontMatter:{sidebar_position:3},sidebar:"tutorialSidebar",previous:{title:"Make Bootable USB",permalink:"/installation/making_bootable_usb"},next:{title:"Offline Installation",permalink:"/installation/offline_install"}},l={},c=[];function u(n){const t={h1:"h1",...(0,o.R)(),...n.components};return(0,i.jsx)(t.h1,{id:"live-environment",children:"Live Environment"})}function d(n={}){const{wrapper:t}={...(0,o.R)(),...n.components};return t?(0,i.jsx)(t,{...n,children:(0,i.jsx)(u,{...n})}):u(n)}},8453:(n,t,e)=>{e.d(t,{R:()=>a,x:()=>r});var i=e(6540);const o={},s=i.createContext(o);function a(n){const t=i.useContext(s);return i.useMemo((function(){return"function"==typeof n?n(t):{...t,...n}}),[t,n])}function r(n){let t;return t=n.disableParentContext?"function"==typeof n.components?n.components(o):n.components||o:a(n.components),i.createElement(s.Provider,{value:t},n.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[7472],{5513:e=>{e.exports=JSON.parse('{"title":"Recent posts","items":[{"title":"Write Effective Bug Report","permalink":"/blog/effective_bug_report","unlisted":false}]}')}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[7472],{5513:t=>{t.exports=JSON.parse('{"title":"Recent posts","items":[{"title":"Welcome","permalink":"/documentation/blog/welcome","unlisted":false},{"title":"MDX Blog Post","permalink":"/documentation/blog/mdx-blog-post","unlisted":false},{"title":"Long Blog Post","permalink":"/documentation/blog/long-blog-post","unlisted":false},{"title":"First Blog Post","permalink":"/documentation/blog/first-blog-post","unlisted":false}]}')}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[2748],{9656:(t,s,n)=>{n.r(s),n.d(s,{assets:()=>c,contentTitle:()=>r,default:()=>l,frontMatter:()=>i,metadata:()=>a,toc:()=>u});var e=n(4848),o=n(8453);const i={sidebar_position:6},r="Congratulations!",a={id:"tutorial-basics/congratulations",title:"Congratulations!",description:"You have just learned the basics of Docusaurus and made some changes to the initial template.",source:"@site/docs/tutorial-basics/congratulations.md",sourceDirName:"tutorial-basics",slug:"/tutorial-basics/congratulations",permalink:"/documentation/tutorial-basics/congratulations",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/tutorial-basics/congratulations.md",tags:[],version:"current",sidebarPosition:6,frontMatter:{sidebar_position:6},sidebar:"tutorialSidebar",previous:{title:"Deploy your site",permalink:"/documentation/tutorial-basics/deploy-your-site"},next:{title:"Tutorial - Extras",permalink:"/documentation/category/tutorial---extras"}},c={},u=[{value:"What&#39;s next?",id:"whats-next",level:2}];function d(t){const s={a:"a",code:"code",h1:"h1",h2:"h2",li:"li",p:"p",strong:"strong",ul:"ul",...(0,o.R)(),...t.components};return(0,e.jsxs)(e.Fragment,{children:[(0,e.jsx)(s.h1,{id:"congratulations",children:"Congratulations!"}),"\n",(0,e.jsxs)(s.p,{children:["You have just learned the ",(0,e.jsx)(s.strong,{children:"basics of Docusaurus"})," and made some changes to the ",(0,e.jsx)(s.strong,{children:"initial template"}),"."]}),"\n",(0,e.jsxs)(s.p,{children:["Docusaurus has ",(0,e.jsx)(s.strong,{children:"much more to offer"}),"!"]}),"\n",(0,e.jsxs)(s.p,{children:["Have ",(0,e.jsx)(s.strong,{children:"5 more minutes"}),"? Take a look at ",(0,e.jsx)(s.strong,{children:(0,e.jsx)(s.a,{href:"/documentation/tutorial-extras/manage-docs-versions",children:"versioning"})})," and ",(0,e.jsx)(s.strong,{children:(0,e.jsx)(s.a,{href:"/documentation/tutorial-extras/translate-your-site",children:"i18n"})}),"."]}),"\n",(0,e.jsxs)(s.p,{children:["Anything ",(0,e.jsx)(s.strong,{children:"unclear"})," or ",(0,e.jsx)(s.strong,{children:"buggy"})," in this tutorial? ",(0,e.jsx)(s.a,{href:"https://github.com/facebook/docusaurus/discussions/4610",children:"Please report it!"})]}),"\n",(0,e.jsx)(s.h2,{id:"whats-next",children:"What's next?"}),"\n",(0,e.jsxs)(s.ul,{children:["\n",(0,e.jsxs)(s.li,{children:["Read the ",(0,e.jsx)(s.a,{href:"https://docusaurus.io/",children:"official documentation"})]}),"\n",(0,e.jsxs)(s.li,{children:["Modify your site configuration with ",(0,e.jsx)(s.a,{href:"https://docusaurus.io/docs/api/docusaurus-config",children:(0,e.jsx)(s.code,{children:"docusaurus.config.js"})})]}),"\n",(0,e.jsxs)(s.li,{children:["Add navbar and footer items with ",(0,e.jsx)(s.a,{href:"https://docusaurus.io/docs/api/themes/configuration",children:(0,e.jsx)(s.code,{children:"themeConfig"})})]}),"\n",(0,e.jsxs)(s.li,{children:["Add a custom ",(0,e.jsx)(s.a,{href:"https://docusaurus.io/docs/styling-layout",children:"Design and Layout"})]}),"\n",(0,e.jsxs)(s.li,{children:["Add a ",(0,e.jsx)(s.a,{href:"https://docusaurus.io/docs/search",children:"search bar"})]}),"\n",(0,e.jsxs)(s.li,{children:["Find inspirations in the ",(0,e.jsx)(s.a,{href:"https://docusaurus.io/showcase",children:"Docusaurus showcase"})]}),"\n",(0,e.jsxs)(s.li,{children:["Get involved in the ",(0,e.jsx)(s.a,{href:"https://docusaurus.io/community/support",children:"Docusaurus Community"})]}),"\n"]})]})}function l(t={}){const{wrapper:s}={...(0,o.R)(),...t.components};return s?(0,e.jsx)(s,{...t,children:(0,e.jsx)(d,{...t})}):d(t)}},8453:(t,s,n)=>{n.d(s,{R:()=>r,x:()=>a});var e=n(6540);const o={},i=e.createContext(o);function r(t){const s=e.useContext(i);return e.useMemo((function(){return"function"==typeof t?t(s):{...s,...t}}),[s,t])}function a(t){let s;return s=t.disableParentContext?"function"==typeof t.components?t.components(o):t.components||o:r(t.components),e.createElement(i.Provider,{value:s},t.children)}}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[903],{8694:e=>{e.exports=JSON.parse('{"permalink":"/documentation/blog/tags/facebook","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}')}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[3694],{1615:(t,o,e)=>{e.r(o),e.d(o,{assets:()=>a,contentTitle:()=>i,default:()=>d,frontMatter:()=>l,metadata:()=>r,toc:()=>c});var n=e(4848),s=e(8453);const l={slug:"long-blog-post",title:"Long Blog Post",authors:"endi",tags:["hello","docusaurus"]},i=void 0,r={permalink:"/documentation/blog/long-blog-post",editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/blog/2019-05-29-long-blog-post.md",source:"@site/blog/2019-05-29-long-blog-post.md",title:"Long Blog Post",description:"This is the summary of a very long blog post,",date:"2019-05-29T00:00:00.000Z",formattedDate:"May 29, 2019",tags:[{label:"hello",permalink:"/documentation/blog/tags/hello"},{label:"docusaurus",permalink:"/documentation/blog/tags/docusaurus"}],readingTime:2.05,hasTruncateMarker:!0,authors:[{name:"Endilie Yacop Sucipto",title:"Maintainer of Docusaurus",url:"https://github.com/endiliey",imageURL:"https://github.com/endiliey.png",key:"endi"}],frontMatter:{slug:"long-blog-post",title:"Long Blog Post",authors:"endi",tags:["hello","docusaurus"]},unlisted:!1,prevItem:{title:"MDX Blog Post",permalink:"/documentation/blog/mdx-blog-post"},nextItem:{title:"First Blog Post",permalink:"/documentation/blog/first-blog-post"}},a={authorsImageUrls:[void 0]},c=[];function u(t){const o={code:"code",p:"p",...(0,s.R)(),...t.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(o.p,{children:"This is the summary of a very long blog post,"}),"\n",(0,n.jsxs)(o.p,{children:["Use a ",(0,n.jsx)(o.code,{children:"\x3c!--"})," ",(0,n.jsx)(o.code,{children:"truncate"})," ",(0,n.jsx)(o.code,{children:"--\x3e"})," comment to limit blog post size in the list view."]})]})}function d(t={}){const{wrapper:o}={...(0,s.R)(),...t.components};return o?(0,n.jsx)(o,{...t,children:(0,n.jsx)(u,{...t})}):u(t)}},8453:(t,o,e)=>{e.d(o,{R:()=>i,x:()=>r});var n=e(6540);const s={},l=n.createContext(s);function i(t){const o=n.useContext(l);return n.useMemo((function(){return"function"==typeof t?t(o):{...o,...t}}),[o,t])}function r(t){let o;return o=t.disableParentContext?"function"==typeof t.components?t.components(s):t.components||s:i(t.components),n.createElement(l.Provider,{value:o},t.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[5766],{8521:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>s,default:()=>p,frontMatter:()=>r,metadata:()=>d,toc:()=>u});var o=n(4848),i=n(8453);const r={sidebar_position:5},s="GPG Key",d={id:"dev_guide/gpg_key",title:"GPG Key",description:"",source:"@site/docs/dev_guide/gpg_key.md",sourceDirName:"dev_guide",slug:"/dev_guide/gpg_key",permalink:"/dev_guide/gpg_key",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/gpg_key.md",tags:[],version:"current",sidebarPosition:5,frontMatter:{sidebar_position:5},sidebar:"tutorialSidebar",previous:{title:"PKGBUILD",permalink:"/dev_guide/pkgbuild"},next:{title:"Deploy Package",permalink:"/dev_guide/deploy_packages"}},c={},u=[];function a(e){const t={h1:"h1",...(0,i.R)(),...e.components};return(0,o.jsx)(t.h1,{id:"gpg-key",children:"GPG Key"})}function p(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,o.jsx)(t,{...e,children:(0,o.jsx)(a,{...e})}):a(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>s,x:()=>d});var o=n(6540);const i={},r=o.createContext(i);function s(e){const t=o.useContext(r);return o.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function d(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:s(e.components),o.createElement(r.Provider,{value:t},e.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[8989],{4389:(t,n,e)=>{e.r(n),e.d(n,{assets:()=>r,contentTitle:()=>i,default:()=>p,frontMatter:()=>o,metadata:()=>l,toc:()=>c});var s=e(4848),a=e(8453);const o={sidebar_position:4},i="Install Packages",l={id:"post_installation/install_packages",title:"Install Packages",description:"",source:"@site/docs/post_installation/install_packages.md",sourceDirName:"post_installation",slug:"/post_installation/install_packages",permalink:"/post_installation/install_packages",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/post_installation/install_packages.md",tags:[],version:"current",sidebarPosition:4,frontMatter:{sidebar_position:4},sidebar:"tutorialSidebar",previous:{title:"Customize Snigdha OS",permalink:"/post_installation/customization"},next:{title:"User Guide",permalink:"/category/user-guide"}},r={},c=[];function u(t){const n={h1:"h1",...(0,a.R)(),...t.components};return(0,s.jsx)(n.h1,{id:"install-packages",children:"Install Packages"})}function p(t={}){const{wrapper:n}={...(0,a.R)(),...t.components};return n?(0,s.jsx)(n,{...t,children:(0,s.jsx)(u,{...t})}):u(t)}},8453:(t,n,e)=>{e.d(n,{R:()=>i,x:()=>l});var s=e(6540);const a={},o=s.createContext(a);function i(t){const n=s.useContext(o);return s.useMemo((function(){return"function"==typeof t?t(n):{...n,...t}}),[n,t])}function l(t){let n;return n=t.disableParentContext?"function"==typeof t.components?t.components(a):t.components||a:i(t.components),s.createElement(o.Provider,{value:n},t.children)}}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[2043],{3955:s=>{s.exports=JSON.parse('{"label":"docusaurus","permalink":"/documentation/blog/tags/docusaurus","allTagsPath":"/documentation/blog/tags","count":4,"unlisted":false}')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[3570],{2603:n=>{n.exports=JSON.parse('{"title":"Installation","description":"Installing Instruction","slug":"/category/installation","permalink":"/category/installation","navigation":{"previous":{"title":"Internet Connection","permalink":"/before_installation/internet_connection"},"next":{"title":"Download Snigdha OS","permalink":"/installation/download_snigdha_os"}}}')}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[8609],{5026:(t,o,e)=>{e.r(o),e.d(o,{assets:()=>r,contentTitle:()=>u,default:()=>c,frontMatter:()=>n,metadata:()=>a,toc:()=>l});var s=e(4848),i=e(8453);const n={slug:"first-blog-post",title:"First Blog Post",authors:{name:"Gao Wei",title:"Docusaurus Core Team",url:"https://github.com/wgao19",image_url:"https://github.com/wgao19.png"},tags:["hola","docusaurus"]},u=void 0,a={permalink:"/documentation/blog/first-blog-post",editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/blog/2019-05-28-first-blog-post.md",source:"@site/blog/2019-05-28-first-blog-post.md",title:"First Blog Post",description:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet",date:"2019-05-28T00:00:00.000Z",formattedDate:"May 28, 2019",tags:[{label:"hola",permalink:"/documentation/blog/tags/hola"},{label:"docusaurus",permalink:"/documentation/blog/tags/docusaurus"}],readingTime:.12,hasTruncateMarker:!1,authors:[{name:"Gao Wei",title:"Docusaurus Core Team",url:"https://github.com/wgao19",image_url:"https://github.com/wgao19.png",imageURL:"https://github.com/wgao19.png"}],frontMatter:{slug:"first-blog-post",title:"First Blog Post",authors:{name:"Gao Wei",title:"Docusaurus Core Team",url:"https://github.com/wgao19",image_url:"https://github.com/wgao19.png",imageURL:"https://github.com/wgao19.png"},tags:["hola","docusaurus"]},unlisted:!1,prevItem:{title:"Long Blog Post",permalink:"/documentation/blog/long-blog-post"}},r={authorsImageUrls:[void 0]},l=[];function m(t){const o={p:"p",...(0,i.R)(),...t.components};return(0,s.jsx)(o.p,{children:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet"})}function c(t={}){const{wrapper:o}={...(0,i.R)(),...t.components};return o?(0,s.jsx)(o,{...t,children:(0,s.jsx)(m,{...t})}):m(t)}},8453:(t,o,e)=>{e.d(o,{R:()=>u,x:()=>a});var s=e(6540);const i={},n=s.createContext(i);function u(t){const o=s.useContext(n);return s.useMemo((function(){return"function"==typeof t?t(o):{...o,...t}}),[o,t])}function a(t){let o;return o=t.disableParentContext?"function"==typeof t.components?t.components(i):t.components||i:u(t.components),s.createElement(n.Provider,{value:o},t.children)}}}]);

File diff suppressed because one or more lines are too long

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[8581],{5610:t=>{t.exports=JSON.parse('{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"tutorialSidebar":[{"type":"category","label":"Introduction","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Introduction","href":"/documentation/","docId":"introduction/introduction","unlisted":false}],"href":"/documentation/category/introduction"},{"type":"category","label":"Before Installation","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"System Requirements","href":"/documentation/before_installation/system_requirements","docId":"before_installation/system_requirements","unlisted":false}],"href":"/documentation/category/before-installation"},{"type":"category","label":"Tutorial - Basics","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Create a Page","href":"/documentation/tutorial-basics/create-a-page","docId":"tutorial-basics/create-a-page","unlisted":false},{"type":"link","label":"Create a Document","href":"/documentation/tutorial-basics/create-a-document","docId":"tutorial-basics/create-a-document","unlisted":false},{"type":"link","label":"Create a Blog Post","href":"/documentation/tutorial-basics/create-a-blog-post","docId":"tutorial-basics/create-a-blog-post","unlisted":false},{"type":"link","label":"Markdown Features","href":"/documentation/tutorial-basics/markdown-features","docId":"tutorial-basics/markdown-features","unlisted":false},{"type":"link","label":"Deploy your site","href":"/documentation/tutorial-basics/deploy-your-site","docId":"tutorial-basics/deploy-your-site","unlisted":false},{"type":"link","label":"Congratulations!","href":"/documentation/tutorial-basics/congratulations","docId":"tutorial-basics/congratulations","unlisted":false}],"href":"/documentation/category/tutorial---basics"},{"type":"category","label":"Tutorial - Extras","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Manage Docs Versions","href":"/documentation/tutorial-extras/manage-docs-versions","docId":"tutorial-extras/manage-docs-versions","unlisted":false},{"type":"link","label":"Translate your site","href":"/documentation/tutorial-extras/translate-your-site","docId":"tutorial-extras/translate-your-site","unlisted":false}],"href":"/documentation/category/tutorial---extras"}]},"docs":{"before_installation/system_requirements":{"id":"before_installation/system_requirements","title":"System Requirements","description":"","sidebar":"tutorialSidebar"},"introduction/introduction":{"id":"introduction/introduction","title":"Introduction","description":"Let\'s discover Docusaurus in less than 5 minutes.","sidebar":"tutorialSidebar"},"tutorial-basics/congratulations":{"id":"tutorial-basics/congratulations","title":"Congratulations!","description":"You have just learned the basics of Docusaurus and made some changes to the initial template.","sidebar":"tutorialSidebar"},"tutorial-basics/create-a-blog-post":{"id":"tutorial-basics/create-a-blog-post","title":"Create a Blog Post","description":"Docusaurus creates a page for each blog post, but also a blog index page, a tag system, an RSS feed...","sidebar":"tutorialSidebar"},"tutorial-basics/create-a-document":{"id":"tutorial-basics/create-a-document","title":"Create a Document","description":"Documents are groups of pages connected through:","sidebar":"tutorialSidebar"},"tutorial-basics/create-a-page":{"id":"tutorial-basics/create-a-page","title":"Create a Page","description":"Add Markdown or React files to src/pages to create a standalone page:","sidebar":"tutorialSidebar"},"tutorial-basics/deploy-your-site":{"id":"tutorial-basics/deploy-your-site","title":"Deploy your site","description":"Docusaurus is a static-site-generator (also called Jamstack).","sidebar":"tutorialSidebar"},"tutorial-basics/markdown-features":{"id":"tutorial-basics/markdown-features","title":"Markdown Features","description":"Docusaurus supports Markdown and a few additional features.","sidebar":"tutorialSidebar"},"tutorial-extras/manage-docs-versions":{"id":"tutorial-extras/manage-docs-versions","title":"Manage Docs Versions","description":"Docusaurus can manage multiple versions of your docs.","sidebar":"tutorialSidebar"},"tutorial-extras/translate-your-site":{"id":"tutorial-extras/translate-your-site","title":"Translate your site","description":"Let\'s translate docs/intro.md to French.","sidebar":"tutorialSidebar"}}}')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[2523],{3687:(t,n,o)=>{o.r(n),o.d(n,{assets:()=>c,contentTitle:()=>a,default:()=>d,frontMatter:()=>s,metadata:()=>r,toc:()=>l});var e=o(4848),i=o(8453);const s={sidebar_position:3},a="Customize Snigdha OS",r={id:"post_installation/customization",title:"Customize Snigdha OS",description:"",source:"@site/docs/post_installation/customization.md",sourceDirName:"post_installation",slug:"/post_installation/customization",permalink:"/post_installation/customization",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/post_installation/customization.md",tags:[],version:"current",sidebarPosition:3,frontMatter:{sidebar_position:3},sidebar:"tutorialSidebar",previous:{title:"Update Snigdha OS",permalink:"/post_installation/update"},next:{title:"Install Packages",permalink:"/post_installation/install_packages"}},c={},l=[];function u(t){const n={h1:"h1",...(0,i.R)(),...t.components};return(0,e.jsx)(n.h1,{id:"customize-snigdha-os",children:"Customize Snigdha OS"})}function d(t={}){const{wrapper:n}={...(0,i.R)(),...t.components};return n?(0,e.jsx)(n,{...t,children:(0,e.jsx)(u,{...t})}):u(t)}},8453:(t,n,o)=>{o.d(n,{R:()=>a,x:()=>r});var e=o(6540);const i={},s=e.createContext(i);function a(t){const n=e.useContext(s);return e.useMemo((function(){return"function"==typeof t?t(n):{...n,...t}}),[n,t])}function r(t){let n;return n=t.disableParentContext?"function"==typeof t.components?t.components(i):t.components||i:a(t.components),e.createElement(s.Provider,{value:n},t.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[9040],{6034:(o,t,e)=>{e.r(t),e.d(t,{assets:()=>l,contentTitle:()=>u,default:()=>a,frontMatter:()=>r,metadata:()=>i,toc:()=>c});var n=e(4848),s=e(8453);const r={sidebar_position:3},u="Troubleshoot: Sound",i={id:"troubleshoot/sound",title:"Troubleshoot: Sound",description:"",source:"@site/docs/troubleshoot/sound.md",sourceDirName:"troubleshoot",slug:"/troubleshoot/sound",permalink:"/troubleshoot/sound",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/troubleshoot/sound.md",tags:[],version:"current",sidebarPosition:3,frontMatter:{sidebar_position:3},sidebar:"tutorialSidebar",previous:{title:"Troubleshoot: Bluetooth",permalink:"/troubleshoot/bluetooth"},next:{title:"Troubleshoot: Display",permalink:"/troubleshoot/display"}},l={},c=[];function d(o){const t={h1:"h1",...(0,s.R)(),...o.components};return(0,n.jsx)(t.h1,{id:"troubleshoot-sound",children:"Troubleshoot: Sound"})}function a(o={}){const{wrapper:t}={...(0,s.R)(),...o.components};return t?(0,n.jsx)(t,{...o,children:(0,n.jsx)(d,{...o})}):d(o)}},8453:(o,t,e)=>{e.d(t,{R:()=>u,x:()=>i});var n=e(6540);const s={},r=n.createContext(s);function u(o){const t=n.useContext(r);return n.useMemo((function(){return"function"==typeof o?o(t):{...t,...o}}),[t,o])}function i(o){let t;return t=o.disableParentContext?"function"==typeof o.components?o.components(s):o.components||s:u(o.components),n.createElement(r.Provider,{value:t},o.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[3327],{949:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>d,contentTitle:()=>u,default:()=>l,frontMatter:()=>r,metadata:()=>s,toc:()=>c});var o=n(4848),i=n(8453);const r={sidebar_position:3},u="Build From Source",s={id:"dev_guide/build_source",title:"Build From Source",description:"",source:"@site/docs/dev_guide/build_source.md",sourceDirName:"dev_guide",slug:"/dev_guide/build_source",permalink:"/dev_guide/build_source",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/build_source.md",tags:[],version:"current",sidebarPosition:3,frontMatter:{sidebar_position:3},sidebar:"tutorialSidebar",previous:{title:"Translating",permalink:"/dev_guide/docs_translate"},next:{title:"PKGBUILD",permalink:"/dev_guide/pkgbuild"}},d={},c=[];function a(e){const t={h1:"h1",...(0,i.R)(),...e.components};return(0,o.jsx)(t.h1,{id:"build-from-source",children:"Build From Source"})}function l(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,o.jsx)(t,{...e,children:(0,o.jsx)(a,{...e})}):a(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>u,x:()=>s});var o=n(6540);const i={},r=o.createContext(i);function u(e){const t=o.useContext(r);return o.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function s(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:u(e.components),o.createElement(r.Provider,{value:t},e.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[9267],{8289:e=>{e.exports=JSON.parse('[{"label":"bug","permalink":"/blog/tags/bug","count":1}]')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[7590],{262:(t,n,e)=>{e.r(n),e.d(n,{assets:()=>l,contentTitle:()=>i,default:()=>d,frontMatter:()=>s,metadata:()=>r,toc:()=>u});var o=e(4848),a=e(8453);const s={sidebar_position:1},i="Language",r={id:"post_installation/language",title:"Language",description:"",source:"@site/docs/post_installation/language.md",sourceDirName:"post_installation",slug:"/post_installation/language",permalink:"/post_installation/language",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/post_installation/language.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1},sidebar:"tutorialSidebar",previous:{title:"Post Installation",permalink:"/category/post-installation"},next:{title:"Update Snigdha OS",permalink:"/post_installation/update"}},l={},u=[];function c(t){const n={h1:"h1",...(0,a.R)(),...t.components};return(0,o.jsx)(n.h1,{id:"language",children:"Language"})}function d(t={}){const{wrapper:n}={...(0,a.R)(),...t.components};return n?(0,o.jsx)(n,{...t,children:(0,o.jsx)(c,{...t})}):c(t)}},8453:(t,n,e)=>{e.d(n,{R:()=>i,x:()=>r});var o=e(6540);const a={},s=o.createContext(a);function i(t){const n=o.useContext(s);return o.useMemo((function(){return"function"==typeof t?t(n):{...n,...t}}),[n,t])}function r(t){let n;return n=t.disableParentContext?"function"==typeof t.components?t.components(a):t.components||a:i(t.components),o.createElement(s.Provider,{value:n},t.children)}}}]);

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[1991],{9775:e=>{e.exports=JSON.parse('{"permalink":"/blog","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[5894],{6042:e=>{e.exports=JSON.parse('{"blogPosts":[{"id":"/effective_bug_report","metadata":{"permalink":"/blog/effective_bug_report","editUrl":"https://github.com/Snigdha-OS/documentation/tree/master/blog/effetive_bug_report.md","source":"@site/blog/effetive_bug_report.md","title":"Write Effective Bug Report","description":"Writing an effective bug report is crucial for helping developers understand, reproduce, and ultimately fix the issue. Here\'s a step-by-step guide on how to write an effective bug report:","date":"2024-03-25T02:20:39.000Z","formattedDate":"March 25, 2024","tags":[{"label":"bug","permalink":"/blog/tags/bug"}],"readingTime":2.15,"hasTruncateMarker":false,"authors":[{"name":"Eshan Roy","title":"Lead Developer & Maintainer","url":"https://eshan.snigdhaos.org","imageURL":"https://github.com/eshanized/eshanized/blob/main/eshanized_square.png?raw=true","key":"eshanized"}],"frontMatter":{"slug":"/effective_bug_report","title":"Write Effective Bug Report","authors":["eshanized"],"tags":["bug"]},"unlisted":false},"content":"Writing an effective bug report is crucial for helping developers understand, reproduce, and ultimately fix the issue. Here\'s a step-by-step guide on how to write an effective bug report:\\n\\n1. **Title**: Provide a concise and descriptive title that summarizes the issue. It should give a clear indication of what the problem is without being too lengthy. For example, \\"Error message appears when trying to log in.\\"\\n\\n2. **Description**:\\n - **Overview**: Begin with a brief overview of the problem, including what you were trying to do and what went wrong.\\n - **Steps to Reproduce**: List the specific steps or actions taken that lead to the issue. Provide enough detail so that others can follow the same steps and encounter the same problem.\\n - **Expected Behavior**: Describe what you expected to happen after performing the steps mentioned above.\\n - **Actual Behavior**: Describe what actually happened or what you observed that indicates the presence of a bug. Include any error messages, unexpected behavior, or deviations from the expected outcome.\\n - **Frequency**: Indicate whether the issue occurs consistently or intermittently. If intermittent, specify any patterns or conditions that seem to trigger the problem.\\n - **Environment**: Mention the operating system, browser/version, device, or any other relevant environment details where the issue occurred.\\n - **Screenshots/Attachments**: If applicable, include screenshots, logs, error messages, or any other relevant files that can help illustrate or reproduce the problem.\\n\\n3. **Impact**: Explain the impact of the bug on the user experience, system functionality, or any other relevant aspect. Include information about any workarounds or mitigations you\'ve discovered.\\n\\n4. **Additional Information**:\\n - **Related Issues**: If you suspect the bug may be related to other issues or if you\'ve found similar reports, mention them and provide links if possible.\\n - **Priority/Severity**: Optionally, suggest a priority or severity level for the bug based on its impact and urgency.\\n - **Timeframe**: If applicable, specify any deadlines or time constraints that may affect the resolution of the issue.\\n - **Contact Information**: Provide your contact information (email, username, etc.) in case developers need clarification or further details.\\n\\n5. **Submission**: Submit the bug report through the designated bug tracking system, issue tracker, or communication channel used by the development team. Follow any specific guidelines or templates provided by the project.\\n\\n6. **Follow-up**: Be prepared to respond to any follow-up questions or requests for clarification from developers. Provide additional information as needed to help troubleshoot and resolve the issue.\\n\\nBy following these steps and providing detailed, organized information, you can help developers diagnose and address the bug more effectively, ultimately leading to quicker resolution and improved software quality."}]}')}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[2382],{9234:e=>{e.exports=JSON.parse('{"permalink":"/documentation/blog/tags/docusaurus","page":1,"postsPerPage":10,"totalPages":1,"totalCount":4,"blogDescription":"Blog","blogTitle":"Blog"}')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[6213],{6456:(t,n,e)=>{e.r(n),e.d(n,{assets:()=>l,contentTitle:()=>s,default:()=>d,frontMatter:()=>a,metadata:()=>r,toc:()=>c});var o=e(4848),i=e(8453);const a={sidebar_position:2},s="Make Bootable USB",r={id:"installation/making_bootable_usb",title:"Make Bootable USB",description:"",source:"@site/docs/installation/making_bootable_usb.md",sourceDirName:"installation",slug:"/installation/making_bootable_usb",permalink:"/installation/making_bootable_usb",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/making_bootable_usb.md",tags:[],version:"current",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Download Snigdha OS",permalink:"/installation/download_snigdha_os"},next:{title:"Live Environment",permalink:"/installation/live_env"}},l={},c=[];function u(t){const n={h1:"h1",...(0,i.R)(),...t.components};return(0,o.jsx)(n.h1,{id:"make-bootable-usb",children:"Make Bootable USB"})}function d(t={}){const{wrapper:n}={...(0,i.R)(),...t.components};return n?(0,o.jsx)(n,{...t,children:(0,o.jsx)(u,{...t})}):u(t)}},8453:(t,n,e)=>{e.d(n,{R:()=>s,x:()=>r});var o=e(6540);const i={},a=o.createContext(i);function s(t){const n=o.useContext(a);return o.useMemo((function(){return"function"==typeof t?t(n):{...n,...t}}),[n,t])}function r(t){let n;return n=t.disableParentContext?"function"==typeof t.components?t.components(i):t.components||i:s(t.components),o.createElement(a.Provider,{value:n},t.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[6731],{3547:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>s,default:()=>m,frontMatter:()=>r,metadata:()=>a,toc:()=>l});var o=n(4848),i=n(8453);const r={sidebar_position:2},s="Important Notes",a={id:"before_installation/imporatnt_notes",title:"Important Notes",description:"\ud83d\udccc We do not recommended you to install Snigdha OS via VM ('Virtual Machine' = virtual machine), as it is optimized for use on real hardware or physical machine.",source:"@site/docs/before_installation/imporatnt_notes.md",sourceDirName:"before_installation",slug:"/before_installation/imporatnt_notes",permalink:"/before_installation/imporatnt_notes",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/before_installation/imporatnt_notes.md",tags:[],version:"current",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"System Requirements",permalink:"/before_installation/system_requirements"},next:{title:"Internet Connection",permalink:"/before_installation/internet_connection"}},c={},l=[];function d(e){const t={code:"code",h1:"h1",p:"p",...(0,i.R)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(t.h1,{id:"important-notes",children:"Important Notes"}),"\n",(0,o.jsx)(t.p,{children:"\ud83d\udccc We do not recommended you to install Snigdha OS via VM ('Virtual Machine' = virtual machine), as it is optimized for use on real hardware or physical machine."}),"\n",(0,o.jsxs)(t.p,{children:["\ud83d\udccc If there is an abnormal system shutdown occurs during installation, it is mainly due to the lack of available RAM (",(0,o.jsx)(t.code,{children:"nohang"})," kills the process to prevent the system from responding anymore)."]}),"\n",(0,o.jsx)(t.p,{children:"\ud83d\udccc The use of inactive RAM (idle) is probably greater than other distributions since Snigdha OS uses ZRAM and other modifications to improve the general performance of the system."}),"\n",(0,o.jsxs)(t.p,{children:["\ud83d\udccc ",(0,o.jsx)(t.code,{children:"Ventoy"})," doesn't seem to work properly because some users have reported problems. Use the utility you prefer such as, for example, dd to burn ISO to a USB stick."]})]})}function m(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,o.jsx)(t,{...e,children:(0,o.jsx)(d,{...e})}):d(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>s,x:()=>a});var o=n(6540);const i={},r=o.createContext(i);function s(e){const t=o.useContext(r);return o.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:s(e.components),o.createElement(r.Provider,{value:t},e.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[3925],{3155:(e,t,o)=>{o.r(t),o.d(t,{assets:()=>r,contentTitle:()=>c,default:()=>u,frontMatter:()=>a,metadata:()=>i,toc:()=>d});var n=o(4848),s=o(8453);const a={sidebar_position:2},c="Blackbox",i={id:"packages/snigdhaos_blackbox",title:"Blackbox",description:"",source:"@site/docs/packages/snigdhaos_blackbox.md",sourceDirName:"packages",slug:"/packages/snigdhaos_blackbox",permalink:"/packages/snigdhaos_blackbox",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/packages/snigdhaos_blackbox.md",tags:[],version:"current",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Welcome",permalink:"/packages/snigdhaos_welcome"},next:{title:"Developers Guide",permalink:"/category/developers-guide"}},r={},d=[];function l(e){const t={h1:"h1",...(0,s.R)(),...e.components};return(0,n.jsx)(t.h1,{id:"blackbox",children:"Blackbox"})}function u(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(l,{...e})}):l(e)}},8453:(e,t,o)=>{o.d(t,{R:()=>c,x:()=>i});var n=o(6540);const s={},a=n.createContext(s);function c(e){const t=n.useContext(a);return n.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function i(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:c(e.components),n.createElement(a.Provider,{value:t},e.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[4660],{9078:e=>{e.exports=JSON.parse('{"title":"Developers Guide","description":"Troubleshoot","slug":"/category/developers-guide","permalink":"/category/developers-guide","navigation":{"previous":{"title":"Blackbox","permalink":"/packages/snigdhaos_blackbox"},"next":{"title":"Writing","permalink":"/dev_guide/write"}}}')}}]);

File diff suppressed because one or more lines are too long

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[1976],{6655:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>d,contentTitle:()=>i,default:()=>u,frontMatter:()=>o,metadata:()=>a,toc:()=>c});var s=t(4848),r=t(8453);const o={sidebar_position:1,slug:"/"},i="Introduction",a={id:"introduction/introduction",title:"Introduction",description:"Let's discover Docusaurus in less than 5 minutes.",source:"@site/docs/introduction/introduction.md",sourceDirName:"introduction",slug:"/",permalink:"/documentation/",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/introduction.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1,slug:"/"},sidebar:"tutorialSidebar",previous:{title:"Introduction",permalink:"/documentation/category/introduction"},next:{title:"Before Installation",permalink:"/documentation/category/before-installation"}},d={},c=[{value:"Getting Started",id:"getting-started",level:2},{value:"What you&#39;ll need",id:"what-youll-need",level:3},{value:"Generate a new site",id:"generate-a-new-site",level:2},{value:"Start your site",id:"start-your-site",level:2}];function l(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",li:"li",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,r.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.h1,{id:"introduction",children:"Introduction"}),"\n",(0,s.jsxs)(n.p,{children:["Let's discover ",(0,s.jsx)(n.strong,{children:"Docusaurus in less than 5 minutes"}),"."]}),"\n",(0,s.jsx)(n.h2,{id:"getting-started",children:"Getting Started"}),"\n",(0,s.jsxs)(n.p,{children:["Get started by ",(0,s.jsx)(n.strong,{children:"creating a new site"}),"."]}),"\n",(0,s.jsxs)(n.p,{children:["Or ",(0,s.jsx)(n.strong,{children:"try Docusaurus immediately"})," with ",(0,s.jsx)(n.strong,{children:(0,s.jsx)(n.a,{href:"https://docusaurus.new",children:"docusaurus.new"})}),"."]}),"\n",(0,s.jsx)(n.h3,{id:"what-youll-need",children:"What you'll need"}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.a,{href:"https://nodejs.org/en/download/",children:"Node.js"})," version 18.0 or above:","\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsx)(n.li,{children:"When installing Node.js, you are recommended to check all checkboxes related to dependencies."}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,s.jsx)(n.h2,{id:"generate-a-new-site",children:"Generate a new site"}),"\n",(0,s.jsxs)(n.p,{children:["Generate a new Docusaurus site using the ",(0,s.jsx)(n.strong,{children:"classic template"}),"."]}),"\n",(0,s.jsx)(n.p,{children:"The classic template will automatically be added to your project after you run the command:"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-bash",children:"npm init docusaurus@latest my-website classic\n"})}),"\n",(0,s.jsx)(n.p,{children:"You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor."}),"\n",(0,s.jsx)(n.p,{children:"The command also installs all necessary dependencies you need to run Docusaurus."}),"\n",(0,s.jsx)(n.h2,{id:"start-your-site",children:"Start your site"}),"\n",(0,s.jsx)(n.p,{children:"Run the development server:"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-bash",children:"cd my-website\nnpm run start\n"})}),"\n",(0,s.jsxs)(n.p,{children:["The ",(0,s.jsx)(n.code,{children:"cd"})," command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there."]}),"\n",(0,s.jsxs)(n.p,{children:["The ",(0,s.jsx)(n.code,{children:"npm run start"})," command builds your website locally and serves it through a development server, ready for you to view at ",(0,s.jsx)(n.a,{href:"http://localhost:3000/",children:"http://localhost:3000/"}),"."]}),"\n",(0,s.jsxs)(n.p,{children:["Open ",(0,s.jsx)(n.code,{children:"docs/intro.md"})," (this page) and edit some lines: the site ",(0,s.jsx)(n.strong,{children:"reloads automatically"})," and displays your changes."]})]})}function u(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,s.jsx)(n,{...e,children:(0,s.jsx)(l,{...e})}):l(e)}},8453:(e,n,t)=>{t.d(n,{R:()=>i,x:()=>a});var s=t(6540);const r={},o=s.createContext(r);function i(e){const n=s.useContext(o);return s.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function a(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:i(e.components),s.createElement(o.Provider,{value:n},e.children)}}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[7423],{7051:t=>{t.exports=JSON.parse('{"title":"Tutorial - Basics","description":"5 minutes to learn the most important Docusaurus concepts.","slug":"/category/tutorial---basics","permalink":"/documentation/category/tutorial---basics","navigation":{"previous":{"title":"System Requirements","permalink":"/documentation/before_installation/system_requirements"},"next":{"title":"Create a Page","permalink":"/documentation/tutorial-basics/create-a-page"}}}')}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[4434],{7770:t=>{t.exports=JSON.parse('{"title":"Introduction","description":"Let\'s get a short overview!","slug":"/category/introduction","permalink":"/documentation/category/introduction","navigation":{"next":{"title":"Introduction","permalink":"/documentation/"}}}')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[7979],{2693:(t,o,n)=>{n.r(o),n.d(o,{assets:()=>u,contentTitle:()=>i,default:()=>l,frontMatter:()=>r,metadata:()=>c,toc:()=>d});var e=n(4848),s=n(8453);const r={sidebar_position:1},i="Tool: DNS Enum",c={id:"tools/dns",title:"Tool: DNS Enum",description:"",source:"@site/docs/tools/dns.md",sourceDirName:"tools",slug:"/tools/dns",permalink:"/tools/dns",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/tools/dns.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1},sidebar:"tutorialSidebar",previous:{title:"Tools",permalink:"/category/tools"}},u={},d=[];function a(t){const o={h1:"h1",...(0,s.R)(),...t.components};return(0,e.jsx)(o.h1,{id:"tool-dns-enum",children:"Tool: DNS Enum"})}function l(t={}){const{wrapper:o}={...(0,s.R)(),...t.components};return o?(0,e.jsx)(o,{...t,children:(0,e.jsx)(a,{...t})}):a(t)}},8453:(t,o,n)=>{n.d(o,{R:()=>i,x:()=>c});var e=n(6540);const s={},r=e.createContext(s);function i(t){const o=e.useContext(r);return e.useMemo((function(){return"function"==typeof t?t(o):{...o,...t}}),[o,t])}function c(t){let o;return o=t.disableParentContext?"function"==typeof t.components?t.components(s):t.components||s:i(t.components),e.createElement(r.Provider,{value:o},t.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[3244],{7911:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>a,contentTitle:()=>i,default:()=>l,frontMatter:()=>o,metadata:()=>u,toc:()=>c});var r=n(4848),s=n(8453);const o={sidebar_position:2},i="Installing with AUR",u={id:"user_guide/aur",title:"Installing with AUR",description:"",source:"@site/docs/user_guide/aur.md",sourceDirName:"user_guide",slug:"/user_guide/aur",permalink:"/user_guide/aur",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/user_guide/aur.md",tags:[],version:"current",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Cheetsheet/Shortcuts",permalink:"/user_guide/cheetsheet"},next:{title:"Troubleshoot",permalink:"/category/troubleshoot"}},a={},c=[];function d(e){const t={h1:"h1",...(0,s.R)(),...e.components};return(0,r.jsx)(t.h1,{id:"installing-with-aur",children:"Installing with AUR"})}function l(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(d,{...e})}):d(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>i,x:()=>u});var r=n(6540);const s={},o=r.createContext(s);function i(e){const t=r.useContext(o);return r.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function u(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:i(e.components),r.createElement(o.Provider,{value:t},e.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[6576],{5051:e=>{e.exports=JSON.parse('{"title":"Before Installation","description":"System Requirements!","slug":"/category/before-installation","permalink":"/category/before-installation","navigation":{"previous":{"title":"Frequently Asked","permalink":"/introduction/faqs"},"next":{"title":"System Requirements","permalink":"/before_installation/system_requirements"}}}')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[9557],{7247:e=>{e.exports=JSON.parse('{"permalink":"/blog/tags/bug","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}')}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[8752],{2231:(t,n,i)=>{i.r(n),i.d(n,{assets:()=>a,contentTitle:()=>s,default:()=>p,frontMatter:()=>r,metadata:()=>c,toc:()=>u});var o=i(4848),e=i(8453);const r={sidebar_position:2},s="Inspiration",c={id:"introduction/inspiration",title:"Inspiration",description:"",source:"@site/docs/introduction/inspiration.md",sourceDirName:"introduction",slug:"/introduction/inspiration",permalink:"/introduction/inspiration",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/inspiration.md",tags:[],version:"current",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Introduction",permalink:"/"},next:{title:"Code Of Conduct",permalink:"/introduction/code_of_conduct"}},a={},u=[];function d(t){const n={h1:"h1",...(0,e.R)(),...t.components};return(0,o.jsx)(n.h1,{id:"inspiration",children:"Inspiration"})}function p(t={}){const{wrapper:n}={...(0,e.R)(),...t.components};return n?(0,o.jsx)(n,{...t,children:(0,o.jsx)(d,{...t})}):d(t)}},8453:(t,n,i)=>{i.d(n,{R:()=>s,x:()=>c});var o=i(6540);const e={},r=o.createContext(e);function s(t){const n=o.useContext(r);return o.useMemo((function(){return"function"==typeof t?t(n):{...n,...t}}),[n,t])}function c(t){let n;return n=t.disableParentContext?"function"==typeof t.components?t.components(e):t.components||e:s(t.components),o.createElement(r.Provider,{value:n},t.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[6115],{9860:t=>{t.exports=JSON.parse('{"title":"Introduction","description":"Let\'s get a short overview!","slug":"/category/introduction","permalink":"/category/introduction","navigation":{"next":{"title":"Introduction","permalink":"/"}}}')}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[5557],{7447:(e,o,t)=>{t.r(o),t.d(o,{assets:()=>c,contentTitle:()=>r,default:()=>d,frontMatter:()=>l,metadata:()=>a,toc:()=>u});var n=t(4848),s=t(8453);const l={slug:"welcome",title:"Welcome",authors:["slorber","yangshun"],tags:["facebook","hello","docusaurus"]},r=void 0,a={permalink:"/documentation/blog/welcome",editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/blog/2021-08-26-welcome/index.md",source:"@site/blog/2021-08-26-welcome/index.md",title:"Welcome",description:"Docusaurus blogging features are powered by the blog plugin.",date:"2021-08-26T00:00:00.000Z",formattedDate:"August 26, 2021",tags:[{label:"facebook",permalink:"/documentation/blog/tags/facebook"},{label:"hello",permalink:"/documentation/blog/tags/hello"},{label:"docusaurus",permalink:"/documentation/blog/tags/docusaurus"}],readingTime:.405,hasTruncateMarker:!1,authors:[{name:"S\xe9bastien Lorber",title:"Docusaurus maintainer",url:"https://sebastienlorber.com",imageURL:"https://github.com/slorber.png",key:"slorber"},{name:"Yangshun Tay",title:"Front End Engineer @ Facebook",url:"https://github.com/yangshun",imageURL:"https://github.com/yangshun.png",key:"yangshun"}],frontMatter:{slug:"welcome",title:"Welcome",authors:["slorber","yangshun"],tags:["facebook","hello","docusaurus"]},unlisted:!1,nextItem:{title:"MDX Blog Post",permalink:"/documentation/blog/mdx-blog-post"}},c={authorsImageUrls:[void 0,void 0]},u=[];function i(e){const o={a:"a",code:"code",img:"img",li:"li",p:"p",strong:"strong",ul:"ul",...(0,s.R)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsxs)(o.p,{children:[(0,n.jsx)(o.a,{href:"https://docusaurus.io/docs/blog",children:"Docusaurus blogging features"})," are powered by the ",(0,n.jsx)(o.a,{href:"https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog",children:"blog plugin"}),"."]}),"\n",(0,n.jsxs)(o.p,{children:["Simply add Markdown files (or folders) to the ",(0,n.jsx)(o.code,{children:"blog"})," directory."]}),"\n",(0,n.jsxs)(o.p,{children:["Regular blog authors can be added to ",(0,n.jsx)(o.code,{children:"authors.yml"}),"."]}),"\n",(0,n.jsx)(o.p,{children:"The blog post date can be extracted from filenames, such as:"}),"\n",(0,n.jsxs)(o.ul,{children:["\n",(0,n.jsx)(o.li,{children:(0,n.jsx)(o.code,{children:"2019-05-30-welcome.md"})}),"\n",(0,n.jsx)(o.li,{children:(0,n.jsx)(o.code,{children:"2019-05-30-welcome/index.md"})}),"\n"]}),"\n",(0,n.jsx)(o.p,{children:"A blog post folder can be convenient to co-locate blog post images:"}),"\n",(0,n.jsx)(o.p,{children:(0,n.jsx)(o.img,{alt:"Docusaurus Plushie",src:t(8826).A+"",width:"1500",height:"500"})}),"\n",(0,n.jsx)(o.p,{children:"The blog supports tags as well!"}),"\n",(0,n.jsxs)(o.p,{children:[(0,n.jsx)(o.strong,{children:"And if you don't want a blog"}),": just delete this directory, and use ",(0,n.jsx)(o.code,{children:"blog: false"})," in your Docusaurus config."]})]})}function d(e={}){const{wrapper:o}={...(0,s.R)(),...e.components};return o?(0,n.jsx)(o,{...e,children:(0,n.jsx)(i,{...e})}):i(e)}},8826:(e,o,t)=>{t.d(o,{A:()=>n});const n=t.p+"assets/images/docusaurus-plushie-banner-a60f7593abca1e3eef26a9afa244e4fb.jpeg"},8453:(e,o,t)=>{t.d(o,{R:()=>r,x:()=>a});var n=t(6540);const s={},l=n.createContext(s);function r(e){const o=n.useContext(l);return n.useMemo((function(){return"function"==typeof e?e(o):{...o,...e}}),[o,e])}function a(e){let o;return o=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),n.createElement(l.Provider,{value:o},e.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[5092],{1311:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>d,contentTitle:()=>a,default:()=>u,frontMatter:()=>r,metadata:()=>i,toc:()=>c});var s=n(4848),o=n(8453);const r={sidebar_position:2},a="Translating",i={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:"/dev_guide/docs_translate",draft:!1,unlisted:!1,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:"/dev_guide/write"},next:{title:"Build From Source",permalink:"/dev_guide/build_source"}},d={},c=[];function l(e){const t={h1:"h1",p:"p",...(0,o.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.h1,{id:"translating",children:"Translating"}),"\n",(0,s.jsx)(t.p,{children:"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!"})]})}function u(e={}){const{wrapper:t}={...(0,o.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(l,{...e})}):l(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>a,x:()=>i});var s=n(6540);const o={},r=s.createContext(o);function a(e){const t=s.useContext(r);return s.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function i(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(o):e.components||o:a(e.components),s.createElement(r.Provider,{value:t},e.children)}}}]);

File diff suppressed because one or more lines are too long

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[6912],{7639:e=>{e.exports=JSON.parse('{"label":"facebook","permalink":"/documentation/blog/tags/facebook","allTagsPath":"/documentation/blog/tags","count":1,"unlisted":false}')}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[1724],{1246:(e,s,n)=>{n.r(s),n.d(s,{assets:()=>a,contentTitle:()=>t,default:()=>u,frontMatter:()=>i,metadata:()=>d,toc:()=>c});var o=n(4848),r=n(8453);const i={sidebar_position:1},t="Manage Docs Versions",d={id:"tutorial-extras/manage-docs-versions",title:"Manage Docs Versions",description:"Docusaurus can manage multiple versions of your docs.",source:"@site/docs/tutorial-extras/manage-docs-versions.md",sourceDirName:"tutorial-extras",slug:"/tutorial-extras/manage-docs-versions",permalink:"/documentation/tutorial-extras/manage-docs-versions",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/tutorial-extras/manage-docs-versions.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1},sidebar:"tutorialSidebar",previous:{title:"Tutorial - Extras",permalink:"/documentation/category/tutorial---extras"},next:{title:"Translate your site",permalink:"/documentation/tutorial-extras/translate-your-site"}},a={},c=[{value:"Create a docs version",id:"create-a-docs-version",level:2},{value:"Add a Version Dropdown",id:"add-a-version-dropdown",level:2},{value:"Update an existing version",id:"update-an-existing-version",level:2}];function l(e){const s={code:"code",h1:"h1",h2:"h2",img:"img",li:"li",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,r.R)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(s.h1,{id:"manage-docs-versions",children:"Manage Docs Versions"}),"\n",(0,o.jsx)(s.p,{children:"Docusaurus can manage multiple versions of your docs."}),"\n",(0,o.jsx)(s.h2,{id:"create-a-docs-version",children:"Create a docs version"}),"\n",(0,o.jsx)(s.p,{children:"Release a version 1.0 of your project:"}),"\n",(0,o.jsx)(s.pre,{children:(0,o.jsx)(s.code,{className:"language-bash",children:"npm run docusaurus docs:version 1.0\n"})}),"\n",(0,o.jsxs)(s.p,{children:["The ",(0,o.jsx)(s.code,{children:"docs"})," folder is copied into ",(0,o.jsx)(s.code,{children:"versioned_docs/version-1.0"})," and ",(0,o.jsx)(s.code,{children:"versions.json"})," is created."]}),"\n",(0,o.jsx)(s.p,{children:"Your docs now have 2 versions:"}),"\n",(0,o.jsxs)(s.ul,{children:["\n",(0,o.jsxs)(s.li,{children:[(0,o.jsx)(s.code,{children:"1.0"})," at ",(0,o.jsx)(s.code,{children:"http://localhost:3000/docs/"})," for the version 1.0 docs"]}),"\n",(0,o.jsxs)(s.li,{children:[(0,o.jsx)(s.code,{children:"current"})," at ",(0,o.jsx)(s.code,{children:"http://localhost:3000/docs/next/"})," for the ",(0,o.jsx)(s.strong,{children:"upcoming, unreleased docs"})]}),"\n"]}),"\n",(0,o.jsx)(s.h2,{id:"add-a-version-dropdown",children:"Add a Version Dropdown"}),"\n",(0,o.jsx)(s.p,{children:"To navigate seamlessly across versions, add a version dropdown."}),"\n",(0,o.jsxs)(s.p,{children:["Modify the ",(0,o.jsx)(s.code,{children:"docusaurus.config.js"})," file:"]}),"\n",(0,o.jsx)(s.pre,{children:(0,o.jsx)(s.code,{className:"language-js",metastring:'title="docusaurus.config.js"',children:"export default {\n themeConfig: {\n navbar: {\n items: [\n // highlight-start\n {\n type: 'docsVersionDropdown',\n },\n // highlight-end\n ],\n },\n },\n};\n"})}),"\n",(0,o.jsx)(s.p,{children:"The docs version dropdown appears in your navbar:"}),"\n",(0,o.jsx)(s.p,{children:(0,o.jsx)(s.img,{alt:"Docs Version Dropdown",src:n(6030).A+"",width:"370",height:"302"})}),"\n",(0,o.jsx)(s.h2,{id:"update-an-existing-version",children:"Update an existing version"}),"\n",(0,o.jsx)(s.p,{children:"It is possible to edit versioned docs in their respective folder:"}),"\n",(0,o.jsxs)(s.ul,{children:["\n",(0,o.jsxs)(s.li,{children:[(0,o.jsx)(s.code,{children:"versioned_docs/version-1.0/hello.md"})," updates ",(0,o.jsx)(s.code,{children:"http://localhost:3000/docs/hello"})]}),"\n",(0,o.jsxs)(s.li,{children:[(0,o.jsx)(s.code,{children:"docs/hello.md"})," updates ",(0,o.jsx)(s.code,{children:"http://localhost:3000/docs/next/hello"})]}),"\n"]})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,o.jsx)(s,{...e,children:(0,o.jsx)(l,{...e})}):l(e)}},6030:(e,s,n)=>{n.d(s,{A:()=>o});const o=n.p+"assets/images/docsVersionDropdown-35e13cbe46c9923327f30a76a90bff3b.png"},8453:(e,s,n)=>{n.d(s,{R:()=>t,x:()=>d});var o=n(6540);const r={},i=o.createContext(r);function t(e){const s=o.useContext(i);return o.useMemo((function(){return"function"==typeof e?e(s):{...s,...e}}),[s,e])}function d(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:t(e.components),o.createElement(i.Provider,{value:s},e.children)}}}]);

View File

@@ -1 +0,0 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[9328],{4014:(t,o,e)=>{e.r(o),e.d(o,{assets:()=>r,contentTitle:()=>u,default:()=>c,frontMatter:()=>n,metadata:()=>a,toc:()=>l});var s=e(4848),i=e(8453);const n={slug:"first-blog-post",title:"First Blog Post",authors:{name:"Gao Wei",title:"Docusaurus Core Team",url:"https://github.com/wgao19",image_url:"https://github.com/wgao19.png"},tags:["hola","docusaurus"]},u=void 0,a={permalink:"/documentation/blog/first-blog-post",editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/blog/2019-05-28-first-blog-post.md",source:"@site/blog/2019-05-28-first-blog-post.md",title:"First Blog Post",description:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet",date:"2019-05-28T00:00:00.000Z",formattedDate:"May 28, 2019",tags:[{label:"hola",permalink:"/documentation/blog/tags/hola"},{label:"docusaurus",permalink:"/documentation/blog/tags/docusaurus"}],readingTime:.12,hasTruncateMarker:!1,authors:[{name:"Gao Wei",title:"Docusaurus Core Team",url:"https://github.com/wgao19",image_url:"https://github.com/wgao19.png",imageURL:"https://github.com/wgao19.png"}],frontMatter:{slug:"first-blog-post",title:"First Blog Post",authors:{name:"Gao Wei",title:"Docusaurus Core Team",url:"https://github.com/wgao19",image_url:"https://github.com/wgao19.png",imageURL:"https://github.com/wgao19.png"},tags:["hola","docusaurus"]},unlisted:!1,prevItem:{title:"Long Blog Post",permalink:"/documentation/blog/long-blog-post"}},r={authorsImageUrls:[void 0]},l=[];function m(t){const o={p:"p",...(0,i.R)(),...t.components};return(0,s.jsx)(o.p,{children:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet"})}function c(t={}){const{wrapper:o}={...(0,i.R)(),...t.components};return o?(0,s.jsx)(o,{...t,children:(0,s.jsx)(m,{...t})}):m(t)}},8453:(t,o,e)=>{e.d(o,{R:()=>u,x:()=>a});var s=e(6540);const i={},n=s.createContext(i);function u(t){const o=s.useContext(n);return s.useMemo((function(){return"function"==typeof t?t(o):{...o,...t}}),[o,t])}function a(t){let o;return o=t.disableParentContext?"function"==typeof t.components?t.components(i):t.components||i:u(t.components),s.createElement(n.Provider,{value:o},t.children)}}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[4347],{6543:(t,o,e)=>{e.r(o),e.d(o,{assets:()=>u,contentTitle:()=>i,default:()=>d,frontMatter:()=>r,metadata:()=>a,toc:()=>l});var s=e(4848),n=e(8453);const r={sidebar_position:4},i="Troubleshoot: Display",a={id:"troubleshoot/display",title:"Troubleshoot: Display",description:"",source:"@site/docs/troubleshoot/display.md",sourceDirName:"troubleshoot",slug:"/troubleshoot/display",permalink:"/troubleshoot/display",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/troubleshoot/display.md",tags:[],version:"current",sidebarPosition:4,frontMatter:{sidebar_position:4},sidebar:"tutorialSidebar",previous:{title:"Troubleshoot: Sound",permalink:"/troubleshoot/sound"},next:{title:"Packages",permalink:"/category/packages"}},u={},l=[];function c(t){const o={h1:"h1",...(0,n.R)(),...t.components};return(0,s.jsx)(o.h1,{id:"troubleshoot-display",children:"Troubleshoot: Display"})}function d(t={}){const{wrapper:o}={...(0,n.R)(),...t.components};return o?(0,s.jsx)(o,{...t,children:(0,s.jsx)(c,{...t})}):c(t)}},8453:(t,o,e)=>{e.d(o,{R:()=>i,x:()=>a});var s=e(6540);const n={},r=s.createContext(n);function i(t){const o=s.useContext(r);return s.useMemo((function(){return"function"==typeof t?t(o):{...o,...t}}),[o,t])}function a(t){let o;return o=t.disableParentContext?"function"==typeof t.components?t.components(n):t.components||n:i(t.components),s.createElement(r.Provider,{value:o},t.children)}}}]);

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[1510],{2492:e=>{e.exports=JSON.parse('{"title":"Troubleshoot","description":"Troubleshoot","slug":"/category/troubleshoot","permalink":"/category/troubleshoot","navigation":{"previous":{"title":"Installing with AUR","permalink":"/user_guide/aur"},"next":{"title":"Troubleshoot: Wifi","permalink":"/troubleshoot/wifi"}}}')}}]);

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[4893],{5877:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>a,contentTitle:()=>s,default:()=>c,frontMatter:()=>r,metadata:()=>d,toc:()=>l});var i=n(4848),o=n(8453);const r={sidebar_position:1},s="Writing",d={id:"dev_guide/write",title:"Writing",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",sourceDirName:"dev_guide",slug:"/dev_guide/write",permalink:"/dev_guide/write",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/write.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1},sidebar:"tutorialSidebar",previous:{title:"Developers Guide",permalink:"/category/developers-guide"},next:{title:"Translating",permalink:"/dev_guide/docs_translate"}},a={},l=[];function u(e){const t={a:"a",h1:"h1",li:"li",p:"p",ul:"ul",...(0,o.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.h1,{id:"writing",children:"Writing"}),"\n",(0,i.jsx)(t.p,{children:"Adding documentation can help countless future of Snigdha OS users. A few ideas of what to work on:"}),"\n",(0,i.jsxs)(t.ul,{children:["\n",(0,i.jsx)(t.li,{children:"User guides to help Snigdha OS end users with some advanced features."}),"\n",(0,i.jsxs)(t.li,{children:["More ",(0,i.jsx)(t.a,{href:"/introduction/faqs",children:"frequently asked questions"}),"."]}),"\n",(0,i.jsxs)(t.li,{children:["Expanded ",(0,i.jsx)(t.a,{href:"/category/troubleshoot",children:"troubleshooting"})," steps."]}),"\n",(0,i.jsxs)(t.li,{children:["Step-by-step tutorials for Snigdha OS ",(0,i.jsx)(t.a,{href:"/category/developers-guide",children:"development"})," or ",(0,i.jsx)(t.a,{href:"/category/installation",children:"installation"}),"."]}),"\n",(0,i.jsx)(t.li,{children:"Improving literally anything else you think we should elaborate on or explain better."}),"\n"]}),"\n",(0,i.jsxs)(t.p,{children:["A good way to find topics to write about is to look for common questions in the ",(0,i.jsx)(t.a,{href:"https://forum.snigdhaos.org/t/support",children:"support tag"})," of our community."]})]})}function c(e={}){const{wrapper:t}={...(0,o.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>s,x:()=>d});var i=n(6540);const o={},r=i.createContext(o);function s(e){const t=i.useContext(r);return i.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function d(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(o):e.components||o:s(e.components),i.createElement(r.Provider,{value:t},e.children)}}}]);

Some files were not shown because too many files have changed in this diff Show More