This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
71 lines (69 loc) · 1.71 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
site_name: prefect-monday
site_url: https://PrefectHQ.github.io/prefect-monday
repo_url: https://github.com/PrefectHQ/prefect-monday
edit_uri: edit/main/docs/
theme:
name: material
favicon: img/favicon.ico
palette:
primary: blue
accent: blue
icon:
repo: fontawesome/brands/github
logo:
img/prefect-logo-mark-solid-white-500.png
font:
text: Inter
code: Source Code Pro
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- codehilite
- md_in_html
- meta
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- pymdownx.tabbed
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- mkdocstrings:
handlers:
python:
rendering:
show_root_heading: True
show_object_full_path: False
show_category_heading: False
show_bases: False
show_signature: False
heading_level: 1
watch:
- prefect_monday/
- README.md
nav:
- Home: index.md
- Credentials: credentials.md
- Graphql: graphql.md
- Utils: utils.md
- Account: account.md
- App Subscription: app_subscription.md
- Apps Monetization Status: apps_monetization_status.md
- Assets: assets.md
- Boards: boards.md
- Complexity: complexity.md
- Items: items.md
- Items By Column Values: items_by_column_values.md
- Items By Multiple Column Values: items_by_multiple_column_values.md
- Me: me.md
- Mutations: mutations.md
- Tags: tags.md
- Teams: teams.md
- Updates: updates.md
- Users: users.md
- Webhooks: webhooks.md
- Graphql Schema: schemas/graphql_schema.md