tstor/mkdocs/mkdocs.yml

46 lines
842 B
YAML
Raw Normal View History

2023-10-08 16:46:03 +00:00
site_name: tstor
site_url: https://tstor.com/
repo_url: https://git.kmsign.ru/royalcat/tstor
repo_name: tstor/tstor
2021-10-08 09:52:37 +00:00
nav:
2023-10-08 16:46:03 +00:00
- Home: index.md
- Getting Started: getting-started.md
- Tutorials: tutorials.md
- API Reference: api-reference.md
2021-10-08 09:52:37 +00:00
theme:
2023-10-08 16:46:03 +00:00
logo: images/tstor_icon.png
icon:
repo: fontawesome/brands/github
name: material
palette:
2021-10-08 09:52:37 +00:00
primary: white
features:
2021-10-08 09:52:37 +00:00
- navigation.tabs
2021-11-29 10:53:37 +00:00
- navigation.tabs.sticky
- navigation.sections
- navigation.instant
- navigation.tracking
- navigation.expand
- navigation.indexes
2021-10-08 09:52:37 +00:00
- navigation.top
- toc.integrate
edit_uri: edit/master/mkdocs/docs/
plugins:
- git-revision-date
2021-11-29 10:53:37 +00:00
- search
extra:
version:
default: latest
provider: mike
2021-10-08 09:52:37 +00:00
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight
2023-10-08 16:46:03 +00:00
- pymdownx.superfences