fraudo/mkdocs.yml
2022-08-25 14:27:23 +03:00

51 lines
912 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

docs_dir: "content"
site_name: "Fraudo|docs"
#repo_url: https://github.com/valitydev/fraudo
#edit_uri: ""
theme:
name: gitbook
highlightjs: true
icon:
logo: material/alpha-e-box
favicon: assets/favicon.ico
language: ru
features:
- toc.integrate
palette:
primary: teal
accent: teal
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
nav:
sort_order: reverse
strict: false
plugins:
- autolinks
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- smarty
- admonition
- def_list
- footnotes
- codehilite
- attr_list
- md_in_html
- meta
- toc:
permalink: true
nav:
- О языке: "index.md"
- Синтаксис:
- Синтаксис: "docs/syntax.md"
- Операции: "docs/operations.md"
- Примеры: "docs/examples.md"