Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgroenen committed Oct 30, 2024
1 parent 730e65f commit 0622096
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ Aanvullende context en achtergrondinformatie zijn te vinden in het [voorwoord](f

## Inhoudsopgave

* [Auteurs](AUTHORS.md)
* [Voorwoord bij de vertaling](translation-foreword.md)
* [Voorwoord](foreword.md)
* [Leeswijzer](readers-guide.md)
* [Begrippenlijst](glossary.md)
* [Criteria](criteria/){% assign sorted = site.pages | sort:"order" %}{% for page in sorted %}{% if page.dir == "/nl/criteria/" %}{% if page.name != "index.md" %}{% if page.title %}
* [{{page.title}}]({{site.baseurl}}{{page.url}}){% endif%}{% endif%}{% endif%}{% endfor %}
* [Auteurs](AUTHORS.md)
* [Bijdragen](CONTRIBUTING.md)
* [Gedragscode](CODE_OF_CONDUCT.md)
* [Governance](GOVERNANCE.md)
Expand Down

0 comments on commit 0622096

Please sign in to comment.