Skip to content

Commit 453a7f8

Browse files
committed
Add versions
1 parent d6fe1f1 commit 453a7f8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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: '5.11'
2+
DOCS_LATEST_VERSION: '6.0'
33
};
44

55
module.exports = config;

docs/legacy.mdx

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

55
<Accordion title="Sourcegraph 5.X">
66

7+
- [5.11](https://5.11.sourcegraph.com/)
78
- [5.10](https://5.10.sourcegraph.com/)
89
- [5.9](https://5.9.sourcegraph.com/)
910
- [5.8](https://5.8.sourcegraph.com/)

src/data/versions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export const versions: VersionI[] = [
1515
url: '/',
1616
},
1717
{
18-
name: 'v5.10',
19-
url: 'https://5.10.sourcegraph.com/'
18+
name: 'v5.11',
19+
url: 'https://5.11.sourcegraph.com/'
2020
},
2121
];
2222

0 commit comments

Comments
 (0)