File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module.exports = {
33 title : 'CodeshiftCommunity' ,
44 tagline : 'Codemods for everyone ✨' ,
55 url : 'https://your-docusaurus-test-site.com' ,
6- baseUrl : '/CodeshiftCommunity/ ' ,
6+ baseUrl : '/' ,
77 onBrokenLinks : 'throw' ,
88 onBrokenMarkdownLinks : 'warn' ,
99 favicon : 'img/favicon.ico' ,
@@ -68,6 +68,11 @@ module.exports = {
6868 label : 'GitHub' ,
6969 href : 'https://github.com/CodeshiftCommunity/CodeshiftCommunity' ,
7070 } ,
71+ {
72+ label : 'Roadmap' ,
73+ href :
74+ 'https://github.com/CodeshiftCommunity/CodeshiftCommunity/projects/1' ,
75+ } ,
7176 ] ,
7277 } ,
7378 ] ,
@@ -89,4 +94,10 @@ module.exports = {
8994 } ,
9095 ] ,
9196 ] ,
97+ scripts : [
98+ {
99+ src : 'https://cdn.splitbee.io/sb.js' ,
100+ async : true ,
101+ } ,
102+ ] ,
92103} ;
You can’t perform that action at this time.
0 commit comments