Kekkai/mkdocs.yml

61 lines
1.6 KiB
YAML
Raw Permalink Normal View History

2024-10-24 19:27:47 +03:00
site_name: Kekkai
site_url: https://kekkai-docs.redume.su
site_author: Redume
site_description: The first free Open-Source Tool for Saving Historical Currency data
repo_name: Redume/Kekkai
repo_url: https://github.com/Redume/Kekkai
edit_uri: ''
copyright: Copyright © 2024 Redume
nav:
- Getting started:
- Docker [Recommended]: getting-started/docker.md
- Manual: getting-started/manual.md
- Contributing: getting-started/contributing.md
2024-11-08 20:26:48 +03:00
- Endpoints:
2024-11-18 12:58:58 +03:00
- Endpoints list: endpoints/list-endpoints.md
2024-11-08 20:26:48 +03:00
- Get currency rate - /api/getRate: endpoints/get-rate.md
- Create Charts - /api/getChart: endpoints/create-chart.md
2024-10-24 19:27:47 +03:00
- Config:
- Configure config.yaml: config/config-yaml.md
- Configure .env: config/config-env.md
- Configure nginx.conf: config/conf-nginx.md
2024-10-24 19:27:47 +03:00
theme:
language: en
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- content.code.copy
2024-11-08 20:26:48 +03:00
- content.tabs.link
2024-10-24 19:27:47 +03:00
markdown_extensions:
2024-11-08 20:26:48 +03:00
- pymdownx.tabbed:
alternate_style: true
2024-10-24 19:27:47 +03:00
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
2024-11-08 20:26:48 +03:00
- pymdownx.superfences
- tables