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 63c0ed9 commit a2ac5b6Copy full SHA for a2ac5b6
docs.config.js
@@ -1,5 +1,5 @@
1
const config = {
2
- DOCS_LATEST_VERSION: '6.2'
+ DOCS_LATEST_VERSION: '6.3'
3
};
4
5
module.exports = config;
docs/legacy.mdx
@@ -4,6 +4,7 @@
<Accordion title="Sourcegraph 6.X">
6
7
+ - [6.2](https://6.2.sourcegraph.com)
8
- [6.1](https://6.1.sourcegraph.com)
9
- [6.0](https://6.0.sourcegraph.com)
10
src/data/versions.ts
@@ -15,8 +15,8 @@ export const versions: VersionI[] = [
15
url: '/docs',
16
},
17
{
18
- name: 'v6.1',
19
- url: 'https://6.1.sourcegraph.com/'
+ name: 'v6.2',
+ url: 'https://6.2.sourcegraph.com/'
20
21
];
22
0 commit comments