Files
runbooks/config.yaml
Mac Chaffee 669b276f3a Enable the use of HTML in markdown
Signed-off-by: Mac Chaffee <me@macchaffee.com>
2022-02-03 10:01:19 -05:00

19 lines
493 B
YAML

baseURL: "https://runbooks.prometheus-operator.dev"
languageCode: "en-us"
title: "kube-prometheus runbooks"
theme: book
params:
BookRepo: "https://github.com/prometheus-operator/runbooks"
BookEditPath: "edit/main"
BookSearch: true
BookSection: "runbooks"
#BookMenuBundle: "/menu"
markup:
goldmark:
renderer:
# Allows rendering HTML tags. This would only be truly "unsafe" if we were accepting untrusted user input and rendering it, which we aren't.
unsafe: true