-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
73 lines (67 loc) · 2.92 KB
/
mkdocs.yml
File metadata and controls
73 lines (67 loc) · 2.92 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
site_name: CoCoHub Docs
nav:
- About: index.md
# - Video Guides:
# - CoCoHub: tutorials/videos.md
# - Developers: tutorials/developer_videos.md
# - Vendors: tutorials/authors_videos.md
- Tutorials:
- Incorporate a component to Dialogflow with fulfillment: tutorials/map_dialogFlow_intent_to_component
- Add component to you ManyChat flow: tutorials/manychat1.md
- Calling a CoCo from Dialogflow(externally): tutorials/use_a_component_with_dialogflow_external
- Build a modular bot on wordpress: tutorials/wp_cocobot.md
- Alexa skill from scratch: tutorials/alexa_skill_from_scratch.md
- Connect your component to facebook: tutorials/facebook_channel.md
- Concepts:
# - Agents, Goals, State, and Actions: concepts/goals.md
- General: concepts/index.md
- Deep Dive:
- Conversational Component: concepts/convcomp.md
- Context: concepts/context.md
- How To's:
- Navigate based on user's input: howtos/navigation.md
- Build and use sub components: howtos/sub-comps.md
- Analyze Logs: howtos/analyze-logs.md
- Customize components: howtos/customize-comp.md
- Use Parameters: howtos/parameters.md
- Play audio files: howtos/audiofiles.md
- Connect a dialogflow agent to a face: howtos/dialogflow-video.md
- Channels:
- Publish to Zoom: howtos/channels/zoom.md
- Publish to Phone: howtos/channels/phone.md
- Publish to Facebook: howtos/channels/facebook.md
- Publish to Telegram: howtos/channels/telegram.md
- Publish to Alexa: howtos/channels/alexa.md
- Publish to Wordpress Website: howtos/channels/wordpress.md
- Publish to Website: howtos/channels/website.md
- Publish to Audiocodes: howtos/channels/audiocodes.md
- CCML: CCML.md
#- Developers:
# - SDKs: SDKs.md
- Vendors:
#- Vendor Toolkits: connectors.md
- Publishing guidelines: vendor-guidelines.md
- ⬅️ API Specs: https://cocohub.ai/docs
- ⬅️ CoCoHub: https://cocohub.ai/
- ⬅️ About AI: https://a-i.com/
repo_url: "https://github.com/conversationalcomponents/docs"
theme:
name: material
palette:
primary: blue
accent: blue
#logo: cocohub logo-09.svg
markdown_extensions:
- codehilite
- admonition
extra:
social:
- icon: fontawesome/brands/github
link: "https://github.com/conversationalcomponents"
- icon: fontawesome/brands/facebook
link: "https://facebook.com/ConversationalComponents"
google_analytics: ["UA-143011310-6", "docs.conversationalcomponents.com"]
extra_javascript:
- js_extra/luckyo.js
- js_extra/gitter.js
- https://sidecar.gitter.im/dist/sidecar.v1.js