Skip to content

Commit d172250

Browse files
committed
Update version default on navbar, tidy
1 parent 793923d commit d172250

File tree

5 files changed

+5
-30
lines changed

5 files changed

+5
-30
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const 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
},

versioned_docs/version-16/getting-started.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

versioned_sidebars/version-15-sidebars.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

versioned_sidebars/version-16-sidebars.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[
2-
"16",
3-
"15"
2+
"v17",
3+
"v16"
44
]

0 commit comments

Comments
 (0)