We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71bb3f7 commit f81d05eCopy full SHA for f81d05e
2 files changed
docs.config.js
@@ -1,5 +1,5 @@
1
const config = {
2
- DOCS_LATEST_VERSION: '7.0'
+ DOCS_LATEST_VERSION: '7.1'
3
};
4
5
module.exports = config;
src/data/versions.ts
@@ -13,6 +13,11 @@ export const versions: VersionI[] = [
13
label: 'latest',
14
url: '/docs'
15
},
16
+ {
17
+ name: 'v7.0',
18
+ url: 'https://7.0.sourcegraph.com'
19
+ },
20
+
21
{
22
name: 'v6.12',
23
url: 'https://6.12.sourcegraph.com'
0 commit comments