From 4b0900deb7ac34848e59bab758c33ff45239b502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= <4096670+Citymonstret@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:41:47 +0100 Subject: [PATCH] feat: add links to old docs (#23) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ---- 📚 Documentation preview 📚: https://incendocloud--23.org.readthedocs.build/en/23/ --- docs/index.md | 5 +++++ mkdocs.yml | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index e3a2809..ecc20f1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,10 @@ # Cloud + +!!! note + These are the docs for Cloud v2, which is a major rewrite of Cloud. Cloud v2 is currently only available + as snapshots. You may find the legacy documentation [here](https://github.com/Incendo/cloud/tree/1.9.0-dev/docs). + Cloud is a JVM framework for creating user commands. A command is a chain of parsed arguments and a handler that gets invoked with the parsed values. Cloud is not made to be used in any specific software, but it has modules with support for Minecraft diff --git a/mkdocs.yml b/mkdocs.yml index ac1621d..3336a86 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,7 +7,8 @@ edit_uri: edit/main/docs/ nav: - Cloud: - Cloud: index.md - - "Cloud 2": cloud-v2.md + - "Cloud v2": cloud-v2.md + - "Cloud v1 docs": https://github.com/Incendo/cloud/tree/1.9.0-dev/docs - cloud-core: - cloud-core: core/index.md - cloud-annotations: