-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
39 lines (32 loc) · 1.04 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
site_name: RingCentral Chatbot Framework for Javascript
site_url: https://ringcentral.github.io/ringcentral-chatbot-js
site_description: The RingCentral Chatbot Framework for Javascript aids developers in creating and deploying bots for RingCentral Team Messaging (a.k.a. "Glip").
repo_url: https://github.com/ringcentral/ringcentral-chatbot-js
plugins:
- search
- bootstrap-tables
theme:
name: moonstone
fluid_layout: False
custom_dir: 'theme/'
markdown_extensions:
- markdown.extensions.admonition
- pymdownx.details
- pymdownx.keys
- pymdownx.superfences
- codehilite:
linenums: "None"
nav:
- Home: index.md
- Getting Started: developers/get-started.md
- Building Bots: developers/bots.md
- Project Structure: developers/structure.md
- Deploying to AWS Lambda: developers/lambda.md
- Developing "Skills": developers/skills.md
- Bot Maintenance: developers/maintain.md
- Sample Bots: samples.md
- About: about.md
extra_css:
- css/extra.css
copyright: Copyright 2019 RingCentral Inc.
google_analytics: