-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathmkdocs.yml
More file actions
140 lines (128 loc) · 4.63 KB
/
Copy pathmkdocs.yml
File metadata and controls
140 lines (128 loc) · 4.63 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
# Project information
site_name: RingCentral Embeddable
site_url: https://embeddable.labs.ringcentral.com
# Repository
repo_url: https://github.com/ringcentral/ringcentral-embeddable
repo_name: ringcentral/ringcentral-embeddable
edit_uri: tree/main/docs
docs_dir: docs
theme:
name: material
custom_dir: overrides
features:
- announce.dismiss
- navigation.path
# - navigation.sections
- navigation.tabs
- navigation.top
- navigation.expand
- navigation.sections
- search.sharing
- search.highlight
- content.code.copy
- content.action.edit
- content.action.view
- content.code.annotate
plugins:
- material-ringcentral
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- badges
# - with-pdf
- exclude:
regex:
- '^\.#.*'
- '.*\.\#.*$'
hooks:
- scripts/mkdocs/hooks/shortcodes.py
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ringcentral
- icon: fontawesome/brands/twitter
link: https://twitter.com/ringcentraldevs
extra_css:
- extra.css
extra_javascript:
- extra.js
markdown_extensions:
- attr_list
- md_in_html
- admonition
- tables
- pymdownx.snippets:
base_path: docs
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
copyright: "2024-2025 RingCentral, Inc. All rights reserved."
nav:
- 'Home': index.md
- 'CTI Builder': demo.md
- 'Getting started':
- 'Registering your application': app-registration.md
- 'Develop your app': app-development.md
- 'Initialization':
- 'Javascript vs iframes': initialization.md
- 'Version control': versions.md
- 'Self-hosting': self-hosting.md
- 'Configuration':
- 'All parameters': config/index.md
- 'Setting parameters': config/setting-params.md
- 'Advanced parameters':
- 'Custom X-User-Agent': config/user-agent.md
- 'Custom Client ID': config/client-id.md
- 'Custom styles through CSS': config/styles.md
- 'Custom redirect Uri': config/redirect-uri.md
- 'Custom prefix': config/prefix.md
- 'Default call settings': config/call-settings.md
- 'Multiple Partner Brand Support': multiple-brands.md
- 'Noise reduction': config/noise-reduction.md
- 'Opening in a separate window': config/popup-window.md
- 'Running in multiple tabs': config/multiple-tabs.md
- 'Setting your environment': config/environment.md
- 'SMS templates': config/sms-template.md
- 'SMS settings': config/sms-settings.md
- 'Quick access badge': config/badge.md
- 'Audio': config/audio.md
- 'Voicemail drop (new)': config/voicemail-drop.md
- 'Developer guide':
- 'Events': integration/events.md
- 'API': integration/api.md
- 'Authorization': integration/authorization.md
- 'Embeddable 2.0': 2.x.md
- 'Embeddable 3.0 Beta': 3.x.md
- 'Service features':
- 'Service registration': integration/index.md
- 'Address book integration': integration/address-book.md
- 'Authentication': integration/third-party-auth.md
- 'Contact activities': integration/contact-activities.md
- 'Log calls': integration/call-logging.md
- 'Log meetings': integration/log-video-meeting.md
- 'Log messages': integration/message-logging.md
- 'Track SMS typing time (new)': integration/sms-typing-time.md
- 'Schedule meetings': integration/meeting-schedule.md
- 'View upcoming meetings': integration/upcoming-meetings.md
- 'VCard click handling': integration/vcard-clicks.md
- 'SMS toolbar button': 'integration/sms-toolbar-button.md'
- 'Do not contact': integration/do-not-contact.md
- 'User interface customization':
- 'Call logging form': integration/custom-call-log-page.md
- 'Pages': integration/custom-page.md
- 'Settings': integration/custom-settings.md
- 'Tabs': integration/custom-tab.md
- 'Call widgets (new)': integration/call-widget.md
- 'Banner': integration/custom-banner.md
- 'Page schema reference': https://ringcentral.github.io/ringcentral-embeddable/jsonschema-page/?path=/docs/jsonschemapage-documentation--docs
- 'Recipes':
- 'Analytics integration': integration/analytics.md
- 'Click-to-dial enablement': integration/click-to-dial.md
- 'Call pop': integration/call-pop.md
- 'Add a feedback prompt': integration/feedback-prompt.md
- 'Migration':
- 'Migrating from Github Page build': integration/new-latest-uri.md
- 'Troubleshooting': support.md
- 'Changelog': https://github.com/ringcentral/ringcentral-embeddable/releases