Compare commits

..

No commits in common. "415ad428f723e9f91a7a1fece6111c12f4ef7a3f" and "3543cec4a9a382e784ccd1ace050bee4a468fe32" have entirely different histories.

View file

@ -14,12 +14,12 @@
{{ range . }}
{{ $bucket_name := .Name }}
{{ $bucket_display_name := .DisplayName }}
<details class="documentationCategorie">
<summary class="documentationDescription">{{ $bucket_display_name }}</summary>
<details>
<summary>{{ $bucket_display_name }}</summary>
<ul>
{{ range .Documents }}
<li class="documentationDocument"> <a href="/public/documentation/{{ $bucket_name }}/{{ . }}">{{ . }}</a></li>
<li> <a href="/public/documentation/{{ $bucket_name }}/{{ . }}">{{ . }}</a></li>
{{ end}}
</ul>
</details>