Files
documentation/.docusaurus/docusaurus.config.mjs
Eshan Roy (Eshanized) 49f5dbc567 @eshanized updated the website 🎉 !!!
2024-04-26 11:50:06 +05:30

349 lines
7.7 KiB
JavaScript

/*
* AUTOGENERATED - DON'T EDIT
* Your edits in this file will be overwritten in the next build!
* Modify the docusaurus.config.js file at your site's root instead.
*/
export default {
"title": "SNIGDHA OS - DOCS",
"tagline": "Be silent when it is time to hear!",
"favicon": "img/snigdhaos-icon.ico",
"url": "https://snigdhaos.org",
"baseUrl": "/documentation/",
"trailingSlash": false,
"organizationName": "snigdha-os",
"projectName": "documentation",
"onBrokenLinks": "throw",
"onBrokenMarkdownLinks": "warn",
"i18n": {
"defaultLocale": "en",
"locales": [
"en"
],
"path": "i18n",
"localeConfigs": {}
},
"presets": [
[
"classic",
{
"docs": {
"sidebarPath": "./sidebars.js",
"sidebarCollapsible": false,
"routeBasePath": "/",
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/"
},
"blog": {
"showReadingTime": true,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/"
},
"theme": {
"customCss": "./src/css/custom.css"
}
}
]
],
"themeConfig": {
"image": "img/docusaurus-social-card.jpg",
"navbar": {
"title": "DOCUMENTATION | SNIGDHA OS",
"logo": {
"alt": "Snigdha OS Docs Logo",
"src": "img/Doc.svg"
},
"items": [
{
"type": "search",
"position": "right"
},
{
"href": "https://snigdhaos.org/",
"label": "Home",
"position": "right"
},
{
"href": "https://cloud.snigdhaos.org/",
"label": "Cloud",
"position": "right"
},
{
"href": "https://forum.snigdhaos.org/",
"label": "Forum",
"position": "right"
},
{
"href": "https://uptime.snigdhaos.org/",
"label": "Uptime",
"position": "right"
},
{
"href": "https://tools.snigdhaos.org/",
"label": "Tools",
"position": "right"
},
{
"href": "https://snigdha-os.github.io/snigdhaos-status/",
"label": "Status",
"position": "right"
},
{
"href": "https://github.com/Snigdha-OS/",
"position": "right",
"className": "navbar__icon navbar__github",
"html": "<i class=\"fa fa-github\"></i>"
}
],
"hideOnScroll": false
},
"footer": {
"style": "light",
"links": [],
"copyright": "© 2024 SNIGDHA OS. ALL RIGHTS RESERVED."
},
"prism": {
"theme": {
"plain": {
"color": "#393A34",
"backgroundColor": "#f6f8fa"
},
"styles": [
{
"types": [
"comment",
"prolog",
"doctype",
"cdata"
],
"style": {
"color": "#999988",
"fontStyle": "italic"
}
},
{
"types": [
"namespace"
],
"style": {
"opacity": 0.7
}
},
{
"types": [
"string",
"attr-value"
],
"style": {
"color": "#e3116c"
}
},
{
"types": [
"punctuation",
"operator"
],
"style": {
"color": "#393A34"
}
},
{
"types": [
"entity",
"url",
"symbol",
"number",
"boolean",
"variable",
"constant",
"property",
"regex",
"inserted"
],
"style": {
"color": "#36acaa"
}
},
{
"types": [
"atrule",
"keyword",
"attr-name",
"selector"
],
"style": {
"color": "#00a4db"
}
},
{
"types": [
"function",
"deleted",
"tag"
],
"style": {
"color": "#d73a49"
}
},
{
"types": [
"function-variable"
],
"style": {
"color": "#6f42c1"
}
},
{
"types": [
"tag",
"selector",
"keyword"
],
"style": {
"color": "#00009f"
}
}
]
},
"darkTheme": {
"plain": {
"color": "#F8F8F2",
"backgroundColor": "#282A36"
},
"styles": [
{
"types": [
"prolog",
"constant",
"builtin"
],
"style": {
"color": "rgb(189, 147, 249)"
}
},
{
"types": [
"inserted",
"function"
],
"style": {
"color": "rgb(80, 250, 123)"
}
},
{
"types": [
"deleted"
],
"style": {
"color": "rgb(255, 85, 85)"
}
},
{
"types": [
"changed"
],
"style": {
"color": "rgb(255, 184, 108)"
}
},
{
"types": [
"punctuation",
"symbol"
],
"style": {
"color": "rgb(248, 248, 242)"
}
},
{
"types": [
"string",
"char",
"tag",
"selector"
],
"style": {
"color": "rgb(255, 121, 198)"
}
},
{
"types": [
"keyword",
"variable"
],
"style": {
"color": "rgb(189, 147, 249)",
"fontStyle": "italic"
}
},
{
"types": [
"comment"
],
"style": {
"color": "rgb(98, 114, 164)"
}
},
{
"types": [
"attr-name"
],
"style": {
"color": "rgb(241, 250, 140)"
}
}
]
},
"additionalLanguages": [],
"magicComments": [
{
"className": "theme-code-block-highlighted-line",
"line": "highlight-next-line",
"block": {
"start": "highlight-start",
"end": "highlight-end"
}
}
]
},
"colorMode": {
"defaultMode": "light",
"disableSwitch": false,
"respectPrefersColorScheme": false
},
"docs": {
"versionPersistence": "localStorage",
"sidebar": {
"hideable": false,
"autoCollapseCategories": false
}
},
"metadata": [],
"tableOfContents": {
"minHeadingLevel": 2,
"maxHeadingLevel": 3
}
},
"baseUrlIssueBanner": true,
"onBrokenAnchors": "warn",
"onDuplicateRoutes": "warn",
"staticDirectories": [
"static"
],
"customFields": {},
"plugins": [],
"themes": [],
"scripts": [],
"headTags": [],
"stylesheets": [],
"clientModules": [],
"titleDelimiter": "|",
"noIndex": false,
"markdown": {
"format": "mdx",
"mermaid": false,
"mdx1Compat": {
"comments": true,
"admonitions": true,
"headingIds": true
}
}
};