File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ module.exports = {
115
115
// to support translations and v2 doesn't support them yet
116
116
routeBasePath : 'docs/en/' ,
117
117
} ] ,
118
+ [ '@docusaurus/plugin-content-pages' , { } ] ,
118
119
isProd && [ '@docusaurus/plugin-google-analytics' , { } ] ,
119
120
isProd && [ '@docusaurus/plugin-google-gtag' , { } ] ,
120
121
isProd && [ '@docusaurus/plugin-sitemap' , { } ] ,
Original file line number Diff line number Diff line change 18
18
"devDependencies" : {
19
19
"@docusaurus/core" : " ^2.0.0-alpha.50" ,
20
20
"@docusaurus/plugin-content-docs" : " ^2.0.0-alpha.50" ,
21
+ "@docusaurus/plugin-content-pages" : " ^2.0.0-alpha.50" ,
21
22
"@docusaurus/plugin-google-analytics" : " ^2.0.0-alpha.50" ,
22
23
"@docusaurus/plugin-google-gtag" : " ^2.0.0-alpha.50" ,
23
24
"@docusaurus/plugin-sitemap" : " ^2.0.0-alpha.50" ,
You can’t perform that action at this time.
0 commit comments