Skip to content

Commit 5b39f55

Browse files
committed
use main domain
1 parent a2627e5 commit 5b39f55

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const config = {
99
title: 'Documentation Opencomp',
1010
tagline: 'Dinosaurs are cool',
11-
url: 'https://opencomp.github.io',
11+
url: 'https://doc.opencomp.fr',
1212
trailingSlash: true,
13-
baseUrl: '/docv2/',
13+
baseUrl: '/',
1414
onBrokenLinks: 'throw',
1515
onBrokenMarkdownLinks: 'warn',
1616
favicon: 'img/favicon.ico',

sidebars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
{
2222
type: 'link',
2323
label: 'Points de terminaison', // Le libellé du lien
24-
href: 'https://opencomp.github.io/docv2/api/', // L'URL externe
24+
href: 'https://doc.opencomp.fr/api/', // L'URL externe
2525
},
2626
],
2727
},

static/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
doc.opencomp.fr

0 commit comments

Comments
 (0)