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

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