add mdbook example

This commit is contained in:
Trevor Bentley
2023-01-15 18:27:18 +01:00
parent 88e76d788c
commit a5e01d22f5
9 changed files with 106 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Summary
# Git Repositories
{% for repo in repos | sort(attribute="name") | reverse -%}
- [{{repo.name}}]({{repo.name}}/about.md)
- [history]({{repo.name}}/history.md)
- [branches]({{repo.name}}/branches.md)
- [tags]({{repo.name}}/tags.md)
{% endfor -%}