Skip to content

Commit 2bf0556

Browse files
Update docs to version 6.10 (#1417)
<!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel. Co-authored-by: Amp <[email protected]>
1 parent 6dbf109 commit 2bf0556

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

docs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const config = {
2-
DOCS_LATEST_VERSION: '6.9'
2+
DOCS_LATEST_VERSION: '6.10'
33
};
44

55
module.exports = config;

docs/legacy.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
<Accordion title="Sourcegraph 6.X">
66

7+
- [6.9](https://6.9.sourcegraph.com)
78
- [6.8](https://6.8.sourcegraph.com)
89
- [6.7](https://6.7.sourcegraph.com)
910
- [6.6](https://6.6.sourcegraph.com)

src/data/versions.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ export const versions: VersionI[] = [
1414
label: 'latest',
1515
url: '/docs',
1616
},
17+
{
18+
name: 'v6.9',
19+
url: 'https://6.9.sourcegraph.com/'
20+
},
1721
{
1822
name: 'v6.8',
1923
url: 'https://6.8.sourcegraph.com/'

0 commit comments

Comments
 (0)