{{ .Site.Title }}
Full Documentation
Generated {{ now.Format "2006-01-02" }}
Table of Contents
{{- $docsSection := .Site.GetPage "/docs" -}} {{- range $docsSection.Sections.ByParam "weight" -}} {{- if not (in .RelPermalink "/print") -}}
{{ .Title }}
{{- range .Pages.ByParam "weight" -}}
{{ .Title }}
{{- end -}}
{{- end -}} {{- end -}}
{{- $docsSection := .Site.GetPage "/docs" -}} {{- range $docsSection.Sections.ByParam "weight" -}} {{- if not (in .RelPermalink "/print") -}}
{{ .Title }}
{{- if .Description -}}
{{ .Description }}
{{- end -}}
{{- range .Pages.ByParam "weight" -}}
{{- .Content -}}
{{- end -}} {{- end -}} {{- end -}}