A versatil documentation system based on yaml files in directory tree with pugjs templates
Go to file
2024-10-31 21:24:53 +01:00
packaging Version 0.0.7 2024-10-31 21:24:53 +01:00
samples Some improvement for IT doc 2024-10-31 21:24:37 +01:00
src Some improvement for IT doc 2024-10-31 21:24:37 +01:00
LICENSE Inital commit 2023-03-09 00:38:30 +01:00
makerelease Update makerelease 2023-03-11 03:48:20 +01:00
README.md Inital commit 2023-03-09 00:38:30 +01:00

dokytree

Documentation system that use simple yaml file in directory tree.

Requirements :

  • nodejs 19 to launch app.js
  • vscode to edit documentation
  • chromium to view and print as pdf documentation
  • wget to extract a static website of the documentation

Get started :

  • Use a sample documentation
  • Launch the server : node app.js doc.yaml
  • Browse the doc with your browser : http://127.0.0.1:3000/
  • Edit the doc (with vscode)
  • Print the doc book as pdf with chromium