Skip to content

Commit

Permalink
Merge pull request #26 from hauler-dev/custom-domain-update
Browse files Browse the repository at this point in the history
Update docs for custom domain
  • Loading branch information
atoy3731 authored Aug 23, 2024
2 parents 131f6a7 + cdd175c commit 2320d82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ const darkCodeTheme = require('prism-react-renderer').themes.dracula;
const config = {
title: 'Rancher Government Hauler',
tagline: 'Airgap Swiss Army Knife',
url: 'https://rancherfederal.github.io',
baseUrl: '/hauler-docs/',
url: 'https://docs.hauler.dev',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/carbide-logo.ico',
trailingSlash: false,

organizationName: 'rancherfederal',
organizationName: 'hauler-dev',
projectName: 'hauler-docs',

i18n: {
Expand All @@ -33,7 +33,7 @@ const config = {
},
},

editUrl: 'https://github.com/rancherfederal/hauler-docs/edit/main/',
editUrl: 'https://github.com/hauler-dev/hauler-docs/edit/main/',

},
theme: {
Expand Down Expand Up @@ -78,7 +78,7 @@ const config = {
position: 'right',
},
{
href: 'https://github.com/rancherfederal/hauler/issues',
href: 'https://github.com/hauler-dev/hauler/issues',
label: 'Submit an Issue',
position: 'right',
},
Expand Down

0 comments on commit 2320d82

Please sign in to comment.