Skip to content

Commit

Permalink
please kill me
Browse files Browse the repository at this point in the history
  • Loading branch information
devdl11 committed Feb 7, 2024
1 parent 2f55a19 commit 16eead2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ const config = {

presets: [
[
'classic',
/** @type {import('@docusaurus/preset-classic').Options} */
({
'@docusaurus/preset-classic',
{
docs: {
routeBasePath: '/',
sidebarPath: './sidebars.js',
Expand All @@ -59,7 +58,7 @@ const config = {
theme: {
customCss: './src/css/custom.css',
},
}),
},
],
],

Expand Down Expand Up @@ -112,11 +111,11 @@ const config = {
items: [
{
label: 'Bien commencer',
to: '/docs/5min-start/bien-commencer',
to: '/5min-start/bien-commencer',
},
{
label: 'Commandes utiles',
to:'/docs/category/fonctionnalités',
to:'/category/fonctionnalités',
}
],
},
Expand All @@ -133,7 +132,7 @@ const config = {
},
{
label: 'Adresse IP',
href: '/docs/5min-start/rejoindre-le-serveur',
href: '/5min-start/rejoindre-le-serveur',
},
],
},
Expand Down

0 comments on commit 16eead2

Please sign in to comment.