Skip to content

Commit 3c9aab0

Browse files
authored
Merge pull request #880 from lmorg/website
Website
2 parents bb72b6f + 8c2c1d3 commit 3c9aab0

File tree

353 files changed

+2376
-2422
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

353 files changed

+2376
-2422
lines changed

app/app.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ const Name = "murex"
1616
const (
1717
Major = 7
1818
Minor = 0
19-
Revision = 2107
20-
Branch = "develop"
21-
BuildDate = "2025-07-02 23:01:27"
19+
Revision = 2115
20+
Branch = "website"
21+
BuildDate = "2025-08-22 23:44:06"
2222
)
2323

2424
// Copyright is the copyright owner string

builtins/core/arraytools/2darray_doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- DocumentID: 2darray
22
Title: >-
3-
Create 2d Array (`2darray`)
3+
Create 2d Array: `2darray`
44
CategoryID: commands
55
SubCategoryIDs: [ commands.struct ]
66
Summary: >-

builtins/core/arraytools/addheading_doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- DocumentID: addheading
22
Title: >-
3-
Add Heading (`addheading`)
3+
Add Heading: `addheading`
44
CategoryID: commands
55
SubCategoryIDs: [ commands.table ]
66
Summary: >-

builtins/core/arraytools/map_doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- DocumentID: map
22
Title: >-
3-
Create Map (`map`)
3+
Create Map: `map`
44
CategoryID: commands
55
SubCategoryIDs: [ commands.struct ]
66
Summary: >-

builtins/core/autocomplete/autocomplete_doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- DocumentID: "autocomplete"
22
Title: >+
3-
Tab Autocompletion (`autocomplete`)
3+
Tab Autocompletion: `autocomplete`
44
CategoryID: commands
55
SubCategoryIDs: [ commands.shell ]
66
Summary: >-

builtins/core/config/config_doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- DocumentID: config
22
Title: >+
3-
Shell Configuration And Settings (`config`)
3+
Shell Configuration And Settings: `config`
44
CategoryID: commands
55
SubCategoryIDs: [ commands.shell ]
66
Summary: >-

builtins/core/datatools/alter_doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- DocumentID: alter
22
Title: >+
3-
Alter Data Structure (`alter` / `~>`)
3+
Alter Data Structure: `alter`, `~>`
44
CategoryID: commands
55
SubCategoryIDs: [ commands.struct, parser.data ]
66
Summary: >-

builtins/core/datatools/count_doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- DocumentID: count
22
Title: >+
3-
Count (`count`)
3+
Count: `count`
44
CategoryID: commands
55
SubCategoryIDs:
66
- commands.list

builtins/core/datatools/structkeys_doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- DocumentID: struct-keys
22
Title: >+
3-
Print Map / Structure Keys (`struct-keys`)
3+
List object keys: `struct-keys`
44
CategoryID: commands
55
SubCategoryIDs: [ commands.struct ]
66
Summary: >-

builtins/core/element/element_doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- DocumentID: element
22
Title: >+
3-
Get Nested Element (`[[ Element ]]`)
3+
Get Nested Element: `[[ Element ]]`
44
CategoryID: parser
55
SubCategoryIDs: [ commands.struct, parser.data ]
66
Summary: >-

0 commit comments

Comments
 (0)