diff --git a/docs/index.md b/docs/index.md index 74d65418a9..2f70547ce9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,3 +21,13 @@ units ``` % TODO: `{toctree} % :caption: Explanations % % dummy % ` + +```{toctree} +:caption: Release Versions +:titlesonly: +:maxdepth: 1 + +2023.2 +2023.1 +All versions +``` diff --git a/docs/versions.md b/docs/versions.md new file mode 100644 index 0000000000..4113dbcdd2 --- /dev/null +++ b/docs/versions.md @@ -0,0 +1,24 @@ +# CP2K Manual by Version + +```{toctree} +:maxdepth: 1 +:titlesonly: + +2023.2 +2023.1 +2022.1 +9.1 +8.2 +8.1 +7.1 +6.1 +5.1 +4.1 +3.0 +2.6 +2.5 +2.4 +2.3 +2.2 +2.1 +```