4
0
Fork 2
mirror of https://gerrit.hackerspace.pl/hscloud synced 2024-10-18 08:27:46 +00:00
hscloud/hackdoc.toml
Sergiusz Bazanski c881cf3c22 devtools/hackdoc: init
This is hackdoc, a documentation rendering tool for monorepos.

This is the first code iteration, that can only serve from a local git
checkout.

The code is incomplete, and is WIP.

Change-Id: I68ef7a991191c1bb1b0fdd2a8d8353aba642e28f
2020-04-08 20:03:12 +02:00

7 lines
172 B
TOML

default_index = ["index.md", "readme.md", "README.md"]
[template.default]
sources = [
"//devtools/hackdoc/tpl/base.html",
"//devtools/hackdoc/tpl/default.html",
]