Generate a basic documentation website with the mkdocs toolkit.
No content yet other than man pages. To make the man pages render nicely in mkdocs, I removed the static %-headers and put the code for them into default.md.tmp.do instead. That way, the raw input redo-*.md files will look right in mkdocs.
This commit is contained in:
parent
2eb9e91c7c
commit
4cf156e930
18 changed files with 45 additions and 45 deletions
|
|
@ -1,3 +1,7 @@
|
|||
redo-ifchange ../version/vars $2.md
|
||||
. ../version/vars
|
||||
sed -e "s/%VERSION%/$TAG/" -e "s/%DATE%/$DATE/" $2.md
|
||||
cat - $2.md <<-EOF
|
||||
% $2(1) Redo $TAG
|
||||
% Avery Pennarun <apenwarr@gmail.com>
|
||||
% $DATE
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue