-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (49 loc) · 1.38 KB
/
mkdocs.yml
File metadata and controls
53 lines (49 loc) · 1.38 KB
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
site_name: flyfield Documentation
site_description: Tools to automate PDFs containing white box field placeholders
site_author: flywire
repo_name: flyfield
site_url: https://flywire.github.io/flyfield
repo_url: https://github.com/flywire/flyfield
edit_uri: edit/main/docs/
use_directory_urls: false
nav:
- Home: index.md
- Introduction: introduction.md
- Quick Start Guide: quick_start.md
- Installation: installation.md
- User Guide: usage.md
- Worked Example: example.md
- Process Overview: process.md
- FAQ: faq.md
- API Documentation: api.md
- Configuration: config.md
- Developer Guide: developer.md
- Glossary: glossary.md
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: true
show_root_heading: true
show_signature: true
members_order: source
inherited_members: true
theme:
name: material
color_mode: auto
user_color_mode_toggle: auto
features:
- navigation.footer
- content.action.edit
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format