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