Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
{
"group": "Getting started with the UI",
"pages": [
"ui/quickstart"
"ui/quickstart",
"ui/walkthrough"
]
},
{
Expand Down
Binary file added img/ui/walkthrough/AddChunker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ui/walkthrough/AddEmbedder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ui/walkthrough/AddEnrichment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ui/walkthrough/BuildItMyself.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ui/walkthrough/ChunkByCharacter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ui/walkthrough/DropFileToTest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ui/walkthrough/EnrichedWorkflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ui/walkthrough/GoToEnrichmentNode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ui/walkthrough/HighResPartitioner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ui/walkthrough/NewWorkflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ui/walkthrough/SearchJSON.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ui/walkthrough/TestLocalFile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ui/walkthrough/TestOutputResults.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ui/walkthrough/WorkflowDesigner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ui/walkthrough/WorkflowsSidebar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion ui/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ import GetStartedSimpleUIOnly from '/snippets/general-shared-text/get-started-si
allowfullscreen
></iframe>

4. To move beyond local file processing, you can try the following [remote quickstart](#remote-quickstart), or skip over to the [Dropbox source connector quickstart](/ui/sources/dropbox-source-quickstart) instead.
4. To keep enhancing your workflow, skip ahead to the [walkthrough](/ui/walkthrough).

5. To move beyond local file processing, you can try the following [remote quickstart](#remote-quickstart), or skip over to the [Dropbox source connector quickstart](/ui/sources/dropbox-source-quickstart) instead.

You can also learn about Unstructured [source connectors](/ui/sources/overview), [destination connectors](/ui/destinations/overview), [workflows](/ui/workflows), [jobs](/ui/jobs), and [managing your account](/ui/account/overview).

Expand Down
289 changes: 289 additions & 0 deletions ui/walkthrough.mdx

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ You can use Unstructured through a user interface (UI), an API, or both. Read on
allowfullscreen
></iframe>

<Icon icon="arrow-up" />&nbsp;&nbsp;[Keep enhancing your workflow](/ui/walkthrough).

<Icon icon="person-chalkboard" />&nbsp;&nbsp;[Learn more](/ui/overview).

---
Expand Down