diff --git a/.gitmodules b/.gitmodules index e8217d01b2..785f49be16 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,10 +2,6 @@ path = versions/snapshot url = git@github.com:BlueBrain/nexus.git branch = master -[submodule "versions/v1.6.x"] - path = versions/v1.6.x - url = git@github.com:BlueBrain/nexus.git - branch = v1.6.x [submodule "versions/v1.7.x"] path = versions/v1.7.x url = git@github.com:BlueBrain/nexus.git @@ -22,3 +18,7 @@ path = versions/v1.10.x url = git@github.com:BlueBrain/nexus.git branch = v1.10.x +[submodule "versions/v1.11.x"] + path = versions/v1.11.x + url = git@github.com:BlueBrain/nexus.git + branch = v1.11.x diff --git a/build.sh b/build.sh index a8d70e10c1..0e6ac888f5 100755 --- a/build.sh +++ b/build.sh @@ -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 diff --git a/versions/snapshot b/versions/snapshot index 2fa488dfc9..91746998c1 160000 --- a/versions/snapshot +++ b/versions/snapshot @@ -1 +1 @@ -Subproject commit 2fa488dfc9db39dbe64f9069746fbd092bfd7b35 +Subproject commit 91746998c11a6064de4c8082d4c126e53ca4d147 diff --git a/versions/v1.11.x b/versions/v1.11.x new file mode 160000 index 0000000000..4fab18026c --- /dev/null +++ b/versions/v1.11.x @@ -0,0 +1 @@ +Subproject commit 4fab18026c727216665c0cb4cb2551721e4f748e diff --git a/versions/versions.md b/versions/versions.md index a8e32b576e..00a3afe960 100644 --- a/versions/versions.md +++ b/versions/versions.md @@ -1,9 +1,9 @@ # 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/) @@ -11,6 +11,11 @@ ## 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 } @@ -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) -