chore: IDK

This commit is contained in:
2024-03-22 07:40:44 +05:30
parent ebf9bf56f3
commit a42e560e2e
23 changed files with 284 additions and 122 deletions

View File

@@ -0,0 +1,16 @@
{
"title": "Before Installation",
"description": "System Requirements!",
"slug": "/category/before-installation",
"permalink": "/category/before-installation",
"navigation": {
"previous": {
"title": "Introduction",
"permalink": "/"
},
"next": {
"title": "System Requirements",
"permalink": "/before_installation/system_requirements"
}
}
}

View File

@@ -5,8 +5,8 @@
"permalink": "/category/tutorial---basics", "permalink": "/category/tutorial---basics",
"navigation": { "navigation": {
"previous": { "previous": {
"title": "Introduction", "title": "System Requirements",
"permalink": "/" "permalink": "/before_installation/system_requirements"
}, },
"next": { "next": {
"title": "Create a Page", "title": "Create a Page",

View File

@@ -0,0 +1,27 @@
{
"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": "/before_installation/system_requirements",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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": "Tutorial - Basics",
"permalink": "/category/tutorial---basics"
}
}

View File

@@ -22,7 +22,7 @@
"permalink": "/category/introduction" "permalink": "/category/introduction"
}, },
"next": { "next": {
"title": "Tutorial - Basics", "title": "Before Installation",
"permalink": "/category/tutorial---basics" "permalink": "/category/before-installation"
} }
} }

View File

