-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
162 lines (155 loc) · 6.26 KB
/
mkdocs.yml
File metadata and controls
162 lines (155 loc) · 6.26 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# Project information
site_name: RingCentral Integrations
site_url: https://ringcentral.github.io/ringcentral-integration-docs
# Repository
# repo_url: https://github.com/ringcentral/ringcentral-integration-docs
# repo_name: ringcentral/ringcentral-integration-docs
# edit_uri: tree/main/docs
docs_dir: docs
theme:
name: material
custom_dir: overrides
favicon: img/favicon.png
logo: img/RingCentral_logo_color.png
font:
code: Roboto Mono
text: Inter Tight
features:
- navigation.path
# - navigation.sections
- navigation.tabs
- toc.integrate
- search.sharing
- search.highlight
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
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ringcentral
extra_css:
- extra.css
extra_javascript:
- archiver-nav.js
- presence-sync-method-tabs.js
- external-links-new-tab.js
plugins:
- privacy
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- exclude:
regex:
- "^#.*"
- "inc/templates.md"
markdown_extensions:
- attr_list
- md_in_html
- admonition
- markdown.extensions.sane_lists
- 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: "2025 RingCentral, Inc. All rights reserved."
nav:
- "Home": index.md
- "RingCentral Archiver":
- "Introduction": archiver/index.md
- "User Notice": archiver/user-notice.md
- "Disclaimer": archiver/disclaimer.md
- "Enable Archiver": archiver/enable-archiver.md
- "Admin Roles and Permissions": archiver/admin-roles-permissions.md
- "User Roles and Permissions": archiver/user-roles-permissions.md
- "System Requirements": archiver/system-requirements.md
- "Linking Storages to Archiver": archiver/connect-storage.md
- "Connect Dropbox": archiver/connect-dropbox.md
- "Connect SFTP": archiver/connect-sftp.md
- "SFTP Security Upgrade": archiver/sftp-security-upgrade.md
- "Connect Google Drive": archiver/connect-gdrive.md
- "Connect Box": archiver/connect-box.md
- "Connect Smarsh": archiver/connect-smarsh.md
- "Sync Options": archiver/sync-options.md
- "Archive Logs":
- "Overview": archiver/archive-logs.md
- "Retry Mechanism": archiver/retry-mechanism.md
- "Archive Status and Data Types": archiver/archive-status.md
- "Notifications": archiver/notifications.md
- "General Questions": archiver/questions.md
- "CRM Integrations":
- "RingCentral for HubSpot":
- "Introduction": hubspot/index.md
- "General Questions": hubspot/questions.md
- "Migration Guide": hubspot/migration.md
- "RingCentral for Salesforce":
- "Introduction": salesforce/index.md
- "Admin Guide":
- "Introduction": salesforce/admin-introduction.md
- "Install/Uninstall": salesforce/admin-installation.md
- "Environment Configuration": salesforce/admin-environment-configuration.md
- "Application Setup": salesforce/admin-application-setup.md
- "User Guide":
- "Introduction": salesforce/user-introduction.md
- "Initiating RingCentral": salesforce/user-initiating-ringcentral.md
- "Calls": salesforce/user-calls.md
- "Messages": salesforce/user-messages.md
- "Video": salesforce/user-video.md
- "Reports and Analytics": salesforce/user-reports-analytics.md
- "General Questions": salesforce/questions.md
- "RingCentral for Zendesk":
- "Introduction": zendesk/index.md
- "General Questions": zendesk/questions.md
- "RingCentral for Microsoft Dynamics 365":
- "Introduction": microsoftdynamics/index.md
- "Admin Guide":
- "Introduction": microsoftdynamics/admin-introduction.md
- "Installation and Configuration": microsoftdynamics/admin-installation.md
- "General Questions": microsoftdynamics/questions.md
- "Productivity Integrations":
- "RingCentral for MS Teams":
- "Overview": msteams/index.md
- "Teams Embedded App":
- "Admin Guide": msteams/embedded-app-admin.md
- "Multiple Microsoft 365 tenants": msteams/embedded-app-multiple-m365-tenants.md
- "Teams admin center install": msteams/embedded-app-teams-admin-center-install.md
- "User Guide": msteams/embedded-app-user.md
- "Teams Presence Sync":
- "Admin Guide": msteams/presence-sync-admin.md
- "User Guide": msteams/presence-sync-user.md
- "Local Network Access permission control from Chromium v142": msteams/chrome-lna-update.md
- "RingCentral for Microsoft Teams - Log Collection": msteams/log-collection.md
- "General Questions": msteams/questions.md
- "RingCentral for Zapier":
- "Overview": zapier/index.md
- "Release Notes": zapier/releases.md
- "Actions":
- "Create Post": zapier/create-post.md
- "Triggers":
- "New Call Log Record": zapier/call-log.md
- "New Call Recording": zapier/new-call-recording.md
- "ACE Processed Recording": zapier/ace-processed-recording.md
- "New SMS/MMS Received": zapier/sms-mms-received.md
- "New SMS/MMS Sent": zapier/sms-mms-sent.md
- "New Voicemail": zapier/new-voicemail.md
- "New Fax Received": zapier/new-fax-received.md
- "Scheduling Tools":
- "RingCentral Scheduler":
- "Overview": scheduler/index.md
- "General Questions": scheduler/questions.md
- "RingCentral for Microsoft Outlook":
- "Overview": outlook/index.md
- "RingCentral for Google Workspace":
- "Overview": googleworkspace/index.md