File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,50 +4,54 @@ module.exports = {
44
55 title : "Badrap docs" ,
66 head : [
7- [ "meta" , { "http-equiv" : "Permissions-Policy" , content : "interest-cohort=()" } ]
7+ [
8+ "meta" ,
9+ { "http-equiv" : "Permissions-Policy" , content : "interest-cohort=()" } ,
10+ ] ,
811 ] ,
912 locales : {
1013 "/" : {
1114 lang : "en-US" ,
12- description : "Badrap documentation site"
15+ description : "Badrap documentation site" ,
1316 } ,
1417 "/fi/" : {
1518 lang : "fi" ,
16- description : "Badrapin dokumentaatiosivusto"
17- }
19+ description : "Badrapin dokumentaatiosivusto" ,
20+ } ,
1821 } ,
1922 themeConfig : {
2023 logo : "/badrap-logo.png" ,
2124 sidebar : "auto" ,
2225 docsRepo : "badrap/docs.badrap.io" ,
2326 docsDir : "docs" ,
27+ docsBranch : "main" ,
2428 editLinks : true ,
2529 nav : [
2630 {
2731 text : "badrap.io" ,
28- link : "https://badrap.io"
29- }
32+ link : "https://badrap.io" ,
33+ } ,
3034 ] ,
3135 locales : {
3236 "/" : {
3337 selectText : "Languages" ,
3438 label : "English" ,
35- editLinkText : "Edit this page on GitHub"
39+ editLinkText : "Edit this page on GitHub" ,
3640 } ,
3741 "/fi/" : {
3842 selectText : "Kielet" ,
3943 label : "Suomi" ,
40- editLinkText : "Muokkaa tätä sivua GitHubissa"
41- }
42- }
44+ editLinkText : "Muokkaa tätä sivua GitHubissa" ,
45+ } ,
46+ } ,
4347 } ,
4448
4549 plugins : [
4650 [
4751 "@vuepress/google-analytics" ,
4852 {
49- ga : process . env . GA_TRACKING_ID
50- }
51- ]
52- ]
53+ ga : process . env . GA_TRACKING_ID ,
54+ } ,
55+ ] ,
56+ ] ,
5357} ;
You can’t perform that action at this time.
0 commit comments