Skip to content

Commit 86bdb63

Browse files
authored
update docs to version 6.11 (#1473)
1 parent 18de6c1 commit 86bdb63

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

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: '6.10'
2+
DOCS_LATEST_VERSION: '6.11'
33
};
44

55
module.exports = config;

docs/legacy.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<Accordion title="Sourcegraph 6.X">
88

9+
- [6.10](https://6.10.sourcegraph.com)
910
- [6.9](https://6.9.sourcegraph.com)
1011
- [6.8](https://6.8.sourcegraph.com)
1112
- [6.7](https://6.7.sourcegraph.com)

src/data/versions.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ export const versions: VersionI[] = [
1313
label: 'latest',
1414
url: '/docs'
1515
},
16+
{
17+
name: 'v6.10',
18+
url: 'https://6.10.sourcegraph.com/'
19+
},
1620
{
1721
name: 'v6.9',
1822
url: 'https://6.9.sourcegraph.com/'

0 commit comments

Comments
 (0)