🐛 fix(url): point to docs

This commit is contained in:
eshanized
2024-12-30 12:06:58 +05:30
parent 1d955ee09a
commit eda5e1732b
2 changed files with 7 additions and 7 deletions

View File

@@ -3,17 +3,17 @@ import type {Config} from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic'; import type * as Preset from '@docusaurus/preset-classic';
const config: Config = { const config: Config = {
title: 'PlayBook | SNIGDHA OS', title: 'DOCUMENTATION | SNIGDHA OS',
tagline: 'The official Documentation of Snigdha OS', tagline: 'The official Documentation of Snigdha OS',
favicon: 'img/favicon.ico', favicon: 'img/favicon.ico',
// Set the production url of your site here // Set the production url of your site here
url: 'https://snigdhaos.org/', url: 'https://snigdhaos.org/',
baseUrl: '/playbook/', baseUrl: '/documentation/',
trailingSlash: false, trailingSlash: false,
organizationName: 'Snigdha-OS', // GitHub org/user name organizationName: 'Snigdha-OS', // GitHub org/user name
projectName: 'playbook', // Repo name projectName: 'documentation', // Repo name
deploymentBranch: 'gh-pages', deploymentBranch: 'gh-pages',
onBrokenLinks: 'throw', onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn', onBrokenMarkdownLinks: 'warn',
@@ -38,7 +38,7 @@ const config: Config = {
sidebarCollapsible: false, sidebarCollapsible: false,
routeBasePath: '/', // Set docs as the homepage routeBasePath: '/', // Set docs as the homepage
showLastUpdateTime: true, showLastUpdateTime: true,
editUrl: 'https://github.com/Snigdha-OS/playbook/tree/master/', editUrl: 'https://github.com/Snigdha-OS/documentation/tree/master/',
}, },
theme: { theme: {
customCss: './src/css/custom.css', customCss: './src/css/custom.css',
@@ -50,7 +50,7 @@ const config: Config = {
themeConfig: { themeConfig: {
image: 'img/docusaurus-social-card.jpg', // Social media preview image image: 'img/docusaurus-social-card.jpg', // Social media preview image
navbar: { navbar: {
title: 'PlayBook | SNIGDHA OS', title: 'Documentation | SNIGDHA OS',
logo: { logo: {
alt: 'Snigdha OS Logo', alt: 'Snigdha OS Logo',
src: 'img/logo.svg', src: 'img/logo.svg',
@@ -93,7 +93,7 @@ const config: Config = {
}, },
{ {
property: 'og:title', property: 'og:title',
content: 'PlayBook | SNIGDHA OS' content: 'Documentation | SNIGDHA OS'
}, },
{ {
property: 'og:description', property: 'og:description',

View File

@@ -1,5 +1,5 @@
{ {
"name": "playbook", "name": "documentation",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"scripts": { "scripts": {