forked from kaltura/developer-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredirects.js
38 lines (38 loc) · 1.68 KB
/
redirects.js
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
module.exports = {
"ad_cue_points":
{redirect: '/workflows/Engage_and_Publish/Advertisement_Cue_Points'},
"analytics":
{redirect: '/workflows/Integration_Scheduling_and_Hooks/Analytics_Reports'},
"app_tokens":
{redirect: '/workflows/Generate_API_Sessions/App_Token_Authentication'},
"authentication":
{redirect: '/workflows/Generate_API_Sessions/Authentication'},
"backend_notifications":
{redirect: '/workflows/Integration_Scheduling_and_Hooks/Backend_and_Email_Notifications'},
"captions":
{redirect: '/workflows/Enrich_and_Organize_Metadata/Captions'},
"code_cue_points":
{redirect: '/workflows/Engage_and_Publish/Cue_Points'},
"dynamic_thumbnails":
{redirect: '/workflows/Engage_and_Publish/Animated_Thumbnails_with_CSS_Stripes'},
"leaderboard_reports":
{redirect: '/workflows/Integration_Scheduling_and_Hooks/Leaderboard_Reports'},
"live_broadcast":
{redirect: '/workflows/Live_Stream_and_Broadcast'},
"metadata":
{redirect: '/workflows/Enrich_and_Organize_Metadata/Working_with_metadata'},
"player_external_skin_overrides":
{redirect: '/workflows/Engage_and_Publish/Kaltura_Player_External_Skin_Overrides'},
"player_uiconf":
{redirect: '/workflows/Engage_and_Publish/Player_UI_conf'},
"quiz":
{redirect: '/workflows/Engage_and_Publish/Quiz'},
"upload":
{redirect: '/workflows/Ingest_and_Upload_Media'},
"using_css_states":
{redirect: '/workflows/Engage_and_Publish/Using_CSS_states'},
"video_search":
{redirect: '/workflows/Search_Discover_and_Personalize/Kaltura_Media_Library_Search'},
"webvtt_captions":
{redirect: '/workflows/Enrich_and_Organize_Metadata/Serve_WebVTT_Captions'},
}