diff --git a/content/en/docs/Autonomous UAT Agent/_index.md b/content/en/docs/Autonomous UAT Agent/_index.md index 0800a62..03b6689 100644 --- a/content/en/docs/Autonomous UAT Agent/_index.md +++ b/content/en/docs/Autonomous UAT Agent/_index.md @@ -1,12 +1,10 @@ --- title: "Autonomous UAT Agent" -linkTitle: "autonomous-uat-agent" +linkTitle: "Autonomous UAT Agent" weight: 10 description: > General documentation for D66 and the Autonomous UAT Agent --- -# General Documentation (D66) - This section contains the core documentation for D66, focusing on how the Autonomous UAT Agent works and how to run it. diff --git a/layouts/docs/single.html b/layouts/docs/single.html index 7386260..8061eb5 100644 --- a/layouts/docs/single.html +++ b/layouts/docs/single.html @@ -1,7 +1,12 @@ {{ define "main" }} {{ partial "legacy-banner.html" . }}
-

{{ .Title }}

+ {{- $raw := strings.TrimLeft " \t\r\n" .RawContent -}} + {{- $hasTopMarkdownH1 := gt (len (findRE "^#\\s+" $raw 1)) 0 -}} + {{- $hasTopHtmlH1 := gt (len (findRE "^{{ .Title }} + {{- end -}} {{ with .Params.description }}
{{ . | markdownify }}
{{ end }} {{ .Content }} {{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) (.Site.GoogleAnalytics)) }}