From 6ac905b6c4a77d438922c2bc596b769d4bc743f1 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Wed, 4 Oct 2023 00:10:25 +0200 Subject: [PATCH] doc --- docs/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 69e0111606..6418b1043b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -39,6 +39,8 @@ jobs: GIT_SHA: "{{ $.Values.global.sha }}" ``` +?> 💡 You can add live documentation and validation for kontinuous files in your editor with a JSON-schema validation plugin like [YAML by Red Hat for VSCode](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml). See [all supported editors](https://www.schemastore.org/json/#editors). + ## kontinuous CLI The CLI is fully documented, you can consult help using `npx kontinuous --help` to known all available commands. Consult help and availables options using `--help` on each command. @@ -101,7 +103,8 @@ When no explicit env is provided, kontinuous use the GIT head to select the corr ### Persistent environment -Using branch named following the persistency convention you can have persistent environments (docker images will be named persist-*, janitor will be disabled). Here is the convention for branches naming: +Using branch named following the persistency convention you can have persistent environments (docker images will be named persist-\*, janitor will be disabled). Here is the convention for branches naming: + - `**/persist` - `persist/**` - `**/persist/**`