-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (68 loc) · 1.87 KB
/
Copy pathmkdocs.yml
File metadata and controls
78 lines (68 loc) · 1.87 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
site_name: degrotesque
site_url: https://github.com/dkrajzew/degrotesque
site_description: A web type setter
site_author: Daniel Krajzewicz
docs_dir: ./docs
repo_url: https://github.com/dkrajzew/degrotesque.git
edit_uri: ""
theme:
name: material
custom_dir: ./docs/materials_ext
font: false
palette:
primary: green
extra_css:
- stylesheets/extra.css
- stylesheets/prism.css
extra_javascript:
- js/prism.js
nav:
- Home: index.md
- Installation: install.md
- Usage:
- Command Line: cmd.md
- Embedded: embed.md
- Use Cases: use_cases.md
- Links: links.md
- API:
- degrotesque: api_degrotesque.md
- marker API: api_marker.md
- Abstract beg/end marker: api_marker_begend.md
- HTML marker: api_marker_html.md
- Markdown marker: api_marker_md.md
- Python marker: api_marker_python.md
- RST marker: api_marker_rst.md
- Text marker: api_marker_text.md
- Helper: api_helper.md
- Developer Docs:
- Workflow: workflow.md
- How To Extend: extend.md
- How To Release: release.md
- Notes: notes.md
- ChangeLog: changes.md
- License (BSD): license.md
- Legal: legal.md
- Appendices:
- Appendix A: appendixA.md
- Appendix B: appendixB.md
- Appendix C: appendixC.md
- Appendix D: appendixD.md
- Known Issues: issues.md
- FAQ: faq.md
- Services: services.md
exclude_docs:
markdown_extensions:
- admonition
- sane_lists
copyright: "© Copyright 2020–2024 Daniel Krajzewicz."
use_directory_urls: false
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [./]
options:
filters: [""]
show_source: False
docstring_style: "google"