From d204b39b64b0d5c6c83ec83ca4dd68a65e7aeeac Mon Sep 17 00:00:00 2001 From: Dariusz Kuc <9501705+dariuszkuc@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:49:07 -0500 Subject: [PATCH] chore: update docusaurus to point to v7 docs as latest (#1848) --- website/docs/blogs-and-videos.md | 1 + website/docusaurus.config.js | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/website/docs/blogs-and-videos.md b/website/docs/blogs-and-videos.md index 95e1c9689a..1a4360c015 100644 --- a/website/docs/blogs-and-videos.md +++ b/website/docs/blogs-and-videos.md @@ -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) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 60464a9b40..22fa408f1f 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -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: '' } } } @@ -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" }