@@ -25,6 +25,22 @@
], ],
"href": "/category/introduction" "href": "/category/introduction"
}, },
{
"type": "category",
"label": "Before Installation",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "System Requirements",
"href": "/before_installation/system_requirements",
"docId": "before_installation/system_requirements",
"unlisted": false
}
],
"href": "/category/before-installation"
},
{ {
"type": "category", "type": "category",
"label": "Tutorial - Basics", "label": "Tutorial - Basics",
@@ -102,6 +118,12 @@
] ]
}, },
"docs": { "docs": {
"before_installation/system_requirements": {
"id": "before_installation/system_requirements",
"title": "System Requirements",
"description": "",
"sidebar": "tutorialSidebar"
},
"introduction/introduction": { "introduction/introduction": {
"id": "introduction/introduction", "id": "introduction/introduction",
"title": "Introduction", "title": "Introduction",

View File

@@ -19,6 +19,33 @@
"contentPath": "/home/whoami/Documents/GitHub/documentation/docs", "contentPath": "/home/whoami/Documents/GitHub/documentation/docs",
"contentPathLocalized": "/home/whoami/Documents/GitHub/documentation/i18n/en/docusaurus-plugin-content-docs/current", "contentPathLocalized": "/home/whoami/Documents/GitHub/documentation/i18n/en/docusaurus-plugin-content-docs/current",
"docs": [ "docs": [
{
"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": "/before_installation/system_requirements",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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": "Tutorial - Basics",
"permalink": "/category/tutorial---basics"
}
},
{ {
"id": "introduction/introduction", "id": "introduction/introduction",
"title": "Introduction", "title": "Introduction",
@@ -43,8 +70,8 @@
"permalink": "/category/introduction" "permalink": "/category/introduction"
}, },
"next": { "next": {
"title": "Tutorial - Basics", "title": "Before Installation",
"permalink": "/category/tutorial---basics" "permalink": "/category/before-installation"
} }
}, },
{ {
@@ -281,6 +308,24 @@
"permalink": "/category/introduction" "permalink": "/category/introduction"
} }
}, },
{
"type": "category",
"label": "Before Installation",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "doc",
"id": "before_installation/system_requirements"
}
],
"link": {
"type": "generated-index",
"description": "System Requirements!",
"slug": "/category/before-installation",
"permalink": "/category/before-installation"
}
},
{ {
"type": "category", "type": "category",
"label": "Tutorial - Basics", "label": "Tutorial - Basics",

View File

@@ -4,8 +4,8 @@
* Modify the docusaurus.config.js file at your site's root instead. * Modify the docusaurus.config.js file at your site's root instead.
*/ */
export default { export default {
"title": "DOCS | SNIGDHA OS", "title": "SNIGDHA OS - DOCS",
"tagline": "Dinosaurs are cool", "tagline": "Be silent when it is time to hear!",
"favicon": "img/favicon.ico", "favicon": "img/favicon.ico",
"url": "https://docs.snigdhaos.org", "url": "https://docs.snigdhaos.org",
"baseUrl": "/", "baseUrl": "/",
@@ -43,22 +43,36 @@ export default {
"themeConfig": { "themeConfig": {
"image": "img/docusaurus-social-card.jpg", "image": "img/docusaurus-social-card.jpg",
"navbar": { "navbar": {
"title": "SNIGDHA OS", "title": "",
"logo": { "logo": {
"alt": "My Site Logo", "alt": "My Site Logo",
"src": "img/Doc.svg" "src": "img/sdocs.svg"
}, },
"items": [ "items": [
{ {
"type": "docSidebar", "href": "https://github.com/facebook/docusaurus",
"sidebarId": "tutorialSidebar", "label": "Home",
"position": "left", "position": "right"
"label": "Tutorial"
}, },
{ {
"to": "/blog", "href": "https://github.com/facebook/docusaurus",
"label": "Blog", "label": "Cloud",
"position": "left" "position": "right"
},
{
"href": "https://github.com/facebook/docusaurus",
"label": "Forum",
"position": "right"
},
{
"href": "https://github.com/facebook/docusaurus",
"label": "Tools",
"position": "right"
},
{
"href": "https://github.com/facebook/docusaurus",
"label": "Status",
"position": "right"
}, },
{ {
"href": "https://github.com/facebook/docusaurus", "href": "https://github.com/facebook/docusaurus",
@@ -71,48 +85,8 @@ export default {
}, },
"footer": { "footer": {
"style": "light", "style": "light",
"links": [ "links": [],
{ "copyright": "© 2024 SNIGDHA OS. ALL RIGHTS RESERVED."
"title": "Docs",
"items": [
{
"label": "Tutorial",
"to": "/"
}
]
},
{
"title": "Community",
"items": [
{
"label": "Stack Overflow",
"href": "https://stackoverflow.com/questions/tagged/docusaurus"
},
{
"label": "Discord",
"href": "https://discordapp.com/invite/docusaurus"
},
{
"label": "Twitter",
"href": "https://twitter.com/docusaurus"
}
]
},
{
"title": "More",
"items": [
{
"label": "Blog",
"to": "/blog"
},
{
"label": "GitHub",
"href": "https://github.com/facebook/docusaurus"
}
]
}
],
"copyright": "Copyright © 2024 My Project, Inc. Built with Docusaurus."
}, },
"prism": { "prism": {
"theme": { "theme": {

View File

@@ -10,6 +10,11 @@
"path": "/", "path": "/",
"mainDocId": "introduction/introduction", "mainDocId": "introduction/introduction",
"docs": [ "docs": [
{
"id": "before_installation/system_requirements",
"path": "/before_installation/system_requirements",
"sidebar": "tutorialSidebar"
},
{ {
"id": "introduction/introduction", "id": "introduction/introduction",
"path": "/", "path": "/",
@@ -60,6 +65,11 @@
"path": "/category/introduction", "path": "/category/introduction",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
{
"id": "/category/before-installation",
"path": "/category/before-installation",
"sidebar": "tutorialSidebar"
},
{ {
"id": "/category/tutorial---basics", "id": "/category/tutorial---basics",
"path": "/category/tutorial---basics", "path": "/category/tutorial---basics",

View File

@@ -18,9 +18,11 @@ export default {
"__comp---theme-mdx-page-1-f-3-b90": [() => import(/* webpackChunkName: "__comp---theme-mdx-page-1-f-3-b90" */ "@theme/MDXPage"), "@theme/MDXPage", require.resolveWeak("@theme/MDXPage")], "__comp---theme-mdx-page-1-f-3-b90": [() => import(/* webpackChunkName: "__comp---theme-mdx-page-1-f-3-b90" */ "@theme/MDXPage"), "@theme/MDXPage", require.resolveWeak("@theme/MDXPage")],
"allContent---docusaurus-debug-content-246-9aa": [() => import(/* webpackChunkName: "allContent---docusaurus-debug-content-246-9aa" */ "~debug/default/docusaurus-debug-all-content-673.json"), "~debug/default/docusaurus-debug-all-content-673.json", require.resolveWeak("~debug/default/docusaurus-debug-all-content-673.json")], "allContent---docusaurus-debug-content-246-9aa": [() => import(/* webpackChunkName: "allContent---docusaurus-debug-content-246-9aa" */ "~debug/default/docusaurus-debug-all-content-673.json"), "~debug/default/docusaurus-debug-all-content-673.json", require.resolveWeak("~debug/default/docusaurus-debug-all-content-673.json")],
"archive---blog-archiveb-2-f-393": [() => import(/* webpackChunkName: "archive---blog-archiveb-2-f-393" */ "~blog/default/blog-archive-80c.json"), "~blog/default/blog-archive-80c.json", require.resolveWeak("~blog/default/blog-archive-80c.json")], "archive---blog-archiveb-2-f-393": [() => import(/* webpackChunkName: "archive---blog-archiveb-2-f-393" */ "~blog/default/blog-archive-80c.json"), "~blog/default/blog-archive-80c.json", require.resolveWeak("~blog/default/blog-archive-80c.json")],
"categoryGeneratedIndex---category-before-installationd-71-57f": [() => import(/* webpackChunkName: "categoryGeneratedIndex---category-before-installationd-71-57f" */ "~docs/default/category-tutorialsidebar-category-before-installation-eca.json"), "~docs/default/category-tutorialsidebar-category-before-installation-eca.json", require.resolveWeak("~docs/default/category-tutorialsidebar-category-before-installation-eca.json")],
"categoryGeneratedIndex---category-introductiond-7-d-b4f": [() => import(/* webpackChunkName: "categoryGeneratedIndex---category-introductiond-7-d-b4f" */ "~docs/default/category-tutorialsidebar-category-introduction-237.json"), "~docs/default/category-tutorialsidebar-category-introduction-237.json", require.resolveWeak("~docs/default/category-tutorialsidebar-category-introduction-237.json")], "categoryGeneratedIndex---category-introductiond-7-d-b4f": [() => import(/* webpackChunkName: "categoryGeneratedIndex---category-introductiond-7-d-b4f" */ "~docs/default/category-tutorialsidebar-category-introduction-237.json"), "~docs/default/category-tutorialsidebar-category-introduction-237.json", require.resolveWeak("~docs/default/category-tutorialsidebar-category-introduction-237.json")],
"categoryGeneratedIndex---category-tutorial-basicsb-38-d69": [() => import(/* webpackChunkName: "categoryGeneratedIndex---category-tutorial-basicsb-38-d69" */ "~docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json"), "~docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json", require.resolveWeak("~docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json")], "categoryGeneratedIndex---category-tutorial-basicsb-38-d69": [() => import(/* webpackChunkName: "categoryGeneratedIndex---category-tutorial-basicsb-38-d69" */ "~docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json"), "~docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json", require.resolveWeak("~docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json")],
"categoryGeneratedIndex---category-tutorial-extrasfef-d24": [() => import(/* webpackChunkName: "categoryGeneratedIndex---category-tutorial-extrasfef-d24" */ "~docs/default/category-tutorialsidebar-category-tutorial-extras-664.json"), "~docs/default/category-tutorialsidebar-category-tutorial-extras-664.json", require.resolveWeak("~docs/default/category-tutorialsidebar-category-tutorial-extras-664.json")], "categoryGeneratedIndex---category-tutorial-extrasfef-d24": [() => import(/* webpackChunkName: "categoryGeneratedIndex---category-tutorial-extrasfef-d24" */ "~docs/default/category-tutorialsidebar-category-tutorial-extras-664.json"), "~docs/default/category-tutorialsidebar-category-tutorial-extras-664.json", require.resolveWeak("~docs/default/category-tutorialsidebar-category-tutorial-extras-664.json")],
"content---before-installation-system-requirements-143-f23": [() => import(/* webpackChunkName: "content---before-installation-system-requirements-143-f23" */ "@site/docs/before_installation/system_requirements.md"), "@site/docs/before_installation/system_requirements.md", require.resolveWeak("@site/docs/before_installation/system_requirements.md")],
"content---blog-766-e3c": [() => import(/* webpackChunkName: "content---blog-766-e3c" */ "@site/blog/2021-08-26-welcome/index.md?truncated=true"), "@site/blog/2021-08-26-welcome/index.md?truncated=true", require.resolveWeak("@site/blog/2021-08-26-welcome/index.md?truncated=true")], "content---blog-766-e3c": [() => import(/* webpackChunkName: "content---blog-766-e3c" */ "@site/blog/2021-08-26-welcome/index.md?truncated=true"), "@site/blog/2021-08-26-welcome/index.md?truncated=true", require.resolveWeak("@site/blog/2021-08-26-welcome/index.md?truncated=true")],
"content---blog-871-381": [() => import(/* webpackChunkName: "content---blog-871-381" */ "@site/blog/2019-05-29-long-blog-post.md?truncated=true"), "@site/blog/2019-05-29-long-blog-post.md?truncated=true", require.resolveWeak("@site/blog/2019-05-29-long-blog-post.md?truncated=true")], "content---blog-871-381": [() => import(/* webpackChunkName: "content---blog-871-381" */ "@site/blog/2019-05-29-long-blog-post.md?truncated=true"), "@site/blog/2019-05-29-long-blog-post.md?truncated=true", require.resolveWeak("@site/blog/2019-05-29-long-blog-post.md?truncated=true")],
"content---blog-925-e00": [() => import(/* webpackChunkName: "content---blog-925-e00" */ "@site/blog/2019-05-28-first-blog-post.md?truncated=true"), "@site/blog/2019-05-28-first-blog-post.md?truncated=true", require.resolveWeak("@site/blog/2019-05-28-first-blog-post.md?truncated=true")], "content---blog-925-e00": [() => import(/* webpackChunkName: "content---blog-925-e00" */ "@site/blog/2019-05-28-first-blog-post.md?truncated=true"), "@site/blog/2019-05-28-first-blog-post.md?truncated=true", require.resolveWeak("@site/blog/2019-05-28-first-blog-post.md?truncated=true")],

View File

@@ -99,16 +99,28 @@ export default [
}, },
{ {
path: '/', path: '/',
component: ComponentCreator('/', '2dc'), component: ComponentCreator('/', 'de6'),
routes: [ routes: [
{ {
path: '/', path: '/',
component: ComponentCreator('/', '21a'), component: ComponentCreator('/', 'd9d'),
routes: [ routes: [
{ {
path: '/', path: '/',
component: ComponentCreator('/', '349'), component: ComponentCreator('/', 'f4a'),
routes: [ routes: [
{
path: '/before_installation/system_requirements',
component: ComponentCreator('/before_installation/system_requirements', 'f69'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/category/before-installation',
component: ComponentCreator('/category/before-installation', '155'),
exact: true,
sidebar: "tutorialSidebar"
},
{ {
path: '/category/introduction', path: '/category/introduction',
component: ComponentCreator('/category/introduction', '69c'), component: ComponentCreator('/category/introduction', '69c'),

View File

@@ -186,19 +186,27 @@
}, },
"content": "content---markdown-page-393-028" "content": "content---markdown-page-393-028"
}, },
"/-2dc": { "/-de6": {
"__comp": "__comp---theme-docs-root-5-e-9-0b6", "__comp": "__comp---theme-docs-root-5-e-9-0b6",
"__context": { "__context": {
"plugin": "plugin---99-b-f14" "plugin": "plugin---99-b-f14"
} }
}, },
"/-21a": { "/-d9d": {
"__comp": "__comp---theme-doc-version-roota-7-b-5de", "__comp": "__comp---theme-doc-version-roota-7-b-5de",
"version": "version---935-fcf" "version": "version---935-fcf"
}, },
"/-349": { "/-f4a": {
"__comp": "__comp---theme-doc-roota-94-67a" "__comp": "__comp---theme-doc-roota-94-67a"
}, },
"/before_installation/system_requirements-f69": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---before-installation-system-requirements-143-f23"
},
"/category/before-installation-155": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---category-before-installationd-71-57f"
},
"/category/introduction-69c": { "/category/introduction-69c": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640", "__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---category-introductiond-7-d-b4f" "categoryGeneratedIndex": "categoryGeneratedIndex---category-introductiond-7-d-b4f"

View File

@@ -0,0 +1,9 @@
{
"label": "Before Installation",
"position": 2,
"link": {
"type": "generated-index",
"description": "System Requirements!"
}
}

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 1
---
# System Requirements

View File

@@ -8,8 +8,8 @@ import {themes as prismThemes} from 'prism-react-renderer';
/** @type {import('@docusaurus/types').Config} */ /** @type {import('@docusaurus/types').Config} */
const config = { const config = {
title: 'DOCS | SNIGDHA OS', title: 'SNIGDHA OS - DOCS',
tagline: 'Dinosaurs are cool', tagline: 'Be silent when it is time to hear!',
favicon: 'img/favicon.ico', favicon: 'img/favicon.ico',
// Set the production url of your site here // Set the production url of your site here
@@ -67,19 +67,44 @@ const config = {
// Replace with your project's social card // Replace with your project's social card
image: 'img/docusaurus-social-card.jpg', image: 'img/docusaurus-social-card.jpg',
navbar: { navbar: {
title: 'SNIGDHA OS', title: '',
logo: { logo: {
alt: 'My Site Logo', alt: 'My Site Logo',
src: 'img/Doc.svg', src: 'img/sdocs.svg',
}, },
items: [ items: [
// {
// type: 'docSidebar',
// sidebarId: 'tutorialSidebar',
// position: 'left',
// label: 'Tutorial',
// },
// {to: '/blog', label: 'Blog', position: 'left'},
{ {
type: 'docSidebar', href: 'https://github.com/facebook/docusaurus',
sidebarId: 'tutorialSidebar', label: 'Home',
position: 'left', position: 'right',
label: 'Tutorial', },
{
href: 'https://github.com/facebook/docusaurus',
label: 'Cloud',
position: 'right',
},
{
href: 'https://github.com/facebook/docusaurus',
label: 'Forum',
position: 'right',
},
{
href: 'https://github.com/facebook/docusaurus',
label: 'Tools',
position: 'right',
},
{
href: 'https://github.com/facebook/docusaurus',
label: 'Status',
position: 'right',
}, },
{to: '/blog', label: 'Blog', position: 'left'},
{ {
href: 'https://github.com/facebook/docusaurus', href: 'https://github.com/facebook/docusaurus',
// label: 'GitHub', // label: 'GitHub',
@@ -92,47 +117,47 @@ const config = {
footer: { footer: {
style: 'light', style: 'light',
links: [ links: [
{ // {
title: 'Docs', // title: 'Docs',
items: [ // items: [
{ // {
label: 'Tutorial', // label: 'Tutorial',
to: '/', // to: '/',
}, // },
], // ],
}, // },
{ // {
title: 'Community', // title: 'Community',
items: [ // items: [
{ // {
label: 'Stack Overflow', // label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus', // href: 'https://stackoverflow.com/questions/tagged/docusaurus',
}, // },
{ // {
label: 'Discord', // label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus', // href: 'https://discordapp.com/invite/docusaurus',
}, // },
{ // {
label: 'Twitter', // label: 'Twitter',
href: 'https://twitter.com/docusaurus', // href: 'https://twitter.com/docusaurus',
}, // },
], // ],
}, // },
{ // {
title: 'More', // title: 'More',
items: [ // items: [
{ // {
label: 'Blog', // label: 'Blog',
to: '/blog', // to: '/blog',
}, // },
{ // {
label: 'GitHub', // label: 'GitHub',
href: 'https://github.com/facebook/docusaurus', // href: 'https://github.com/facebook/docusaurus',
}, // },
], // ],
}, // },
], ],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, copyright: `© ${new Date().getFullYear()} SNIGDHA OS. ALL RIGHTS RESERVED.`,
}, },
prism: { prism: {
theme: prismThemes.github, theme: prismThemes.github,

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -20,13 +20,13 @@
/* For readability concerns, you should choose a lighter palette in dark mode. */ /* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] { [data-theme='dark'] {
--ifm-color-primary: #754ffe; --ifm-color-primary: #A3E4D7;
--ifm-color-primary-dark: #754ffe; --ifm-color-primary-dark: #A3E4D7;
--ifm-color-primary-darker: #754ffe; --ifm-color-primary-darker: #A3E4D7;
--ifm-color-primary-darkest: #754ffe; --ifm-color-primary-darkest: #A3E4D7;
--ifm-color-primary-light: #754ffe; --ifm-color-primary-light: #A3E4D7;
--ifm-color-primary-lighter: #754ffe; --ifm-color-primary-lighter: #A3E4D7;
--ifm-color-primary-lightest: #754ffe; --ifm-color-primary-lightest: #A3E4D7;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
} }
@@ -50,7 +50,7 @@ html[data-theme='light'] .navbar__github {
} }
html[data-theme='dark'] .navbar__github { html[data-theme='dark'] .navbar__github {
color: #754ffe; color: #A3E4D7;
} }
.navbar__github:hover { .navbar__github:hover {

8
static/img/sdocs.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 254 32" width="254" height="32">
<title>New Project</title>
<style>
.s0 { fill: #754ffe }
</style>
<path id="&lt;Compound Path&gt;" fill-rule="evenodd" class="s0" d="m16.4 13.7c-0.4-9.2 12.4-10.3 12.4-13.4v-5.3l1.3 5.2c1.2 4.4-0.1 8.9-2 12.1l-0.2 0.3v0.1c-0.1 0.5 0.5 1.7 0.6 2 1 1.7 1.5 1 1.2 2.2l-1.6 5.8-0.6 0.4c-2.1 1.1-4 2.4-5.6 3.7-2.3 2-3.9 3.9-4.2 4.6-0.3 0.7-1 0.6-1.9 0.6-0.9 0-1.5 0.1-1.8-0.6-0.3-0.7-1.9-2.6-4.3-4.6-1.5-1.3-3.4-2.6-5.5-3.7l-0.6-0.4-1.6-5.8c-0.4-1.2 0.2-0.5 1.2-2.2 0.1-0.3 0.6-1.5 0.6-2v-0.1l-0.2-0.3c-1.9-3.2-3.2-7.7-2.1-12.1l1.4-5.2-0.1 5.3c0.1 3.1 12.8 4.2 12.5 13.4zm-4 10.6c-1.4-2.2-2.9-3.3-4.3-4.2l-2.1-1.6-0.5 0.2-0.2 0.2c-0.6 0.8-0.6 2.2-0.5 3.1 3.8 1.8 8.3 5.5 10.2 8.4l-0.7-2zm-4.6-9.5l0.3 0.2 0.3 0.1 0.2 0.1c0.4-0.6 0.6-1.2 0.6-1.9v-0.1l-0.1-0.5-0.1-0.3-0.4-0.7-0.2-0.3-0.2-0.2-2.4-2.5c-1.3-1.3-2.5-2.5-3.3-4.2 0.1 1.1 0.3 2 0.5 2.9 0.6 2.2 1.3 3.4 1.9 4.4 0.6 1.2 1 1.7 2 2.4l0.3 0.2 0.1 0.1 0.2 0.1zm10.4 9c0.1-0.4-0.2-3.4 0-4.6 0.3-1.9 2.1-2.7 3.8-3.4-0.8-1.3-1.1-2.5-0.4-4 1.4-2.9 5.6-4.8 6.9-8.8-0.8 0.6-1.9 1.2-3.1 1.8-3.5 1.8-8 4.1-7.6 9.2 0.1 1.3-0.8 1.1-1.9 1.1-1 0-1.9 0.2-1.9-1.1 0.4-5.1-4-7.4-7.6-9.2-1.2-0.6-2.2-1.2-3.1-1.8 1.4 4 5.5 5.9 7 8.8 0.7 1.5 0.3 2.7-0.5 4 1.7 0.7 3.5 1.5 3.8 3.4 0.3 1.2-0.1 4.2 0 4.6l0.6 1.1 1.4 3.1 0.3 1 0.3-1 1.4-3.1zm8.5-6.4c0.6 0.3 1 0.8 1.2 1.4l0.6-2.1c-0.3-0.2-0.6-0.6-1-1.2l-0.2 0.7-0.1 0.1zm-9.1 11.1l-0.7 2c1.9-2.9 6.3-6.6 10.1-8.4 0.1-1 0.2-2.4-0.4-3.1l-0.3-0.2-0.5-0.3-2.1 1.6c-1.3 1-2.8 2-4.2 4.2zm6.8-13.8l0.2-0.1 0.2-0.1 0.2-0.2c1-0.7 1.4-1.2 2-2.4 0.6-1 1.4-2.2 2-4.4q0.3-1.3 0.4-2.9c-0.8 1.7-1.9 3-3.3 4.3l-2.4 2.4-0.2 0.2-0.2 0.3-0.3 0.7-0.1 0.2v0.1l-0.1 0.5-0.1 0.1c0 0.7 0.2 1.3 0.6 1.9l0.3-0.1 0.3-0.1 0.2-0.2zm-4.8 5.4v1.9l0.2-0.2 0.1-0.1 0.1-0.2 0.3-0.2 0.1-0.1 1.1-1 1.6-1.1c1.6-1.1 2.6-1.9 3.2-3.6l0.2-0.7c-1.1 1-2.2 1.5-3.6 2.1-1.7 0.8-3.3 1.4-3.3 3.2zm-14.9-3.7v-0.1l-0.3-0.8c-0.3 0.6-0.6 1-0.9 1.3l0.5 2c0.3-0.6 0.7-1.1 1.3-1.3zm4.4 0.5c-1.3-0.6-2.4-1.1-3.5-2.1l0.2 0.7c0.6 1.7 1.6 2.4 3.2 3.6l1.6 1.1 1.1 1 0.2 0.2 0.1 0.1 0.1 0.1 0.2 0.2 0.2 0.2v-2c0-1.7-1.6-2.3-3.4-3.1z"/>
<path id="SNIGDHA OS" class="s0" aria-label="SNIGDHA OS" d="m35.7 29.5l0.3-2.5q1.8 0.5 3.4 0.7 1.6 0.2 3.5 0.2 3.6 0 5.3-1.3 1.7-1.3 1.7-3.6 0-1-0.3-1.7-0.2-0.8-1-1.4-0.7-0.7-2.1-1.4-1.3-0.7-3.4-1.8-2.1-1-3.6-1.8-1.5-0.8-2.4-1.7-0.9-0.9-1.2-2.1-0.4-1.1-0.4-2.6 0-1.6 0.6-2.9 0.5-1.3 1.7-2.2 1.2-0.9 3-1.5 1.8-0.5 4.4-0.5 1.8 0 3.4 0.3 1.6 0.2 3 0.6l-0.5 2.5q-1.4-0.4-2.8-0.6-1.4-0.2-3.2-0.2-1.8 0-3 0.3-1.2 0.3-2 0.8-0.8 0.6-1.2 1.4-0.3 0.8-0.3 1.7 0 0.9 0.2 1.7 0.3 0.7 1 1.3 0.7 0.7 2 1.4 1.2 0.7 3.3 1.6 2.3 1.1 3.8 2 1.5 0.8 2.4 1.8 0.9 0.9 1.3 2 0.4 1.1 0.4 2.7 0 1.8-0.6 3.2-0.7 1.5-1.9 2.5-1.3 1-3.2 1.5-1.9 0.6-4.4 0.6-2 0-3.7-0.3-1.8-0.2-3.5-0.7zm22 0.5v-28.1h4.2l7.6 17.6q0.4 0.9 0.8 1.7 0.3 0.8 0.7 1.7 0.3 0.8 0.6 1.7 0.4 0.8 0.8 1.8h0.1q-0.2-1.9-0.3-3.8 0-1.8 0-3.6v-17.1h2.8v28.1h-4.2l-7.6-17.6q-0.5-0.9-0.8-1.7-0.3-0.8-0.7-1.6-0.3-0.9-0.7-1.7-0.3-0.9-0.7-1.9h-0.1q0.1 1.9 0.2 3.8 0.1 1.8 0.1 3.6v17.1zm22.6 0v-2.6h6.7v-22.9h-6.6v-2.6h16.6v2.6h-6.7v22.9h6.6v2.6zm39.2-15.7v14.8q-1.5 0.6-3.6 1-2 0.4-4.1 0.4-2.7 0-4.6-0.6-2-0.6-3.3-2.2-1.3-1.5-1.9-4.3-0.6-2.9-0.6-7.3 0-4.5 0.7-7.3 0.8-2.9 2.2-4.5 1.5-1.6 3.5-2.2 2-0.6 4.5-0.6 1.8 0 3.5 0.2 1.7 0.2 3.2 0.7l-0.4 2.5q-1.6-0.4-3.1-0.6-1.5-0.3-3.1-0.3-1.8 0-3.3 0.5-1.4 0.4-2.5 1.7-1 1.3-1.5 3.7-0.6 2.3-0.6 6 0 3.8 0.5 6.2 0.5 2.4 1.4 3.7 1 1.2 2.3 1.7 1.4 0.4 3.2 0.4 1.4 0 2.5-0.2 1.1-0.2 2-0.6v-10.3h-5.9v-2.5zm5 15.7v-28.1h7.6q2.7 0 4.7 0.6 2 0.5 3.2 2.1 1.3 1.5 1.9 4.2 0.6 2.6 0.6 6.9 0 4.3-0.6 7.1-0.7 2.8-2 4.4-1.3 1.5-3.3 2.2-2 0.6-4.7 0.6zm3.2-2.5h4.3q1.9 0 3.3-0.5 1.4-0.5 2.3-1.7 0.9-1.2 1.3-3.5 0.5-2.3 0.5-5.9 0-3.6-0.5-5.9-0.4-2.2-1.3-3.4-0.9-1.3-2.3-1.7-1.4-0.4-3.3-0.4h-4.3zm19 2.5v-28.1h3.3v12.2h10.7v-12.2h3.2v28.1h-3.2v-13.3h-10.7v13.3zm20.3 0l8.2-28.1h4.6l8.3 28.1h-3.4l-2.3-7.8h-10l-2.3 7.8zm6.1-10.3h8.8l-2.1-7.6q-0.4-1.2-0.7-2.1-0.2-1.1-0.5-2-0.3-1-0.6-1.9-0.2-1-0.5-2-0.3 1-0.6 2-0.2 0.9-0.5 1.9-0.3 0.9-0.5 2-0.3 0.9-0.6 2.1zm58.4-3.9q0 4.5-0.6 7.4-0.7 2.8-1.9 4.5-1.3 1.6-3.1 2.2-1.8 0.6-4 0.6-2.2 0-4-0.5-1.8-0.6-2.9-2.2-1.2-1.6-1.8-4.4-0.6-2.9-0.6-7.3 0-4.6 0.6-7.4 0.6-2.9 1.9-4.5 1.2-1.6 3-2.3 1.8-0.6 4.1-0.6 2.2 0 3.9 0.6 1.8 0.6 3 2.2 1.2 1.6 1.8 4.4 0.6 2.8 0.6 7.3zm-3.2 0.2q0-3.8-0.4-6.2-0.5-2.4-1.3-3.7-0.8-1.3-2-1.7-1.1-0.5-2.6-0.5-1.5 0-2.6 0.4-1.2 0.5-2 1.8-0.8 1.3-1.2 3.7-0.4 2.3-0.4 6.1 0 3.8 0.4 6.2 0.4 2.3 1.2 3.6 0.8 1.3 2 1.8 1.1 0.4 2.6 0.4 1.5 0 2.6-0.4 1.2-0.4 2-1.7 0.8-1.3 1.3-3.7 0.4-2.3 0.4-6.1zm7.5 13.4l0.4-2.4q1.7 0.4 3.3 0.7 1.7 0.2 3.6 0.2 3.6 0 5.3-1.3 1.7-1.4 1.7-3.6 0-1-0.3-1.8-0.3-0.7-1-1.4-0.8-0.7-2.1-1.4-1.3-0.7-3.4-1.7-2.2-1-3.7-1.8-1.4-0.9-2.3-1.8-0.9-0.9-1.3-2-0.3-1.1-0.3-2.7 0-1.6 0.5-2.9 0.6-1.2 1.8-2.1 1.1-1 3-1.5 1.8-0.5 4.3-0.5 1.9 0 3.5 0.2 1.5 0.3 2.9 0.7l-0.4 2.4q-1.4-0.3-2.9-0.5-1.3-0.3-3.2-0.3-1.7 0-2.9 0.4-1.3 0.2-2.1 0.8-0.7 0.6-1.1 1.4-0.4 0.7-0.4 1.7 0 0.9 0.3 1.6 0.2 0.7 1 1.4 0.7 0.7 1.9 1.4 1.3 0.7 3.3 1.6 2.3 1.1 3.8 1.9 1.5 0.9 2.5 1.8 0.9 0.9 1.3 2.1 0.4 1.1 0.4 2.6 0 1.8-0.7 3.3-0.6 1.4-1.9 2.4-1.2 1-3.1 1.6-1.9 0.5-4.5 0.5-1.9 0-3.7-0.2-1.7-0.3-3.5-0.8z"/>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB