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 1d0097a commit 991b79eCopy full SHA for 991b79e
docs.config.js
@@ -1,5 +1,5 @@
1
const config = {
2
- DOCS_LATEST_VERSION: '5.8'
+ DOCS_LATEST_VERSION: '5.9'
3
};
4
5
module.exports = config;
docs/legacy.mdx
@@ -4,6 +4,7 @@
<Accordion title="Sourcegraph 5.X">
6
7
+ - [5.8](https://5.8.sourcegraph.com/)
8
- [5.7](https://5.7.sourcegraph.com/)
9
- [5.6](https://5.6.sourcegraph.com/)
10
- [5.5](https://5.5.sourcegraph.com/)
src/data/versions.ts
@@ -15,8 +15,8 @@ export const versions: VersionI[] = [
15
url: '/',
16
},
17
{
18
- name: 'v5.7',
19
- url: 'https://5.7.sourcegraph.com/'
+ name: 'v5.8',
+ url: 'https://5.8.sourcegraph.com/'
20
21
];
22
0 commit comments