mirror of
https://github.com/MatMoul/dokytree.git
synced 2025-11-21 06:52:05 +00:00
Inital commit
This commit is contained in:
14
samples/doc_v1/doc/usage/_index.01.md
Normal file
14
samples/doc_v1/doc/usage/_index.01.md
Normal file
@@ -0,0 +1,14 @@
|
||||
```
|
||||
node app.js [args] docfile.yaml
|
||||
-p | --port Set listen port (default : 3000)
|
||||
-b | --bind Set listen ip (default : 127.0.0.1)
|
||||
```
|
||||
|
||||
This command start the documentation server.
|
||||
You can use it to view your changes.
|
||||
Then you can click on book link and print your doc as pdf.
|
||||
|
||||
### Additional tools
|
||||
VSCode - Editor for your documentation.
|
||||
Chromium or derived browser - To print PDF with converted link.
|
||||
Draw.io - Editor for schemas.
|
||||
4
samples/doc_v1/doc/usage/_index.yaml
Normal file
4
samples/doc_v1/doc/usage/_index.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
index: 2
|
||||
title: Usage
|
||||
headfiles:
|
||||
- 01.md
|
||||
Reference in New Issue
Block a user