forked from DataDog/datadog-api-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (58 loc) · 1.57 KB
/
mkdocs.yml
File metadata and controls
62 lines (58 loc) · 1.57 KB
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
site_name: Datadog API Client for Python
site_description: The home of Datadog API Python Client documentation
site_author: Datadog
site_url: https://datadoghq.dev/datadog-api-client-python/
repo_name: datadog/datadog-api-client-python
repo_url: https://github.com/DataDog/datadog-api-client-python
edit_uri: blob/master/docs
copyright: 'Copyright © Datadog, Inc. 2020-present'
docs_dir: docs
site_dir: site
theme:
name: material
language: en
# features:
# - navigation.tabs
# https://github.com/facelessuser/pymdown-extensions/issues/876#issuecomment-610164436
# - navigation.instant
palette:
scheme: slate
primary: deep purple
accent: deep purple
font:
text: Roboto
code: Roboto Mono
icon:
repo: fontawesome/brands/github-alt
favicon: assets/images/favicon.ico
logo: assets/images/logo.svg
nav:
- API:
- 'Version 1': v1/
- 'Version 2': v2/
plugins:
# Built-in
- search:
# Extra
- minify:
minify_html: true
- git-revision-date-localized:
type: date
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_if_no_docstring: yes
show_root_heading: yes
show_source: true
extra:
social:
- icon: fontawesome/solid/blog
link: https://www.datadoghq.com/blog/engineering/
- icon: fontawesome/brands/github-alt
link: https://github.com/DataDog
- icon: fontawesome/brands/twitter
link: https://twitter.com/datadoghq
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/datadoghq