Skip to content

Commit

Permalink
Merge pull request #94 from ashmilhussain/main
Browse files Browse the repository at this point in the history
quick fix on documentation base url and names
  • Loading branch information
ashmilhussain authored Oct 5, 2024
2 parents f2a1eea + 49f7590 commit 0d8706d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions documents/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ const config = {
// tagline: 'Dinosaurs are cool'

// Set the production url of your site here
url: 'https://arjunPA2001.github.io',
url: 'https://sirocco-ventures.github.io/raggenie/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/raggenie-fork/',
baseUrl: '/raggenie/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'ArjunPA2001', // Usually your GitHub org/user name.
projectName: 'raggenie-fork', // Usually your repo name.
organizationName: 'sirocco ventures', // Usually your GitHub org/user name.
projectName: 'raggenie', // Usually your repo name.

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand All @@ -43,7 +43,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/ArjunPA2001/raggenie-fork/tree/main/documents',
'https://sirocco-ventures.github.io/raggenie/tree/main/documents',
},
blog: false,
theme: {
Expand Down

0 comments on commit 0d8706d

Please sign in to comment.