File tree Expand file tree Collapse file tree 3 files changed +4513
-5692
lines changed Expand file tree Collapse file tree 3 files changed +4513
-5692
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ module.exports = {
1818 alt : 'CodeRoad Logo' ,
1919 src : 'img/logo.svg' ,
2020 } ,
21- links : [
21+ items : [
2222 {
2323 to : 'docs/overview' ,
2424 activeBasePath : 'docs' ,
@@ -94,12 +94,10 @@ module.exports = {
9494 ] ,
9595 ] ,
9696 plugins : [
97+ '@docusaurus/plugin-ideal-image' ,
9798 [
98- '@docusaurus/plugin-ideal-image' ,
99- '@docusaurus/plugin-google-analytics' ,
10099 '@docusaurus/plugin-sitemap' ,
101100 {
102- cacheTime : 600 * 1000 , // 600 sec - cache purge period
103101 changefreq : 'weekly' ,
104102 priority : 0.5 ,
105103 } ,
Original file line number Diff line number Diff line change 99 "deploy" : " docusaurus deploy"
1010 },
1111 "dependencies" : {
12- "@docusaurus/core" : " ^2.0.0-alpha.54 " ,
13- "@docusaurus/plugin-google-analytics" : " ^2.0.0-alpha.37 " ,
14- "@docusaurus/plugin-ideal-image" : " ^2.0.0-alpha.39 " ,
15- "@docusaurus/plugin-sitemap" : " ^2.0.0-alpha.37 " ,
16- "@docusaurus/preset-classic" : " ^2.0.0-alpha.54 " ,
17- "classnames" : " ^2.2.6 " ,
12+ "@docusaurus/core" : " ^2.0.0-beta.9 " ,
13+ "@docusaurus/plugin-google-analytics" : " ^2.0.0-beta.9 " ,
14+ "@docusaurus/plugin-ideal-image" : " ^2.0.0-beta.9 " ,
15+ "@docusaurus/plugin-sitemap" : " ^2.0.0-beta.9 " ,
16+ "@docusaurus/preset-classic" : " ^2.0.0-beta.9 " ,
17+ "classnames" : " ^2.3.1 " ,
1818 "react" : " ^16.8.4" ,
1919 "react-dom" : " ^16.8.4"
2020 },
You can’t perform that action at this time.
0 commit comments