-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmkdocs.yml
55 lines (55 loc) · 1.27 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
48
49
50
51
52
53
54
55
---
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.footer
- navigation.tabs
- navigation.tabs.sticky
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.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
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