Compare commits
No commits in common. "415ad428f723e9f91a7a1fece6111c12f4ef7a3f" and "3543cec4a9a382e784ccd1ace050bee4a468fe32" have entirely different histories.
415ad428f7
...
3543cec4a9
1 changed files with 3 additions and 3 deletions
|
@ -14,12 +14,12 @@
|
||||||
{{ range . }}
|
{{ range . }}
|
||||||
{{ $bucket_name := .Name }}
|
{{ $bucket_name := .Name }}
|
||||||
{{ $bucket_display_name := .DisplayName }}
|
{{ $bucket_display_name := .DisplayName }}
|
||||||
<details class="documentationCategorie">
|
<details>
|
||||||
<summary class="documentationDescription">{{ $bucket_display_name }}</summary>
|
<summary>{{ $bucket_display_name }}</summary>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{{ range .Documents }}
|
{{ range .Documents }}
|
||||||
<li class="documentationDocument"> <a href="/public/documentation/{{ $bucket_name }}/{{ . }}">{{ . }}</a></li>
|
<li> <a href="/public/documentation/{{ $bucket_name }}/{{ . }}">{{ . }}</a></li>
|
||||||
{{ end}}
|
{{ end}}
|
||||||
</ul>
|
</ul>
|
||||||
</details>
|
</details>
|
||||||
|
|
Loading…
Reference in a new issue