forked from hswaw/hscloud
Sergiusz Bazanski
c881cf3c22
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
7 lines
172 B
TOML
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",
|
|
]
|