46 lines
1014 B
YAML
46 lines
1014 B
YAML
site_name: Prmbr Docs
|
|
site_url: https://prmbr.com
|
|
theme:
|
|
name: material
|
|
|
|
extra:
|
|
analytics:
|
|
provider: google
|
|
property: G-NML19W8SRD
|
|
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
|