From e3f63590a9af45a84bee68b61ab00d9b0050f32e Mon Sep 17 00:00:00 2001 From: Laurence Morgan Date: Sat, 21 Sep 2024 20:46:16 +0100 Subject: [PATCH] website: sidebar width --- app/app.go | 4 ++-- docs/user-guide/murex-arrays.md | 8 ++++---- gen/user-guide/arrays.inc.md | 8 ++++---- gen/vuepress/styles/config.scss | 2 +- version.svg | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/app.go b/app/app.go index 2fd32c134..4cfc539d8 100644 --- a/app/app.go +++ b/app/app.go @@ -16,9 +16,9 @@ const Name = "murex" const ( Major = 6 Minor = 3 - Revision = 4245 + Revision = 4246 Branch = "website" - BuildDate = "2024-09-21 11:45:23" + BuildDate = "2024-09-21 20:46:20" ) // Copyright is the copyright owner string diff --git a/docs/user-guide/murex-arrays.md b/docs/user-guide/murex-arrays.md index 7141e7f5b..938c5fbac 100644 --- a/docs/user-guide/murex-arrays.md +++ b/docs/user-guide/murex-arrays.md @@ -247,19 +247,19 @@ tool (`cloud-api` for our made up purposes here) returns JSON: cloud-api list-containers | :json: [-1] ``` -### Making Changes +#### Making Changes That's all great, but what if I want to make a change to the host array? Well this is where dot notation comes in... -## Dot Notation (mutable) +### Dot Notation (mutable) Dot notation is a lot more limited in what you can do because it's designed for making careful edits of the underlying data structure. So it can only be used with variables. -### Assignment +#### Assignment You can edit an element, for example renaming **Wednesday** to **Humpday**: @@ -280,7 +280,7 @@ You can edit an element, for example renaming **Wednesday** to **Humpday**: > Remember: arrays are zero based -### Printing +#### Printing You can also use dot notation to return a value, just like you would with the square braces solution above. But dot notation doesn't support any special diff --git a/gen/user-guide/arrays.inc.md b/gen/user-guide/arrays.inc.md index 5b371d8c7..d3714b8df 100644 --- a/gen/user-guide/arrays.inc.md +++ b/gen/user-guide/arrays.inc.md @@ -243,19 +243,19 @@ tool (`cloud-api` for our made up purposes here) returns JSON: cloud-api list-containers | :json: [-1] ``` -### Making Changes +#### Making Changes That's all great, but what if I want to make a change to the host array? Well this is where dot notation comes in... -## Dot Notation (mutable) +### Dot Notation (mutable) Dot notation is a lot more limited in what you can do because it's designed for making careful edits of the underlying data structure. So it can only be used with variables. -### Assignment +#### Assignment You can edit an element, for example renaming **Wednesday** to **Humpday**: @@ -276,7 +276,7 @@ You can edit an element, for example renaming **Wednesday** to **Humpday**: > Remember: arrays are zero based -### Printing +#### Printing You can also use dot notation to return a value, just like you would with the square braces solution above. But dot notation doesn't support any special diff --git a/gen/vuepress/styles/config.scss b/gen/vuepress/styles/config.scss index d152e77c2..894de6c93 100644 --- a/gen/vuepress/styles/config.scss +++ b/gen/vuepress/styles/config.scss @@ -2,4 +2,4 @@ $colors: #c0392b, #d35400, #f39c12, #27ae60, #16a085, #2980b9, #8e44ad, #2c3e50, #7f8c8d !default; -$sidebar-width: 450px; \ No newline at end of file +$sidebar-width: 400px; \ No newline at end of file diff --git a/version.svg b/version.svg index 3605867b6..450930d20 100644 --- a/version.svg +++ b/version.svg @@ -1 +1 @@ -Version: 6.3.4245Version6.3.4245 +Version: 6.3.4246Version6.3.4246