-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
93 lines (93 loc) · 2.15 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
site_name: Convert API
plugins:
- search
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.smartsymbols
- pymdownx.keys
- pymdownx.inlinehilite
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
auto_title: true
linenums: true
linenums_style: pymdownx-inline
- pymdownx.superfences
- pymdownx.emoji
- pymdownx.details
- pymdownx.critic:
mode: view
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.betterem
- tables
- toc:
title: On this page
permalink: true
permalink_title: Anchor link to this section for reference
toc_depth: 3
- md_in_html
- meta
- footnotes
- def_list
- attr_list
- admonition
- abbr
nav:
- Home: index.md
- Weather Embed:
- Home: WeatherEmbed/index.md
- API-Documentation: WeatherEmbed/API-Documentation.md
- Product 2:
- Home: Product2/index.md
- API-Documentation: Product2/API-Documentation.md
theme:
font:
text: Roboto
code: Roboto Mono
features:
- header.autohide
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.tracking
- navigation.instant
favicon: images/favicon.png
name: material
custom_dir: overrides
logo: assets/logo.png
palette:
scheme: default
extra:
generator: false
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/goelajit
name: ajitgoel on Twitter
- icon: fontawesome/brands/github
link: https://github.com/ajitgoel
name: ajitgoel on Github
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ajitgoel/
name: ajitgoel on Linkedin
homepage: https://www.ajitgoel.com
analytics:
provider: google
property: G-XXXXXXXXXX
version:
provider: mike
copyright: Copyright © 2022 - 2099 Ajit Goel