Skip to content

Commit e88f0ec

Browse files
committed
chore(docs): fix website base u
1 parent ed9d25a commit e88f0ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docusaurus.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ const config = {
4242
sidebarPath: require.resolve('./sidebars.js'),
4343
// Please change this to your repo.
4444
// Remove this to remove the "edit this page" links.
45-
editUrl:
46-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
45+
//editUrl:
46+
//'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
4747
},
4848
blog: {
4949
showReadingTime: true,
5050
// Please change this to your repo.
5151
// Remove this to remove the "edit this page" links.
52-
editUrl:
53-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
52+
//editUrl:
53+
//'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
5454
},
5555
theme: {
5656
customCss: require.resolve('./src/css/custom.css'),
@@ -96,7 +96,7 @@ const config = {
9696
title: 'Docs',
9797
items: [
9898
{
99-
label: 'Documentatione',
99+
label: 'Documentazione',
100100
to: '/docs/category/documentazione',
101101
},
102102
],

0 commit comments

Comments
 (0)