-
Notifications
You must be signed in to change notification settings - Fork 8
/
backup_mkdocs.yml
89 lines (88 loc) · 2.08 KB
/
backup_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
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
docs_dir: docs
edit_uri: ''
extra_css:
- css/termynal.css
- css/custom.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- https://sidecar.gitter.im/dist/sidecar.v1.js
- js/termynal.js
- js/custom.js
- js/chat.js
markdown_extensions:
- toc:
permalink: true
toc_depth: 4
- markdown_include.include:
base_path: docs
- admonition
- extra
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format ''
name: mermaid
- class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
name: math
- pymdownx.highlight:
extend_pygments_lang:
- lang: php
name: php-inline
options:
startinline: true
- lang: pycon
name: pycon3
options:
python3: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite:
custom_inline:
- class: arithmatex
format: !!python/name:pymdownx.arithmatex.inline_mathjax_format
name: math
- pymdownx.escapeall:
hardbreak: true
nbsp: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
nav:
- Home: index.md
- Data Processing Pipeline: medicalai/dataset_processors.md
- Core: medicalai/core.md
- AI Networks: medicalai/networks.md
- Model Statistics: medicalai/modelStats.md
plugins:
- search
- awesome-pages
repo_name: 'aibharata/medicalAI'
repo_url: 'https://github.com/aibharata/medicalAI/'
site_description: Medicalai framework - high performance, easy to learn, fast to code,
ready for production
site_dir: _build/site
site_name: Medicalai
#site_url: https://aibharata.github.io/medicalAI/
theme:
favicon: img/logo.png
font:
code: Roboto Mono
text: Roboto
icon:
repo: fontawesome/brands/github-alt
language: en
logo: img/logo.png
name: material
- name: Deploy MkDocs
uses: mhausenblas/[email protected]