-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
36 lines (33 loc) · 874 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
site_name: Pyrallis
repo_name: 'eladrich/pyrallis'
repo_url: 'https://github.com/eladrich/pyrallis'
theme:
name: material
palette:
scheme: slate
primary: "blue grey"
logo: pyrallis_only_logo.png
favicon: pyrallis_only_logo.png
features:
- navigation.tabs
- toc.integrate
- content.code.annotate
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Welcome to Pyrallis: "index.md"
- Pyrallis Step by Step: "step_by_step.md"
- The Pyrallis API: "api.md"
# - On Dataclasses and Typing: ""
# - Design Choices: ""