forked from proofit404/stories
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
47 lines (47 loc) · 1.04 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
---
strict: true
site_name: stories
site_description: Service objects designed with OOP in mind.
site_url: https://proofit404.github.io/stories
theme:
name: material
palette:
scheme: default
primary: deep-purple
accent: deep-purple
icon:
logo: material/language-python
repo: fontawesome/brands/github
language: en
features:
- navigation.tabs
repo_name: proofit404/stories
repo_url: https://github.com/proofit404/stories
edit_uri: ""
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.magiclink
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
extra_javascript:
- javascripts/extra.js
nav:
- Home:
- Home: index.md
- Installation: installation.md
- Changelog: changelog.md
- Usage:
- Story: story.md
- State: state.md
- Actor: actor.md
- Initiate: initiate.md
- Guides:
- Transactions: transactions.md