Skip to content

Commit 817f2c0

Browse files
committed
Cleanup Docusaurus
Signed-off-by: Matthieu Billon Lanfrey <[email protected]>
1 parent 4bb7682 commit 817f2c0

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

docusaurus.config.js

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const config = {
2222

2323
// Even if you don't use internalization, you can use this field to set useful
2424
// metadata like html lang. For example, if your site is Chinese, you may want
25-
// to replace 'en' with 'zh-Hans'.
25+
// to replace "en" with "zh-Hans".
2626
i18n: {
2727
defaultLocale: 'en',
2828
locales: ['en'],
@@ -50,8 +50,9 @@ const config = {
5050
routeBasePath: '/',
5151
sidebarPath: require.resolve('./sidebars.js'),
5252
// Please change this to your repo.
53-
// Remove this to remove the 'edit this page' links.
54-
editUrl: 'https://github.com/xcp-ng/xcp-ng-org/edit/master/',
53+
// Remove this to remove the "edit this page" links.
54+
editUrl:
55+
'https://github.com/xcp-ng/xcp-ng-org/edit/master/',
5556
},
5657
blog: false,
5758
theme: {
@@ -71,13 +72,9 @@ const config = {
7172
src: 'img/xcpcrop128.png',
7273
},
7374
items: [
74-
{ href: 'https://xcp-ng.org', label: 'Home', position: 'right' },
75-
{ href: 'https://xcp-ng.org/blog', label: 'Blog', position: 'right' },
76-
{
77-
href: 'https://vates.tech',
78-
label: 'Pro Support',
79-
position: 'right',
80-
},
75+
{href: 'https://xcp-ng.org', label: 'Home', position: 'right'},
76+
{href: 'https://xcp-ng.org/blog', label: 'Blog', position: 'right'},
77+
{href: 'https://vates.tech', label: 'Pro Support', position: 'right'},
8178
{
8279
href: 'https://github.com/xcp-ng',
8380
label: 'GitHub',
@@ -158,9 +155,9 @@ const config = {
158155
gantt: {
159156
fontSize: 25,
160157
barHeight: 70,
161-
},
158+
}
162159
},
163-
},
160+
}
164161
}),
165162
plugins: [require.resolve('docusaurus-lunr-search')],
166163
};

0 commit comments

Comments
 (0)