-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpydoc-markdown.yml
84 lines (84 loc) · 2.43 KB
/
pydoc-markdown.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
loaders:
- type: python
search_path: [grafana_api]
processors:
- type: filter
- type: smart
- type: crossref
renderer:
type: mkdocs
pages:
- title: Home
name: index
source: docs/grafana_api_sdk.md
- title: API SDK
name: grafana_api
children:
- title: Model
contents: [ model.* ]
- title: Api
contents: [ api.* ]
- title: Alerting
contents: [ alerting.* ]
- title: Alerting Provisioning
contents: [ alerting_provisioning.* ]
- title: Legacy Alerting
contents: [ legacy_alerting.* ]
- title: Alerting Notifications
contents: [ alerting_notifications.* ]
- title: Admin
contents: [ admin.* ]
- title: Annotations
contents: [ annotations.* ]
- title: Authentication
contents: [ authentication.* ]
- title: Correlations
contents: [ correlations.* ]
- title: Datasource
contents: [ datasource.* ]
- title: Dashboard
contents: [ dashboard.* ]
- title: External Group
contents: [ external_group.* ]
- title: Folder
contents: [ folder.* ]
- title: Library
contents: [ library.* ]
- title: Licensing
contents: [ licensing.* ]
- title: Organisation
contents: [ organisation.* ]
- title: Other HTTP
contents: [ other_http.* ]
- title: PlayList
contents: [ playlist.* ]
- title: Legacy Playlist
contents: [ legacy_playlist.* ]
- title: Preferences
contents: [ preferences.* ]
- title: Query History
contents: [ query_history.* ]
- title: RBAC
contents: [ rbac.* ]
- title: Reporting
contents: [ reporting.* ]
- title: Search
contents: [ search.* ]
- title: Service Account
contents: [ service_account.* ]
- title: SSO Settings
contents: [ sso_settings.* ]
- title: Short url
contents: [ short_url.* ]
- title: Snapshot
contents: [ snapshot.* ]
- title: Team
contents: [ team.* ]
- title: User
contents: [ user.* ]
mkdocs_config:
site_name: Grafana API SDK
theme: material
repo_url: https://github.com/ZPascal/grafana_api_sdk
markdown_extensions:
- pymdownx.tasklist