From eda5e1732b30f81a06f5eaf8890b94ee57824a17 Mon Sep 17 00:00:00 2001 From: eshanized Date: Mon, 30 Dec 2024 12:06:58 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(url):=20point=20to=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.ts | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 181721c6..96ad9f91 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -3,17 +3,17 @@ import type {Config} from '@docusaurus/types'; import type * as Preset from '@docusaurus/preset-classic'; const config: Config = { - title: 'PlayBook | SNIGDHA OS', + title: 'DOCUMENTATION | SNIGDHA OS', tagline: 'The official Documentation of Snigdha OS', favicon: 'img/favicon.ico', // Set the production url of your site here url: 'https://snigdhaos.org/', - baseUrl: '/playbook/', + baseUrl: '/documentation/', trailingSlash: false, organizationName: 'Snigdha-OS', // GitHub org/user name - projectName: 'playbook', // Repo name + projectName: 'documentation', // Repo name deploymentBranch: 'gh-pages', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', @@ -38,7 +38,7 @@ const config: Config = { sidebarCollapsible: false, routeBasePath: '/', // Set docs as the homepage showLastUpdateTime: true, - editUrl: 'https://github.com/Snigdha-OS/playbook/tree/master/', + editUrl: 'https://github.com/Snigdha-OS/documentation/tree/master/', }, theme: { customCss: './src/css/custom.css', @@ -50,7 +50,7 @@ const config: Config = { themeConfig: { image: 'img/docusaurus-social-card.jpg', // Social media preview image navbar: { - title: 'PlayBook | SNIGDHA OS', + title: 'Documentation | SNIGDHA OS', logo: { alt: 'Snigdha OS Logo', src: 'img/logo.svg', @@ -93,7 +93,7 @@ const config: Config = { }, { property: 'og:title', - content: 'PlayBook | SNIGDHA OS' + content: 'Documentation | SNIGDHA OS' }, { property: 'og:description', diff --git a/package.json b/package.json index e91094c0..26f3ffc9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "playbook", + "name": "documentation", "version": "0.0.0", "private": true, "scripts": {