@@ -22,7 +22,7 @@ const config = {
22
22
23
23
// Even if you don't use internalization, you can use this field to set useful
24
24
// 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" .
26
26
i18n : {
27
27
defaultLocale : 'en' ,
28
28
locales : [ 'en' ] ,
@@ -50,8 +50,9 @@ const config = {
50
50
routeBasePath : '/' ,
51
51
sidebarPath : require . resolve ( './sidebars.js' ) ,
52
52
// 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/' ,
55
56
} ,
56
57
blog : false ,
57
58
theme : {
@@ -71,13 +72,9 @@ const config = {
71
72
src : 'img/xcpcrop128.png' ,
72
73
} ,
73
74
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' } ,
81
78
{
82
79
href : 'https://github.com/xcp-ng' ,
83
80
label : 'GitHub' ,
@@ -158,9 +155,9 @@ const config = {
158
155
gantt : {
159
156
fontSize : 25 ,
160
157
barHeight : 70 ,
161
- } ,
158
+ }
162
159
} ,
163
- } ,
160
+ }
164
161
} ) ,
165
162
plugins : [ require . resolve ( 'docusaurus-lunr-search' ) ] ,
166
163
} ;
0 commit comments