Skip to content

Commit f81d05e

Browse files
authored
make 7.1 latest version release (#1728)
1 parent 71bb3f7 commit f81d05e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const config = {
2-
DOCS_LATEST_VERSION: '7.0'
2+
DOCS_LATEST_VERSION: '7.1'
33
};
44

55
module.exports = config;

src/data/versions.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ export const versions: VersionI[] = [
1313
label: 'latest',
1414
url: '/docs'
1515
},
16+
{
17+
name: 'v7.0',
18+
url: 'https://7.0.sourcegraph.com'
19+
},
20+
1621
{
1722
name: 'v6.12',
1823
url: 'https://6.12.sourcegraph.com'

0 commit comments

Comments
 (0)