mirror of
https://github.com/MatMoul/dokytree.git
synced 2025-11-21 06:52:05 +00:00
Inital commit
This commit is contained in:
17
samples/doc_v1/doc/structure/01_tree/_index.01.md
Normal file
17
samples/doc_v1/doc/structure/01_tree/_index.01.md
Normal file
@@ -0,0 +1,17 @@
|
||||
```
|
||||
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
|
||||
```
|
||||
3
samples/doc_v1/doc/structure/01_tree/_index.yaml
Normal file
3
samples/doc_v1/doc/structure/01_tree/_index.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
title: Tree
|
||||
headfiles:
|
||||
- 01.md
|
||||
Reference in New Issue
Block a user