Skip to content

Commit 7b19041

Browse files
committed
use zensical, WIP, tag system not completed yet.
1 parent a64ac00 commit 7b19041

File tree

6 files changed

+165
-344
lines changed

6 files changed

+165
-344
lines changed

Taskfile.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ version: '3'
66
vars:
77
PUBLIC_BRANCH: published
88
CURRENT_VERSION: 25.3
9-
MATERIAL_TAG: 9.6.14
10-
MATERIAL_INSIDER_TAG: 9.6.14-insiders-4.53.16
119

1210
tasks:
1311

@@ -19,22 +17,19 @@ tasks:
1917
- task --list
2018

2119
versions:
22-
desc: List relevant versions for a mkdocs material bug report
20+
desc: List relevant versions for a zensical material bug report
2321
silent: true
2422
cmds:
2523
- |
2624
cat << EOF
2725
- Python: {{.PYTHON_VERSION}}
28-
- MkDocs: {{.MKDOCS_VERSION}}
29-
- Material: {{.MATERIAL_VERSION}}
26+
- Zensical: {{.ZENSICAL_VERSION}}
3027
EOF
3128
vars:
3229
PYTHON_VERSION:
3330
sh: poetry run python --version
34-
MKDOCS_VERSION:
35-
sh: poetry run mkdocs --version | cut -d " " -f -3
36-
MATERIAL_VERSION:
37-
sh: poetry run pip show mkdocs-material | grep Version | cut -d " " -f 2
31+
ZENSICAL_VERSION:
32+
sh: poetry run zensical --version | cut -d " " -f -3
3833

3934
clean:
4035
desc: Clean up working directory
@@ -65,14 +60,14 @@ tasks:
6560
deps:
6661
- task: install
6762
cmds:
68-
- poetry run mkdocs build --strict
63+
- poetry run zensical build --strict
6964

7065
serve:
7166
desc: Serve the page on localhost
7267
deps:
7368
- task: install
7469
cmds:
75-
- poetry run mkdocs serve
70+
- poetry run zensical serve
7671

7772
use:public:
7873
desc: switch to public package (non insider)

docs/release-notes/corporate-memory-25-3/index.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@ The highlights of this release are:
2121

2222
- Explore: **Companion Chat-Based Data Interaction**
2323
- Introducing an **LLM-powered conversational interface** that lets you interact directly with your data.
24-
25-
Ask questions about your graphs, explore insights using query catalogs or autogenerated queries, and access Corporate Memory resources and modules—all within chat.
26-
27-
This feature takes data accessibility and interaction to an entirely new level.
24+
Ask questions about your graphs, explore insights using query catalogs or autogenerated queries, and access Corporate Memory resources and modules—all within chat.
25+
This feature takes data accessibility and interaction to an entirely new level.
2826

2927
- Explore: **Graph Insights**
3028
- Visually explore your graphs contents and relationships in an **aggregated representation** that scales easily to graphs with millions of nodes.
31-
32-
Offering a **compact and flexible overview** aggregating objects and relations and shows details on demand.
29+
Offering a **compact and flexible overview** aggregating objects and relations and shows details on demand.
3330

3431
<!--
3532
- Explore and Automate: **ADD YOURS**

docs/testing.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Current issues:
1919
### Example from Geometric mean: 1
2020

2121
- Weights: [1, 2, 1]
22+
2223
- Input values: [0.0, 0.0, 0.0]
24+
2325
- Returns: `0.0`
2426

2527
!!! example "Example from Geometric mean: 1"
@@ -57,6 +59,7 @@ Current issues:
5759
- *defaultValue*: `1.0`
5860

5961
- Input values: [(none)]
62+
6063
- Returns: `1.0`
6164

6265
!!! example "Outputs the default score, if no input score is provided"
@@ -94,6 +97,8 @@ Current issues:
9497
``` json title="Source"
9598
[2003-03-01]
9699
```
100+
101+
97102
``` json title="Target"
98103
[2003-03-01]
99104
```
@@ -113,20 +118,18 @@ Current issues:
113118
1. `[hello world]`
114119

115120
- Returns:
116-
117-
`[HelloWorld]`
121+
`[HelloWorld]`
118122

119123

120124
### Example from Coalesce: 5
121125

122126
- Input values:
123-
1. `[]`
124-
2. `[first A, first B]`
125-
3. `[second]`
127+
1. `[]`
128+
2. `[first A, first B]`
129+
3. `[second]`
126130

127131
- Returns:
128-
129-
`[first A, first B]`
132+
`[first A, first B]`
130133

131134
!!! example "Example 5"
132135

@@ -135,9 +138,13 @@ Current issues:
135138
``` json title="1."
136139
[]
137140
```
141+
142+
138143
``` json title="2."
139144
[first A, first B]
140145
```
146+
147+
141148
``` json title="3."
142149
[second]
143150
```
@@ -159,8 +166,7 @@ Current issues:
159166
2. `[Last]`
160167

161168
- Returns:
162-
163-
`[First-Last]`
169+
`[First-Last]`
164170

165171

166172
### Example of Concatenate multiple values: 6
@@ -169,16 +175,19 @@ Current issues:
169175
- *glue*: `\n\t\\`
170176

171177
- Input values:
172-
1. `[a
173-
\b, c]`
178+
1.
179+
```json
180+
[a
181+
\b, c]
182+
```
174183

175184
- Returns:
176-
177-
→ `[a
178-
179-
\b
180-
181-
\c]`
185+
186+
```json
187+
[a
188+
\b
189+
\c]
190+
```
182191

183192

184193
!!! example "Example 5"

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extra:
5959
Validation: validation
6060
Filesystem: material-file-tree
6161
Volume: fontawesome-solid-hard-drive
62-
"Load Balancer": simple-awselasticloadbalancing
62+
# "Load Balancer": simple-awselasticloadbalancing
6363
Variables: variables
6464
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/
6565
version:
@@ -183,7 +183,7 @@ theme:
183183
keycloak: material/openid
184184
validation: octicons/verified-16
185185
material-file-tree: material/file-tree
186-
simple-awselasticloadbalancing: simple/awselasticloadbalancing
186+
# simple-awselasticloadbalancing: simple/awselasticloadbalancing
187187
fontawesome-solid-hard-drive: fontawesome/solid/hard-drive
188188
variables: material/variable-box
189189
# https://squidfunk.github.io/mkdocs-material/reference/annotations/

0 commit comments

Comments
 (0)