github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/gen/changelog-md-doc.tmpl (about)

     1  {{ if env "DOCGEN_TARGET=vuepress" }}---
     2  #tag:
     3  #  - {{ md .CategoryID }}
     4  {{ if .Related }}{{ range $i,$a := .Related }}{{ if gt $i 0 }}{{ end }}
     5  #  - {{ md .Hierarchy }}{{ end }}
     6  {{ end }}
     7  ---
     8  
     9  {{ end }}# {{ md .Title }}
    10  
    11  {{ md (include .Summary) }}
    12  
    13  {{ md (include .Description) }}
    14  
    15  <hr>
    16  
    17  Published: {{ date .DateTime }} at {{ time .DateTime }}{{ if .Related }}
    18  
    19  ## See Also
    20  
    21  {{ range $i,$a := .Related }}{{ if gt $i 0 }}
    22  {{ end }}* [{{ md .Title }}](../{{ md .Hierarchy }}.md):
    23    {{ md .Summary }}{{ end }}{{ end }}
    24  
    25  <hr/>
    26  
    27  This document was generated from [{{ .SourcePath }}](https://github.com/lmorg/murex/blob/master/{{ .SourcePath }}).