Skip to content

Commit

Permalink
chore: update docusaurus to point to v7 docs as latest (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc committed Sep 18, 2023
1 parent 11c24e8 commit d204b39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions website/docs/blogs-and-videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Here are some links to other blog posts and videos which may provide further exa

Articles and videos specifically about `graphql-kotlin`

- 📺  [Supercharge your GraphQL with Ktor and GraalVM (Dariusz Kuc)(KotlinConf 2023)](https://www.youtube.com/watch?v=gqQwTFeHOUU&list=PLlFc5cFwUnmwcJ7ZXyMmS70A9QFyUu1HI) (en)
- 📝  [GraphQL Kotlin 6.0.0 Release](https://medium.com/expedia-group-tech/graphql-kotlin-6-0-0-release-2227fd066dcd)
- 📝  [GraphQL Kotlin 4.0.0 Release](https://medium.com/expedia-group-tech/graphql-kotlin-4-0-0-release-eb87e150a192)
- 📺  [Bootiful GraphQL with Kotlin (Dariusz Kuc, Guillaume Scheibel)(Spring One 2020)](https://www.youtube.com/watch?v=t9He4vHZC24) (en)
Expand Down
8 changes: 4 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ module.exports = {
{
docs: {
editUrl: "https://github.com/ExpediaGroup/graphql-kotlin/tree/master/website",
lastVersion: '6.x.x',
lastVersion: 'current',
showLastUpdateAuthor: true,
showLastUpdateTime: true,
sidebarPath: require.resolve('./sidebars.js'),
versions: {
current: {
label: 'pre-release',
path: '7.x.x'
label: '7.x.x',
path: ''
}
}
}
Expand Down Expand Up @@ -71,7 +71,7 @@ module.exports = {
},
footer: {
links: [],
copyright: "Copyright © 2022 Expedia, Inc.",
copyright: "Copyright © 2023 Expedia, Inc.",
logo: {
src: "img/Expedia-Group-Logo_E-Stacked.png"
}
Expand Down

0 comments on commit d204b39

Please sign in to comment.