Skip to content

Commit 2595aef

Browse files
authored
Update docs latest version to 7.6 (#1831)
## Summary - Set DOCS_LATEST_VERSION to 7.6 - Add 7.5 to the version selector - Update the legacy versions page ## Test plan - Not run (config/navigation content change only)
1 parent 00cea1f commit 2595aef

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

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: '7.5'
2+
DOCS_LATEST_VERSION: '7.6'
33
};
44

55
module.exports = config;

docs/legacy.mdx

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

77
<Accordion title="Sourcegraph 7.X">
88

9+
- [7.5](https://7.5.sourcegraph.com)
910
- [7.4](https://7.4.sourcegraph.com)
1011
- [7.3](https://7.3.sourcegraph.com)
1112
- [7.2](https://7.2.sourcegraph.com)

src/data/versions.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ export const versions: VersionI[] = [
1313
label: 'latest',
1414
url: '/docs'
1515
},
16+
{
17+
name: 'v7.5',
18+
url: 'https://7.5.sourcegraph.com'
19+
},
1620
{
1721
name: 'v7.4',
1822
url: 'https://7.4.sourcegraph.com'

0 commit comments

Comments
 (0)