File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11const config = {
2- DOCS_LATEST_VERSION : '6.0 '
2+ DOCS_LATEST_VERSION : '6.1 '
33} ;
44
55module . exports = config ;
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments