-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
115 lines (109 loc) · 2.76 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
site_name: ARC
site_url: https://jimlyas.github.io/arc
site_author: jimlyas
site_description: ARC is collection of helpful implementation for Android application Development
repo_url: https://github.com/jimlyas/arc
repo_name: View on Github!
copyright: |
Copyright © 2022-2023 <a href="https://github.com/jimlyas" target="_blank" rel="noopener">Jimly A.</a>
docs_dir: docs/src
theme:
name: material
logo: assets/arc_logo.png
favicon: assets/arc_logo.png
custom_dir: docs/theme
languange: en
icon:
repo: fontawesome/brands/github
palette:
scheme: dracula
primary: red
accent: blue
font:
text: Roboto
code: Jetbrains Mono
features:
- content.code.annotate
- navigation.tracking
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- announce.dismiss
- navigation.top
- search.highlight
- search.suggest
- search.share
extra_css:
- stylesheets/extra.css
plugins:
- search
- social
- tags
- macros
- minify:
minify_html: true
minify_js: true
- glightbox:
touchNavigation: false
loop: false
effect: zoom
width: 100%
height: auto
zoomable: true
draggable: false
# Navigation
nav:
- Getting Started:
- index.md
- Dependencies: getting-started/dependencies.md
- Installation: getting-started/installation.md
- Reference:
- Data: data/introduction.md
- Presentation: presentation/introduction.md
- Utilities: utilities/introduction.md
- API Docs: api/index.html
markdown_extensions:
- abbr
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- footnotes
- def_list
- pymdownx.snippets
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.keys
- pymdownx.smartsymbols
- attr_list
- admonition
- meta
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- toc:
toc_depth: 2
title: On this page
permalink: true
permalink_title: Anchor link to this section for reference
slugify: !!python/name:pymdownx.slugs.uslugify
extra:
generator: false
social:
- icon: fontawesome/brands/figma
link: https://www.figma.com/@jimlyas
- icon: fontawesome/brands/medium
link: https://jimlyas.medium.com
- icon: fontawesome/brands/github
link: https://github.com/jimlyas
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/jimlyas