File tree Expand file tree Collapse file tree 5 files changed +5
-30
lines changed
versioned_docs/version-16 Expand file tree Collapse file tree 5 files changed +5
-30
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88const config = {
99 title : 'GraphQL Java' ,
1010 tagline : 'The Java implementation of GraphQL' ,
11- url : 'https://hopeful-chandrasekhar-3ca166.netlify.app ' ,
11+ url : 'https://graphql-java.com ' ,
1212 baseUrl : '/' ,
1313 onBrokenLinks : 'throw' ,
1414 onBrokenMarkdownLinks : 'warn' ,
@@ -25,10 +25,10 @@ const config = {
2525 routeBasePath : 'documentation' ,
2626 sidebarPath : require . resolve ( './sidebars.js' ) ,
2727 editUrl : 'https://github.com/graphql-java/graphql-java-page/edit/master/' ,
28- lastVersion : "current " ,
28+ lastVersion : "master " ,
2929 versions : {
3030 current : {
31- label : "17 "
31+ label : "v17 "
3232 }
3333 }
3434 } ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[
2- " 16 " ,
3- " 15 "
2+ " v17 " ,
3+ " v16 "
44]
You can’t perform that action at this time.
0 commit comments