generated from entelecheia/hyperfast-python-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yaml
101 lines (96 loc) · 2.6 KB
/
mkdocs.yaml
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
site_name: "HyFI: Hydra Fast Interface"
site_url: https://hyfi.entelecheia.ai
site_author: Young Joon Lee <[email protected]>
site_description: >-
Hydra Fast Interface (Hydra and Pydantic based interface framework)
# Repository
repo_name: entelecheia/hyfi
repo_url: https://github.com/entelecheia/hyfi
edit_uri: edit/main/docs/
# Copyright
copyright: |
Copyright © 2023 <a href="https://github.com/entelecheia" target="_blank" rel="noopener">Young Joon Lee</a>
# Configuration
theme:
name: material
palette:
scheme: slate
features:
- navigation.instant
- navigation.top
- navigation.path
# - navigation.expand
- navigation.indexes
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
- search.highlight
- search.share
- search.suggest
- toc.follow
favicon: https://assets.entelecheia.ai/favicon.png # favicon: Path to the favicon image
logo: https://assets.entelecheia.ai/logo.png # logo: Path to the book logo
# Extensions
markdown_extensions:
- markdown_include.include:
base_path: .
- pymdownx.arithmatex:
generic: true
- admonition
- pymdownx.caret
- pymdownx.details
# - pymdownx.emoji:
# emoji_generator: "!!python/name:materialx.emoji.to_svg"
# emoji_index: "!!python/name:materialx.emoji.twemoji"
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets
- pymdownx.mark
- pymdownx.smartsymbols
- 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
- mkdocs-click
- codehilite
# Plugins
plugins:
- search
- include-markdown
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: google
# Customization
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
analytics:
provider: google
property: G-RGCZCJ4ZZF
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/entelecheia
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/entelecheia
# Page tree
# nav:
# - Home: index.md
# - Usage: usage.md