-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
97 lines (91 loc) · 2.14 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
# Project information
site_name: OkDynamic
site_url: https://jimlyas.github.io/okdynamic/
site_author: jimlyas
site_description: >-
Okhttp interceptor to help you dynamically change your Back-End's environment
theme:
name: material
language: en
features:
- content.code.annotate
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: red
accent: red
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: logo
plugins:
- search
- macros
- minify:
minify_html: true
minify_js: true
# Repository
repo_url: https://github.com/jimlyas/okdynamic
repo_name: View on Github!
copyright: © 2021 Jimly A.
# Navigation
nav:
- Home: index.md
- Download: download.md
- Implementation: implementation.md
- Security: security.md
markdown_extensions:
- abbr
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- footnotes
- def_list
- pymdownx.snippets
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.smartsymbols
- attr_list
- admonition
- meta
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- 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/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