Skip to content

Commit 0507a5a

Browse files
docs: add videos > quick start (#192)
* docs: add quick start * Fix typo
1 parent 105fa42 commit 0507a5a

File tree

4 files changed

+41
-1
lines changed

4 files changed

+41
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"label": "Embedding"
3+
}

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Welcome
44
slug: /
55
---
66

7-
# Getting Started as Content Creator
7+
# Getting Started as a Content Creator
88

99
Welcome to the **Author Knowledgebase**. We are in the process of building this knowledgebase to help you build **amazing content** with Author Workbench.We could use your help. Anyone can contribute to this knowledgebase. By contributing your knowledge and insights to this knowledge base you wold be helping hundreds of other contebnt creators to educate millions of people in the latest technologies.
1010

docs/videos/_category_.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Videos",
3+
"position": 4
4+
}

docs/videos/quick-start.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# Quick Start
6+
7+
This guide will walk you through the process of adding your first video to Author Workbench.
8+
9+
## What is a Video?
10+
11+
Author Workbench supports uploading videos from your computer to use in your course(s). Once uploaded, your videos will all be nicely organized in the course they were uploaded to under the **Content > Videos** tab. If you have a video you want to use in multiple courses, you can easily reuse it with the "Add from a Course" option.
12+
13+
Each video in Author Workbench is automatically transcribed using AI. You can review and edit the transcriptions to ensure accuracy. To make your content even more accessible, Author Workbench automatically translates the transcription into multiple languages with AI. To use these features, you don't need to do anything. They are enabled by default and as soon as you upload the video, Author Workbench will start working on the transcription and translations.
14+
15+
## Creating your first Video
16+
17+
It's easy to upload your videos in Author Workbench. If you're doing this for the first time, you'll need to first create a [course](/docs/courses/quick-start) so that you have a place to upload your videos. Once you have a course, you can navigate to **Content > Videos** and then click **Upload Video**. Here, you can upload 1 or more video files from your computer.
18+
19+
That's it!
20+
21+
### Working with your Video
22+
23+
**Once you've uploaded your video**, you will see three key buttons.
24+
25+
- **Manage**: Here you can rename your video to help you organize things
26+
- **Preview**: Here you can watch the video, preview the transcript and edit the transcript
27+
- **Embed**: Add your video to your [course outline](/docs/courses/quick-start#the-course-outline)
28+
29+
### Adding your video to your course
30+
31+
Once you've uploaded your video, you can add it to your course outline. Like any other course resource, a video must be inserted into the course outline for learners to access it. Click **Embed** on your video and you'll see instructions on how to add the video to your course outline. These instructions are different depending on your platform.
32+
33+
For Skills Network courses, simply click **Copy HTML** to copy the HTML for the embedded video player. Then, open the desired unit in your course outline. Under **Add New Component** select the green **Text** option and then select **Raw HTML**. Edit the Raw HTML block you just added and paste the HTML you copied from the video embed modal. Click **Save** and you're done.

0 commit comments

Comments
 (0)