forked from kaltura/developer-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathott.LucyBot.yml
69 lines (58 loc) · 1.58 KB
/
ott.LucyBot.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
specifications:
ott:
- openapi: ./ott.openapi.json
css:
- assets/ott.css
workflowDirectory: workflows/ott
routes:
/:
redirect: /api-docs
/api-docs:
title: Kaltura OTT API
for: ott
navigation: operationNavigation
meta:
title: "Kaltura OTT API Documentation"
description: "Full documentation for the Kaltura OTT API"
/console:
ui: console
for: ott
title: Kaltura OTT API Console
navigation: operationNavigation
meta:
title: "Kaltura OTT API Console"
description: "Make test calls to the Kaltura OTT API"
/workflows:
ui: workflows
for: ott
navigation:
- title: Add a Workflow
icon: plus
isAdd: true
- title: Contact Us
icon: assets/img/icons/contact.png
isContact: true
intro: |
Interactive workflows on this page will help you dive straight
into coding the various building blocks of your application.
Here you will find working code workflows together with detailed
explanations and documentation references.
#### What do you want to do today?
title: Workflows
icons: offset
meta:
title: "Kaltura API Workflows"
description: "Learn how to work with the Kaltura API using interactive workflows"
/new-workflow:
ui: workflow
for: ott
/preview-workflow:
ui: workflow
for: ott
operationNavigation:
- title: Overview
markdownFile: ./markdown/generated/ott.md
discussionURL: null
- title: "Client Libraries"
markdownFile: ./markdown/generated/client_libraries.md
discussionURL: null