diff --git a/content/en/docs/Autonomous UAT Agent/_index.md b/content/en/docs/Autonomous UAT Agent/_index.md index 03b6689..0800a62 100644 --- a/content/en/docs/Autonomous UAT Agent/_index.md +++ b/content/en/docs/Autonomous UAT Agent/_index.md @@ -1,10 +1,12 @@ --- 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 8061eb5..7386260 100644 --- a/layouts/docs/single.html +++ b/layouts/docs/single.html @@ -1,12 +1,7 @@ {{ define "main" }} {{ partial "legacy-banner.html" . }}
- {{- $raw := strings.TrimLeft " \t\r\n" .RawContent -}} - {{- $hasTopMarkdownH1 := gt (len (findRE "^#\\s+" $raw 1)) 0 -}} - {{- $hasTopHtmlH1 := gt (len (findRE "^{{ .Title }} - {{- end -}} +

{{ .Title }}

{{ with .Params.description }}
{{ . | markdownify }}
{{ end }} {{ .Content }} {{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) (.Site.GoogleAnalytics)) }}