This commit is contained in:
2024-03-22 03:46:01 +05:30
parent e8004a6170
commit 8bcf3d211e
5 changed files with 57 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
title: 'DOCS | SNIGDHA OS',
tagline: 'Dinosaurs are cool',
favicon: 'img/favicon.ico',
@@ -67,7 +67,7 @@ const config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'My Site',
title: 'SNIGDHA OS DOCS 📚',
logo: {
alt: 'My Site Logo',
src: 'img/logo.svg',
@@ -82,13 +82,15 @@ const config = {
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
label: 'GitHub',
// label: 'GitHub',
position: 'right',
className: 'navbar__icon navbar__github',
html: '<i class="fa fa-github"></i>',
},
],
},
footer: {
style: 'dark',
style: 'light',
links: [
{
title: 'Docs',