mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-26 01:26:11 +00:00
18 lines
644 B
Markdown
18 lines
644 B
Markdown
|
```
|
||
|
doc
|
||
|
|- doc/ # Documentation tree
|
||
|
| |- category/ # Child node
|
||
|
| | |- _index.yaml # Node information
|
||
|
| | |- item1.yaml # Item data
|
||
|
| | |- item1.01.md # Item extra file
|
||
|
| |- _index.yaml # Node information
|
||
|
| |- _index.01.md # Node extra file
|
||
|
| |- _index.01.txt # Node extra file
|
||
|
| |- _index.01.pug # Node extra file
|
||
|
| |- _index.01.svg # Node extra file
|
||
|
|- templates/ # Pug Templates
|
||
|
| |- template1.pug # A pugjs template
|
||
|
| |- template2.pug # A pugjs template
|
||
|
|- doc.yaml # Documentation main file
|
||
|
```
|