Skip to content

Commit 4b8acdf

Browse files
committed
Add changes to version selector
1 parent 99a29e4 commit 4b8acdf

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.0'
2+
DOCS_LATEST_VERSION: '6.1'
33
};
44

55
module.exports = config;

docs/legacy.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<p className="subtitle">This page displays the docs for legacy Sourcegraph versions less than 5.1</p>
44

5+
<Accordion title="Sourcegraph 6.X">
6+
7+
- [6.0](https://6.0.sourcegraph.com)
8+
9+
</Accordion>
10+
511
<Accordion title="Sourcegraph 5.X">
612

713
- [5.11](https://5.11.sourcegraph.com/docs)

src/data/versions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export const versions: VersionI[] = [
1515
url: '/',
1616
},
1717
{
18-
name: 'v5.11',
19-
url: 'https://5.11.sourcegraph.com/'
18+
name: 'v6.0',
19+
url: 'https://6.0.sourcegraph.com/'
2020
},
2121
];
2222

0 commit comments

Comments
 (0)