-
Notifications
You must be signed in to change notification settings - Fork 41
/
mkdocs.yml
executable file
·104 lines (95 loc) · 2.79 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
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 © 2023 Navixy
use_directory_urls: true
#strict: true - disabled to use --dirtyreload option. Enabled in build script.
docs_dir: docs
repo_name: SquareGPS/navixy-api
repo_url: https://github.com/SquareGPS/navixy-api
theme:
name: material
custom_dir: theme
favicon: assets/images/favicon.ico
icon:
repo: fontawesome/brands/github
palette:
scheme: default
primary: white
accent: blue
font:
text: Roboto
code: Roboto Mono
features:
- search.highlight
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
language: en
plugins:
- search:
separator: '[\s\.]+'
- 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
- macros
extra:
#manifest: manifest.webmanifest todo
repo_icon: github
homepage: https://developers.navixy.com
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/navixygps
- icon: fontawesome/brands/youtube
link: https://youtube.com/channel/UCL0u39pv4NlECAmFOZCZ-nw
- icon: fontawesome/regular/address-card
link: https://www.navixy.com/contact/
name: Contacts
api_example_url: https://api.navixy.com/v2
eco_fleet_api_example_url: https://api.navixy.com/eco_fleet/v1
extra_css:
- assets/stylesheets/extra.css
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.meta
- markdown.extensions.toc:
toc_depth: 3
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
user: SquareGPS
repo: navixy-api
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
# Enable analytics block to include scripts from /partial/integrations/analytics.html
google_analytics:
- UA-XXXXXXXX-X
- auto