-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
76 lines (70 loc) · 1.85 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
# Project information
site_name: RingCentral Integrations
site_url: https://github.com/ringcentral/ringcentral-integration-docs
# Repository
repo_url: https://github.com/ringcentral/ringcentral-integration-docs
repo_name: ringcentral/ringcentral-integration-docs
edit_uri: tree/master/docs
docs_dir: docs
theme:
name: material
logo: img/RingCentral_logo_color.png
font:
code: Roboto Mono
text: Inter Tight
features:
- navigation.path
- navigation.sections
# - navigation.expand
# - navigation.tabs
- navigation.prune
- search.sharing
- search.highlight
# - toc.integrate
palette:
- scheme: default
primary: custom
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ringcentral
- icon: fontawesome/brands/twitter
link: https://twitter.com/ringcentraldevs
extra_css:
- extra.css
markdown_extensions:
- attr_list
- md_in_html
- admonition
- mdx_include
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
copyright: "2023-2025 RingCentral, Inc. All rights reserved."
nav:
- 'Home': index.md
- 'Zapier':
- 'Overview': zapier/index.md
- 'Your first Zap': zapier/getting-started.md
- 'Zapier triggers': zapier/triggers.md
- 'Zapier actions': zapier/actions.md
- 'All products':
- 'Index': products.md
- 'Archiver': archiver/index.md
- 'Support': support.md