chore: update to primary settings

This commit is contained in:
RiO
2024-12-23 23:22:09 +05:30
parent e131cf9c43
commit 5ae67d5f84
2 changed files with 10 additions and 10 deletions

View File

@@ -10,20 +10,20 @@ import {themes as prismThemes} from 'prism-react-renderer';
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
title: 'DevContrib',
tagline: 'Dev Docs For Snigdha OS Developer',
favicon: 'img/favicon.ico',
// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
url: 'https://snigdha-os.github.io/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/DevContrib/',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'facebook', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name.
organizationName: 'Snigdha-OS', // Usually your GitHub org/user name.
projectName: 'DevContrib', // Usually your repo name.
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
@@ -76,7 +76,7 @@ const config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'My Site',
title: 'DevContrib',
logo: {
alt: 'My Site Logo',
src: 'img/logo.svg',
@@ -90,7 +90,7 @@ const config = {
},
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/facebook/Snigdha-OS',
label: 'GitHub',
position: 'right',
},