Documentation updates (downloadable examples for README.md).
This commit is contained in:
parent
b1b8a507dd
commit
afdcecb52b
|
@ -58,7 +58,7 @@ the [ribbon icon](#ribbon_icon) section for details
|
||||||
|
|
||||||
The specified rule is to sort items alphabetically
|
The specified rule is to sort items alphabetically
|
||||||
|
|
||||||
> IMPORTANT: indentation matters in all of the examples
|
> IMPORTANT: indentation matters in all the examples
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
|
@ -67,6 +67,7 @@ sorting-spec: |
|
||||||
< a-z
|
< a-z
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
|
(Download the [sortspec.md](./docs/examples/1/sortspec.md) file of this example)
|
||||||
|
|
||||||
which can result in:
|
which can result in:
|
||||||
|
|
||||||
|
@ -176,6 +177,8 @@ sorting-spec: |
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
|
|
||||||
|
(Download the [sortspec.md](./docs/examples/5/sortspec.md) file of this example)
|
||||||
|
|
||||||
which will have the effect of:
|
which will have the effect of:
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
sorting-spec: |
|
||||||
|
target-folder: /
|
||||||
|
< a-z
|
||||||
|
---
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
sorting-spec: |
|
||||||
|
target-folder: /
|
||||||
|
Projects
|
||||||
|
Areas
|
||||||
|
Responsibilities
|
||||||
|
Archive
|
||||||
|
---
|
Loading…
Reference in New Issue