diff --git a/docs.config.js b/docs.config.js index edb32e844..285970236 100644 --- a/docs.config.js +++ b/docs.config.js @@ -1,5 +1,5 @@ const config = { - DOCS_LATEST_VERSION: '6.9' + DOCS_LATEST_VERSION: '6.10' }; module.exports = config; diff --git a/docs/legacy.mdx b/docs/legacy.mdx index 75dc1e88e..3aac5da98 100644 --- a/docs/legacy.mdx +++ b/docs/legacy.mdx @@ -4,6 +4,7 @@ + - [6.9](https://6.9.sourcegraph.com) - [6.8](https://6.8.sourcegraph.com) - [6.7](https://6.7.sourcegraph.com) - [6.6](https://6.6.sourcegraph.com) diff --git a/src/data/versions.ts b/src/data/versions.ts index 17dc9e60d..720b95e44 100644 --- a/src/data/versions.ts +++ b/src/data/versions.ts @@ -14,6 +14,10 @@ export const versions: VersionI[] = [ label: 'latest', url: '/docs', }, + { + name: 'v6.9', + url: 'https://6.9.sourcegraph.com/' + }, { name: 'v6.8', url: 'https://6.8.sourcegraph.com/'