mirror of
https://github.com/prometheus-operator/runbooks.git
synced 2026-02-14 08:49:52 +00:00
19 lines
493 B
YAML
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
|