Ajouter liste de documents à /documentation

This commit is contained in:
Victor Lacasse-Beaudoin 2023-04-26 16:51:13 -04:00
parent 51d5dde7b4
commit 3dcb86d65f
4 changed files with 164 additions and 2 deletions

View file

@ -8,7 +8,18 @@
</head>
<body>
{{ template "header-html" }}
<h1>Documentation</h1>
<h2>Documentation</h2>
<p>
{{ range . }}
<h3>{{ .Name }}</h3>
<ul>
{{ range .Documents }}
<li>{{ . }}</li>
{{ end}}
</ul>
{{ end }}
</p>
</body>
</html>
{{ end }}