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: