forked from SquareGPS/navixy-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
135 lines (125 loc) · 3.63 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
site_name: Navixy Developer Documentation
site_url: https://developers.navixy.com
site_author: Navixy Team
site_description: >-
API and technical documentation for developers and partners.
Feel free to use our comprehensive REST API to integrate Navixy with CRMs,
ERPs or any other 3rd party tools. You can also use it to build your custom web applications.
copyright: Copyright © 2020 Navixy
use_directory_urls: true
strict: true
docs_dir: docs
repo_name: SquareGPS/navixy-api
repo_url: https://github.com/SquareGPS/navixy-api
#edit_uri: ""
# now using awesome-pages plugin
#nav:
# - General:
# - Overview: general/index.md
# - Getting Started: general/getting-started.md
# - Backend API:
# - Backend API: backend-api/index.md
# - Resources: backend-api/resources/index.md
# - Panel API:
# - Panel API: panel-api/index.md
# - Self-hosted:
# - Self-hosted: self-hosted/index.md
# - Localizations:
# - Localizations: localizations/index.md
theme:
name: material
custom_dir: theme
favicon: assets/images/favicon.ico
icon:
repo: fontawesome/brands/github
palette:
scheme: default
primary: black
accent: blue
font:
text: Roboto
code: Roboto Mono
features:
- tabs
language: en
plugins:
- search:
separator: '[\s\_\.]+'
- macros
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true
- git-revision-date-localized:
type: date
fallback_to_build_date: true
- awesome-pages:
filename: .pages.yml
collapse_single_pages: false
strict: true
- pdf-export:
combined: true
combined_output_path: full-navixy-api-documentation.pdf
theme_handler_path: theme/pdf-theme-handler.py
media_type: print
enabled_if_env: ENABLE_PDF_EXPORT
extra:
#manifest: manifest.webmanifest todo
repo_icon: github
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/SquareGPS
- icon: fontawesome/brands/twitter
link: https://twitter.com/Navixy
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/navixy/
- icon: fontawesome/brands/facebook
link: https://facebook.com/NavixyGPS
- icon: fontawesome/brands/instagram
link: https://instagram.com/squaregps
- icon: fontawesome/brands/youtube
link: https://youtube.com/channel/UCL0u39pv4NlECAmFOZCZ-nw
- icon: fontawesome/regular/address-card
link: https://navixy.com/contact/
name: Contacts
extra_css:
- assets/stylesheets/extra.css
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.striphtml:
strip_comments: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
# repo_url_shorthand: true
# user: SquareGPS
# repo: todo
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
#google_analytics:
# - UA-XXXXXXXX-X todo
# - auto