File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,3 @@ $ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
31
31
```
32
32
33
33
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the ` gh-pages ` branch.
34
-
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ module.exports = {
46
46
} ,
47
47
{
48
48
title : "Community" ,
49
- items : [
49
+ items : [
50
50
{
51
51
label : "Twitter" ,
52
52
href : "https://twitter.com/openubl" ,
@@ -65,6 +65,12 @@ module.exports = {
65
65
] ,
66
66
copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Project OpenUBL, Inc.` ,
67
67
} ,
68
+ googleAnalytics : {
69
+ trackingID : "UA-152706512-4" ,
70
+ } ,
71
+ gtag : {
72
+ trackingID : 'UA-152706512-4' ,
73
+ } ,
68
74
} ,
69
75
stylesheets : [
70
76
"https://fonts.googleapis.com/css2?family=Red+Hat+Text&display=swap" ,
@@ -94,4 +100,16 @@ module.exports = {
94
100
} ,
95
101
] ,
96
102
] ,
103
+ plugins : [
104
+ "@docusaurus/plugin-google-analytics" ,
105
+ "@docusaurus/plugin-google-gtag" ,
106
+ [
107
+ "@docusaurus/plugin-sitemap" ,
108
+ {
109
+ cacheTime : 600 * 1000 , // 600 sec - cache purge period
110
+ changefreq : "weekly" ,
111
+ priority : 0.5 ,
112
+ } ,
113
+ ] ,
114
+ ] ,
97
115
} ;
You can’t perform that action at this time.
0 commit comments