Skip to content

Commit 7c2b29e

Browse files
authored
Getting started: Platform Quickstart video embed-link, splash screenshots, direct links to quickstarts (#303)
1 parent d52ae12 commit 7c2b29e

File tree

5 files changed

+22
-1
lines changed

5 files changed

+22
-1
lines changed

img/api/Ingest-IDE.png

166 KB
Loading
516 KB
Loading

platform/overview.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ title: Overview
44

55
The Unstructured Platform is a no-code user interface, pay-as-you-go platform for transforming your unstructured data into data that is ready for Retrieval Augmented Generation (RAG).
66

7-
![Start screen](/img/platform/Start-Screen.png)
7+
<Tip>To start using the Unstructured Platform right away, skip ahead to the [quickstart](/platform/quickstart).</Tip>
8+
9+
![Partial view of the Unstructured Platform](/img/platform/Start-Screen-Partial.png)
810

911
## How does it work?
1012

snippets/quickstarts/platform.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ You will need:
66
- Compatible files in your source location. [See the list of supported file types](/platform/supported-file-types). If you do not have any files available, you can download some from the [example-docs](https://github.com/Unstructured-IO/unstructured-ingest/tree/main/example-docs) folder in the Unstructured repo on GitHub.
77
- A compatible destination (output) location in cloud storage for Unstructured to put the processed data. [See the list of supported destination types](/platform/connectors#destinations).
88

9+
<iframe
10+
width="560"
11+
height="315"
12+
src="https://www.youtube.com/embed/25u3qJ_7WiA"
13+
title="YouTube video player"
14+
frameborder="0"
15+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
16+
allowfullscreen
17+
></iframe>
18+
919
<Steps>
1020
<Step title="Sign in to your Unstructured account">
1121
![Sign in to your Unstructured account](/img/platform/Signin.png)

welcome.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,17 @@ This 40-second video demonstrates a simple use case that Unstructured helps solv
3030
### Product offerings
3131

3232
<Icon icon="dash" iconType="duotone"/>&nbsp;&nbsp;<Icon icon="computer" />&nbsp;&nbsp;[Unstructured Platform](/platform/overview) - No-code UI. Production-ready. Pay as you go.<br/><br/>
33+
34+
<Tip>To start using the Unstructured Platform right away, skip ahead to the [quickstart](#quickstart-unstructured-platform).</Tip>
35+
36+
![Partial view of the Unstructured Platform](/img/platform/Start-Screen-Partial.png)
37+
3338
<Icon icon="dash" iconType="duotone"/>&nbsp;&nbsp;<Icon icon="square-terminal" />&nbsp;&nbsp;[Unstructured Serverless API services](/api-reference/api-services/overview) - Use scripts or code. Production-ready. Pay as you go. (There is also a non-production, free edition with [limits](/api-reference/api-services/free-api#free-unstructured-api-limitations).)<br/><br/>
3439

40+
<Tip>To start using Unstructured Serverless API services right away, skip ahead to the [quickstart](#quickstart-unstructured-serverless-api).</Tip>
41+
42+
![Unstructured Ingest Python library example code](/img/api/Ingest-IDE.png)
43+
3544
Learn more about these products:
3645

3746
<Card title="Unstructured Platform" icon="computer" href="/platform/overview">

0 commit comments

Comments
 (0)