From 64b671b0d322e46e35485cea55a9f2182bf4534e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Fri, 19 Jan 2024 09:39:31 +0100 Subject: [PATCH] feat: add links to old docs --- docs/index.md | 5 +++++ mkdocs.yml | 1 + 2 files changed, 6 insertions(+) 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..f718d98 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,7 @@ nav: - Cloud: - Cloud: index.md - "Cloud 2": 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: