Skip to content

Commit

Permalink
Release Nexus 1.11 documentation (#5263)
Browse files Browse the repository at this point in the history
* Release Nexus 1.11 documentation

---------

Co-authored-by: Simon Dumas <[email protected]>
  • Loading branch information
imsdu and Simon Dumas authored Dec 9, 2024
1 parent eaeb455 commit 2ed7895
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
path = versions/snapshot
url = [email protected]:BlueBrain/nexus.git
branch = master
[submodule "versions/v1.6.x"]
path = versions/v1.6.x
url = [email protected]:BlueBrain/nexus.git
branch = v1.6.x
[submodule "versions/v1.7.x"]
path = versions/v1.7.x
url = [email protected]:BlueBrain/nexus.git
Expand All @@ -22,3 +18,7 @@
path = versions/v1.10.x
url = [email protected]:BlueBrain/nexus.git
branch = v1.10.x
[submodule "versions/v1.11.x"]
path = versions/v1.11.x
url = [email protected]:BlueBrain/nexus.git
branch = v1.11.x
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ chmod +x /usr/local/bin/docker-compose
cp -R ./product-page/src/site/* ./target

# Build every version of docs
current_version=v1.10.x
current_version=v1.11.x

for i in $(ls -d versions/*/);
do
Expand Down
2 changes: 1 addition & 1 deletion versions/snapshot
Submodule snapshot updated 129 files
2 changes: 1 addition & 1 deletion versions/v1.10.x
Submodule v1.10.x updated 1 files
+3 −3 build.sbt
1 change: 1 addition & 0 deletions versions/v1.11.x
Submodule v1.11.x added at 4fab18
1 change: 0 additions & 1 deletion versions/v1.6.x
Submodule v1.6.x deleted from 0107ab
16 changes: 8 additions & 8 deletions versions/versions.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Versions

## Current (v1.10.x)
## Current (v1.11.x)
- @link:[Documentation](https://bluebrainnexus.io/docs/)
- @link:[Github](https://github.com/BlueBrain/nexus/tree/v1.10.x){ open=new }
- @link:[Release notes](https://bluebrainnexus.io/docs/releases/v1.10-release-notes.html)
- @link:[Github](https://github.com/BlueBrain/nexus/tree/v1.11.x){ open=new }
- @link:[Release notes](https://bluebrainnexus.io/docs/releases/v1.11-release-notes.html)

## Snapshot
- @link:[Documentation](https://bluebrainnexus.io/snapshot/docs/)
- @link:[Github](https://github.com/BlueBrain/nexus){ open=new }

## Previous releases

## v1.10.x
- @link:[Documentation](https://bluebrainnexus.io/v1.10.x/docs/)
- @link:[Github](https://github.com/BlueBrain/nexus/tree/v1.10.x){ open=new }
- @link:[Release notes](https://bluebrainnexus.io/docs/releases/v1.10-release-notes.html)

## v1.9.x
- @link:[Documentation](https://bluebrainnexus.io/v1.9.x/docs/)
- @link:[Github](https://github.com/BlueBrain/nexus/tree/v1.9.x){ open=new }
Expand All @@ -26,8 +31,3 @@
- @link:[Github](https://github.com/BlueBrain/nexus/tree/v1.7.x){ open=new }
- @link:[Release notes](https://bluebrainnexus.io/docs/releases/v1.7-release-notes.html)

### v1.6.x
- @link:[Documentation](https://bluebrainnexus.io/v1.6.x/docs/)
- @link:[Github](https://github.com/BlueBrain/nexus/tree/v1.6.x){ open=new }
- @link:[Release notes](https://bluebrainnexus.io/docs/releases/v1.6-release-notes.html)

0 comments on commit 2ed7895

Please sign in to comment.