Skip to content

Commit

Permalink
Edit docusaurus.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaika9 committed Jun 3, 2024
1 parent a04ec3f commit 640c713
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
File renamed without changes.
14 changes: 7 additions & 7 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ const config: Config = {
tagline: '',
favicon: 'img/favicon.ico',

url: 'https://your-docusaurus-site.example.com',
baseUrl: '/',
url: 'https://paladium-developpement.github.io',
baseUrl: '/PaladiumBedrock/',

organizationName: 'paladium',
projectName: 'paladium-bedrock',
organizationName: 'Paladium',
projectName: 'Paladium Bedrock',

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
onBrokenLinks: 'ignore',
onBrokenMarkdownLinks: 'ignore',

i18n: {
defaultLocale: 'fr',
Expand All @@ -28,7 +28,7 @@ const config: Config = {
docs: {
sidebarPath: './sidebars.ts',
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/Paladium-Developpement/PaladiumBedrock.Wiki',
},
theme: {
customCss: './src/css/custom.css',
Expand Down

0 comments on commit 640c713

Please sign in to comment.