Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add more redirects & remove unused cloud pages #2301

Merged
merged 3 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
101 changes: 0 additions & 101 deletions docs/docs/cloud/concepts/api.md

This file was deleted.

Binary file removed docs/docs/cloud/concepts/assistant_version.png
Binary file not shown.
28 changes: 0 additions & 28 deletions docs/docs/cloud/concepts/cloud.md

This file was deleted.

Binary file not shown.
73 changes: 0 additions & 73 deletions docs/docs/cloud/faq/studio.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/docs/cloud/how-tos/assistant_versioning.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to version assistants

In this how-to guide we will walk through how you can create and manage different assistant versions. If you haven't already, you can read [this](../concepts/api.md/#versioning-assistants) conceptual guide to gain a better understanding of what assistant versioning is. This how-to assumes you have a graph that is configurable, which means you have defined a config schema and passed it to your graph as follows:
In this how-to guide we will walk through how you can create and manage different assistant versions. If you haven't already, you can read [this](../../concepts/assistants.md#versioning-assistants) conceptual guide to gain a better understanding of what assistant versioning is. This how-to assumes you have a graph that is configurable, which means you have defined a config schema and passed it to your graph as follows:

=== "Python"

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cloud/how-tos/copy_threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You may wish to copy (i.e. "fork") an existing thread in order to keep the exist

## Setup

This code assumes you already have a thread to copy. You can read about what a thread is [here](https://langchain-ai.github.io/langgraph/cloud/concepts/api/#threads) and learn how to stream a run on a thread in [these how-to guides](https://langchain-ai.github.io/langgraph/cloud/how-tos/#streaming).
This code assumes you already have a thread to copy. You can read about what a thread is [here](../../concepts/langgraph_server.md#threads) and learn how to stream a run on a thread in [these how-to guides](../../how-tos/index.md#streaming_1).

### SDK initialization

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cloud/how-tos/enqueue_concurrent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Enqueue

This guide assumes knowledge of what double-texting is, which you can learn about in the [double-texting conceptual guide](../concepts/api.md#double-texting).
This guide assumes knowledge of what double-texting is, which you can learn about in the [double-texting conceptual guide](../../concepts/double_texting.md).

The guide covers the `enqueue` option for double texting, which adds the interruptions to a queue and executes them in the order they are received by the client. Below is a quick example of using the `enqueue` option.

Expand Down
85 changes: 0 additions & 85 deletions docs/docs/cloud/how-tos/index.md

This file was deleted.

Loading
Loading