diff --git a/docs.config.js b/docs.config.js index 5fec13fd4..f5ca0dd01 100644 --- a/docs.config.js +++ b/docs.config.js @@ -1,5 +1,5 @@ const config = { - DOCS_LATEST_VERSION: '7.7' + DOCS_LATEST_VERSION: '8.0' }; module.exports = config; diff --git a/docs/legacy.mdx b/docs/legacy.mdx index 623c04aa1..ff7b401b4 100644 --- a/docs/legacy.mdx +++ b/docs/legacy.mdx @@ -6,6 +6,7 @@ +- [7.7](https://7.7.sourcegraph.com) - [7.6](https://7.6.sourcegraph.com) - [7.5](https://7.5.sourcegraph.com) - [7.4](https://7.4.sourcegraph.com) diff --git a/src/data/versions.ts b/src/data/versions.ts index c8ae90f08..f36a7442c 100644 --- a/src/data/versions.ts +++ b/src/data/versions.ts @@ -13,6 +13,10 @@ export const versions: VersionI[] = [ label: 'latest', url: '/docs' }, + { + name: 'v7.7', + url: 'https://7.7.sourcegraph.com' + }, { name: 'v7.6', url: 'https://7.6.sourcegraph.com'