awesome-prompts/mkdocs.yml
2025-09-03 23:27:35 +08:00

75 lines
2.0 KiB
YAML

site_name: Prmbr Docs
site_url: https://prmbr.com
theme:
name: material
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: brown
accent: orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to system preference
logo: assets/logo.svg
favicon: assets/favicon.ico
extra:
analytics:
provider: google
property: G-NML19W8SRD
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
plugins:
- i18n:
docs_structure: suffix
languages:
- locale: zh
name: Chinese
default: true
build: true
- locale: en
name: English
build: true
# extra:
# alternate:
# - name: Chinese
# link: /zh/
# lang: zh
# - name: English
# link: /en/
# lang: en