We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fe1f1 commit 453a7f8Copy full SHA for 453a7f8
docs.config.js
@@ -1,5 +1,5 @@
1
const config = {
2
- DOCS_LATEST_VERSION: '5.11'
+ DOCS_LATEST_VERSION: '6.0'
3
};
4
5
module.exports = config;
docs/legacy.mdx
@@ -4,6 +4,7 @@
<Accordion title="Sourcegraph 5.X">
6
7
+ - [5.11](https://5.11.sourcegraph.com/)
8
- [5.10](https://5.10.sourcegraph.com/)
9
- [5.9](https://5.9.sourcegraph.com/)
10
- [5.8](https://5.8.sourcegraph.com/)
src/data/versions.ts
@@ -15,8 +15,8 @@ export const versions: VersionI[] = [
15
url: '/',
16
},
17
{
18
- name: 'v5.10',
19
- url: 'https://5.10.sourcegraph.com/'
+ name: 'v5.11',
+ url: 'https://5.11.sourcegraph.com/'
20
21
];
22
0 commit comments