diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index f99a96c245e2..1652b8bd0b67 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -312,7 +312,7 @@ add_doxygen_docset(nrf ${NRF_BASE} ${NRF_VERSION}) #------------------------------------------------------------------------------- # docset: mcuboot -add_docset(mcuboot "2.0.99") +add_docset(mcuboot "2.1.99") #------------------------------------------------------------------------------- # docset: nrfx diff --git a/doc/nrf/dev_model_and_contributions/adding_code.rst b/doc/nrf/dev_model_and_contributions/adding_code.rst index 0c0d61fc966f..285d6e6f4657 100644 --- a/doc/nrf/dev_model_and_contributions/adding_code.rst +++ b/doc/nrf/dev_model_and_contributions/adding_code.rst @@ -162,7 +162,7 @@ This is demonstrated by the following code, that would be placed somewhere in yo - name: nrf repo-path: sdk-nrf remote: ncs - revision: 2.7.0 + revision: 2.8.0 import: true self: path: application @@ -189,7 +189,7 @@ For example: projects: - name: nrf remote: ncs - revision: 2.7.0 + revision: 2.8.0 import: true # Example for how to override a repository in the nRF Connect SDK with your own: - name: mcuboot diff --git a/doc/nrf/shortcuts.txt b/doc/nrf/shortcuts.txt index 1cbf62fc7aa0..42f1e4776764 100644 --- a/doc/nrf/shortcuts.txt +++ b/doc/nrf/shortcuts.txt @@ -2,9 +2,9 @@ .. ### Versions -.. |release| replace:: v2.7.0 -.. |release_tt| replace:: ``v2.7.0`` -.. |release_number_tt| replace:: ``2.7.0`` +.. |release| replace:: v2.8.0 +.. |release_tt| replace:: ``v2.8.0`` +.. |release_number_tt| replace:: ``2.8.0`` .. |jlink_ver| replace:: v7.94i .. |jlink_ver_vsc| replace:: v7.94i diff --git a/doc/versions.json b/doc/versions.json index 1c8209c055a1..92060d798d8f 100644 --- a/doc/versions.json +++ b/doc/versions.json @@ -1,6 +1,6 @@ [ + "2.8.0", "2.8.0-preview1", - "2.7.99", "2.7.99-cs2", "2.7.99-cs1", "2.7.0",