Skip to content

Commit

Permalink
website: sidebar width
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorg committed Sep 21, 2024
1 parent 521d8e2 commit e3f6359
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/user-guide/murex-arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:

Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions gen/user-guide/arrays.inc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gen/vuepress/styles/config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
$colors: #c0392b, #d35400, #f39c12, #27ae60, #16a085, #2980b9, #8e44ad, #2c3e50,
#7f8c8d !default;

$sidebar-width: 450px;
$sidebar-width: 400px;
2 changes: 1 addition & 1 deletion version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3f6359

Please sign in to comment.