Skip to content

Commit 078c045

Browse files
authored
Merge pull request #90 from coq-community/index-documentation
feat: Add index_documentation
2 parents a678571 + 56a9136 commit 078c045

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

index.md.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ Related publications, if any, are listed below.
5555
{{# authors }}
5656
- {{& name }}{{# orcid }} [<img src="https://zenodo.org/static/img/orcid.svg" height="14px" alt="ORCID logo" />](https://orcid.org/{{ orcid }}){{/ orcid }}{{# initial }} (initial){{/ initial }}
5757
{{/ authors }}{{& after_authors }}
58+
59+
{{& index_documentation }}

ref.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,12 @@ fields:
388388
The part of the README that is not auto-generated.
389389
used:
390390
- README.md
391+
- index_documentation:
392+
required: false
393+
description: >
394+
The part of index.md that is not auto-generated.
395+
used:
396+
- index.md
391397
- coqdoc_index:
392398
required: false
393399
description: Position of Coqdoc main page relative to index

0 commit comments

Comments
 (0)