We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18de6c1 commit 86bdb63Copy full SHA for 86bdb63
docs.config.js
@@ -1,5 +1,5 @@
1
const config = {
2
- DOCS_LATEST_VERSION: '6.10'
+ DOCS_LATEST_VERSION: '6.11'
3
};
4
5
module.exports = config;
docs/legacy.mdx
@@ -6,6 +6,7 @@
6
7
<Accordion title="Sourcegraph 6.X">
8
9
+- [6.10](https://6.10.sourcegraph.com)
10
- [6.9](https://6.9.sourcegraph.com)
11
- [6.8](https://6.8.sourcegraph.com)
12
- [6.7](https://6.7.sourcegraph.com)
src/data/versions.ts
@@ -13,6 +13,10 @@ export const versions: VersionI[] = [
13
label: 'latest',
14
url: '/docs'
15
},
16
+ {
17
+ name: 'v6.10',
18
+ url: 'https://6.10.sourcegraph.com/'
19
+ },
20
{
21
name: 'v6.9',
22
url: 'https://6.9.sourcegraph.com/'
0 commit comments