File tree Expand file tree Collapse file tree 5 files changed +8
-1
lines changed
Expand file tree Collapse file tree 5 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ deps.pdf
1919.DS_Store
2020html
2121index.md
22+ index.html
2223* .coq.d
2324* .vok
2425* .vos
Original file line number Diff line number Diff line change 11[submodule "coqdocjs "]
22 path = coqdocjs
33 url = https://github.com/coq-community/coqdocjs.git
4+ [submodule "templates "]
5+ path = templates
6+ url = https://github.com/coq-community/templates.git
Original file line number Diff line number Diff line change 2828
2929.PHONY : all clean dist theories examples html
3030
31- TEMPLATES ?= ../ templates
31+ TEMPLATES ?= templates
3232
3333index.html : index.md
3434 pandoc -s $^ -o $@
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ documentation: |
7777 - Base directory to the provided theories
7878
7979coqdoc_index : |
80+ - [0.11.4](v0.11.4/toc.html)
81+ - [0.11.3](v0.11.3/toc.html)
8082 - [0.11.2](v0.11.2/toc.html)
8183 - [0.11.1](v0.11.1/toc.html)
8284 - [0.11.0](v0.11.0/toc.html)
You can’t perform that action at this time.
0 commit comments