From ca8cadf2857055575533a5b6dd5654777508f5df Mon Sep 17 00:00:00 2001 From: lovestaco Date: Sun, 23 Jul 2023 11:32:18 +0530 Subject: [PATCH] Adding IDE/Editor support for env, documentation --- docs/Lama2/docs/explanation/l2format.md | 4 +- docs/Lama2/docs/tutorials/editor.md | 2 +- docs/Lama2/site/explanation/l2format.html | 25 +++--- docs/Lama2/site/search/search_index.json | 2 +- docs/Lama2/site/sitemap.xml | 50 ++++++------ docs/Lama2/site/sitemap.xml.gz | Bin 402 -> 403 bytes docs/Lama2/site/tutorials/editor.html | 73 ++++++++++++++++-- docs/Lama2/site/tutorials/examples.html | 16 ++-- .../Lama2/site/tutorials/l2configvariable.png | Bin 0 -> 32059 bytes docs/Lama2/site/tutorials/l2envvariable.png | Bin 0 -> 31609 bytes 10 files changed, 118 insertions(+), 54 deletions(-) create mode 100644 docs/Lama2/site/tutorials/l2configvariable.png create mode 100644 docs/Lama2/site/tutorials/l2envvariable.png diff --git a/docs/Lama2/docs/explanation/l2format.md b/docs/Lama2/docs/explanation/l2format.md index b0bcb5d1..0faa87ea 100644 --- a/docs/Lama2/docs/explanation/l2format.md +++ b/docs/Lama2/docs/explanation/l2format.md @@ -127,7 +127,7 @@ The search for `l2config.env` extends from the present directory up to the root ![l2config.env at Project root level](l2configAtRoot.png) -Go to [Example](../tutorials/examples.html#case-2-root-variables) +Go to [Example](../tutorials/examples.md#case-2-root-variables) Get [Source File](https://github.com/HexmosTech/Lama2/tree/main/examples/0022_l2config_declare) @@ -139,7 +139,7 @@ The local variable's value will always be considered over the root variable, ens ![l2config.env at Project root level](l2envOverideL2config.png) -Go to [Example](..g/tutorials/examples.html#case-3-override-root-variable-with-local-variable) +Go to [Example](../tutorials/examples.md#case-3-override-root-variable-with-local-variable) Get [Source File](https://github.com/HexmosTech/Lama2/tree/main/examples/0020_override_project_root_local) diff --git a/docs/Lama2/docs/tutorials/editor.md b/docs/Lama2/docs/tutorials/editor.md index e7868a3c..779f7c20 100644 --- a/docs/Lama2/docs/tutorials/editor.md +++ b/docs/Lama2/docs/tutorials/editor.md @@ -66,7 +66,7 @@ The extension author can simply read the `stdout` after executing the command, a ![l2configvariable variable](l2configvariable.png) -Go to [Example](../tutorials/examples.html#case-3-override-root-variable-with-local-variable) +Go to [Example](../tutorials/examples.md#case-3-override-root-variable-with-local-variable) ## Syntax Highlighting diff --git a/docs/Lama2/site/explanation/l2format.html b/docs/Lama2/site/explanation/l2format.html index 5ee0d1f9..daa5593f 100644 --- a/docs/Lama2/site/explanation/l2format.html +++ b/docs/Lama2/site/explanation/l2format.html @@ -531,11 +531,11 @@
  • - - Environment Variables: Switch base URL + + Environment Variables -