Skip to content

Commit cab3ccd

Browse files
chore: fix docs to point 6.x.x as latest release (ExpediaGroup#1616)
* chore: fix docs to point 6.x.x as latest release * chore: keep 7.x.x to point to master docs
1 parent 186e0e2 commit cab3ccd

File tree

3 files changed

+576
-565
lines changed

3 files changed

+576
-565
lines changed

website/docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ module.exports = {
2121
{
2222
docs: {
2323
editUrl: "https://github.com/ExpediaGroup/graphql-kotlin/tree/master/website",
24-
lastVersion: "current",
24+
lastVersion: '6.x.x',
2525
remarkPlugins: [require('mdx-mermaid')],
2626
showLastUpdateAuthor: true,
2727
showLastUpdateTime: true,
2828
sidebarPath: require.resolve('./sidebars.js'),
2929
versions: {
3030
current: {
31-
label: "7.x.x",
32-
path: ""
31+
label: '7.x.x',
32+
path: '7.x.x'
3333
}
3434
}
3535
}
@@ -68,7 +68,7 @@ module.exports = {
6868
},
6969
footer: {
7070
links: [],
71-
copyright: "Copyright © 2021 Expedia, Inc.",
71+
copyright: "Copyright © 2022 Expedia, Inc.",
7272
logo: {
7373
src: "img/Expedia-Group-Logo_E-Stacked.png"
7474
}

0 commit comments

Comments
 (0)