This commit is contained in:
2024-03-22 03:31:41 +05:30
parent bf355456ca
commit 47c2859c91
110 changed files with 2385 additions and 91 deletions

View File

@@ -13,15 +13,15 @@ const config = {
favicon: 'img/favicon.ico',
// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
url: 'https://docs.snigdhaos.org/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
// 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: 'documentation', // Usually your repo name.
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
@@ -95,7 +95,7 @@ const config = {
items: [
{
label: 'Tutorial',
to: '/docs/intro',
to: '/',
},
],
},