From d06d6e421aab0c98d0f9d429267f8f435dc57a60 Mon Sep 17 00:00:00 2001 From: Petr Pucil Date: Wed, 21 Feb 2024 18:27:24 +0100 Subject: [PATCH] User guide > Web IDE: devel auto-updates, copyediting --- user_guide.adoc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/user_guide.adoc b/user_guide.adoc index f8cf7b3..09eb067 100644 --- a/user_guide.adoc +++ b/user_guide.adoc @@ -42,11 +42,20 @@ A list of Web IDE features is available on the https://github.com/kaitai-io/kait Note that there are two different versions of the Web IDE: -1. https://ide.kaitai.io/ — *stable* version, has the stable of the Kaitai Struct compiler (currently 0.10, released 2022-07-08) -2. https://ide.kaitai.io/devel/ — unstable development version, always has the *latest* compiler (the most recent 0.11-SNAPSHOT) +1. https://ide.kaitai.io/ — *stable* version, has the stable Kaitai Struct +compiler (currently 0.10, released 2022-07-08) +2. https://ide.kaitai.io/devel/ — unstable development version, has the *latest* +compiler (the most recent 0.11-SNAPSHOT) If you want to use the latest features, use the https://ide.kaitai.io/devel/[*devel* Web IDE]. +NOTE: The https://ide.kaitai.io/devel/[*devel* Web IDE] follows the default +https://github.com/kaitai-io/kaitai_struct_webide/tree/master[`master` branch] +of the https://github.com/kaitai-io/kaitai_struct_webide[kaitai_struct_webide] +repository — it is automatically updated when the +https://github.com/kaitai-io/kaitai_struct_webide/tree/master[`master` branch] +is updated. + [[ksc]] === Desktop / console version