Skip to content

Commit 92470dd

Browse files
committed
Generate index with old template
1 parent 6fdc358 commit 92470dd

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ deps.pdf
1919
.DS_Store
2020
html
2121
index.md
22+
index.html
2223
*.coq.d
2324
*.vok
2425
*.vos

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dist:
2828

2929
.PHONY: all clean dist theories examples html
3030

31-
TEMPLATES ?= ../templates
31+
TEMPLATES ?= templates
3232

3333
index.html: index.md
3434
pandoc -s $^ -o $@

meta.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ documentation: |
7777
- Base directory to the provided theories
7878
7979
coqdoc_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)

templates

Submodule templates added at 36b28e0

0 commit comments

Comments
 (0)