Ajouter liste de documents à /documentation
This commit is contained in:
parent
51d5dde7b4
commit
3dcb86d65f
4 changed files with 164 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue