diff --git a/docs.config.js b/docs.config.js index 6afd9d830..edb32e844 100644 --- a/docs.config.js +++ b/docs.config.js @@ -1,5 +1,5 @@ const config = { - DOCS_LATEST_VERSION: '6.8' + DOCS_LATEST_VERSION: '6.9' }; module.exports = config; diff --git a/docs/legacy.mdx b/docs/legacy.mdx index 490468bcb..75dc1e88e 100644 --- a/docs/legacy.mdx +++ b/docs/legacy.mdx @@ -4,6 +4,7 @@ + - [6.8](https://6.8.sourcegraph.com) - [6.7](https://6.7.sourcegraph.com) - [6.6](https://6.6.sourcegraph.com) - [6.5](https://6.5.sourcegraph.com) diff --git a/src/data/versions.ts b/src/data/versions.ts index 9be91222d..17dc9e60d 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.8', + url: 'https://6.8.sourcegraph.com/' + }, { name: 'v6.7', url: 'https://6.7.sourcegraph.com/'