Skip to content

Commit d204b39

Browse files
authored
chore: update docusaurus to point to v7 docs as latest (#1848)
1 parent 11c24e8 commit d204b39

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

website/docs/blogs-and-videos.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Here are some links to other blog posts and videos which may provide further exa
88

99
Articles and videos specifically about `graphql-kotlin`
1010

11+
- 📺  [Supercharge your GraphQL with Ktor and GraalVM (Dariusz Kuc)(KotlinConf 2023)](https://www.youtube.com/watch?v=gqQwTFeHOUU&list=PLlFc5cFwUnmwcJ7ZXyMmS70A9QFyUu1HI) (en)
1112
- 📝  [GraphQL Kotlin 6.0.0 Release](https://medium.com/expedia-group-tech/graphql-kotlin-6-0-0-release-2227fd066dcd)
1213
- 📝  [GraphQL Kotlin 4.0.0 Release](https://medium.com/expedia-group-tech/graphql-kotlin-4-0-0-release-eb87e150a192)
1314
- 📺  [Bootiful GraphQL with Kotlin (Dariusz Kuc, Guillaume Scheibel)(Spring One 2020)](https://www.youtube.com/watch?v=t9He4vHZC24) (en)

website/docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ module.exports = {
2121
{
2222
docs: {
2323
editUrl: "https://github.com/ExpediaGroup/graphql-kotlin/tree/master/website",
24-
lastVersion: '6.x.x',
24+
lastVersion: 'current',
2525
showLastUpdateAuthor: true,
2626
showLastUpdateTime: true,
2727
sidebarPath: require.resolve('./sidebars.js'),
2828
versions: {
2929
current: {
30-
label: 'pre-release',
31-
path: '7.x.x'
30+
label: '7.x.x',
31+
path: ''
3232
}
3333
}
3434
}
@@ -71,7 +71,7 @@ module.exports = {
7171
},
7272
footer: {
7373
links: [],
74-
copyright: "Copyright © 2022 Expedia, Inc.",
74+
copyright: "Copyright © 2023 Expedia, Inc.",
7575
logo: {
7676
src: "img/Expedia-Group-Logo_E-Stacked.png"
7777
}

0 commit comments

Comments
 (0)