[docs]: restructuring (#834)

* restructuring

* spelling

* links

* restructuring

* edits

* Update docs/docs/cloud/concepts/index.md

* Update docs/docs/cloud/concepts/index.md

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
This commit is contained in:
Isaac Francisco
2024-06-26 20:21:43 -07:00
committed by GitHub
co-authored by Harrison Chase
parent a6e25ba7c1
commit 0bccc19a50
14 changed files with 136 additions and 108 deletions
+15 -11
View File
@@ -170,11 +170,11 @@ nav:
- "cloud/index.md"
- Tutorials:
- Quick Start: "cloud/quick_start.md"
- How-to Guides:
- How-to Guides:
- "cloud/how-tos/index.md"
- Deployment:
- Setup App: "cloud/deployment/setup.md"
- Deploy to Cloud: "cloud/deployment/cloud.md"
- Test with Studio: "cloud/deployment/studio.md"
- Self-Host: "cloud/deployment/self_hosted.md"
- Streaming:
- Stream Values: "cloud/how-tos/cloud_examples/stream_values.ipynb"
@@ -188,17 +188,21 @@ nav:
- Rollback: "cloud/how-tos/cloud_examples/rollback_concurrent.ipynb"
- Reject: "cloud/how-tos/cloud_examples/reject_concurrent.ipynb"
- Enqueue: "cloud/how-tos/cloud_examples/enqueue_concurrent.ipynb"
- Human-in-the-Loop:
- Add Breakpoint: "cloud/how-tos/cloud_examples/human_in_the_loop_breakpoint.ipynb"
- Wait for User Input: "cloud/how-tos/cloud_examples/human_in_the_loop_user_input.ipynb"
- Edit Graph State: "cloud/how-tos/cloud_examples/human_in_the_loop_edit_state.ipynb"
- Replay and Branch from Prior States: "cloud/how-tos/cloud_examples/human_in_the_loop_time_travel.ipynb"
- Test with LangGraph Studio:
- Test Cloud Deployment: "cloud/how-tos/test_deployment.md"
- Invoke graph in LangGraph Studio: "cloud/how-tos/invoke_studio.md"
- Interact with threads in LangGraph Studio: "cloud/how-tos/threads_studio.md"
- Run Agent in Background: "cloud/how-tos/cloud_examples/background_run.ipynb"
- Run Multiple Agents in Thread: "cloud/how-tos/cloud_examples/same-thread.ipynb"
- Human-in-the-Loop:
- Add Breakpoint: 'cloud/how-tos/cloud_examples/human_in_the_loop_breakpoint.ipynb'
- Wait for User Input: 'cloud/how-tos/cloud_examples/human_in_the_loop_user_input.ipynb'
- Edit Graph State: 'cloud/how-tos/cloud_examples/human_in_the_loop_edit_state.ipynb'
- Replay and Branch from Prior States: 'cloud/how-tos/cloud_examples/human_in_the_loop_time_travel.ipynb'
- Create Agents with Configuration: 'cloud/how-tos/cloud_examples/configuration_cloud.ipynb'
- Convert LangGraph calls to LangGraph Cloud calls: 'cloud/how-tos/cloud_examples/langgraph_to_langgraph_cloud.ipynb'
- Create Cron Jobs: 'cloud/how-tos/cloud_examples/cron_jobs.ipynb'
- Create Stateless Runs: 'cloud/how-tos/cloud_examples/stateless_runs.ipynb'
- Create Agents with Configuration: "cloud/how-tos/cloud_examples/configuration_cloud.ipynb"
- Convert LangGraph calls to LangGraph Cloud calls: "cloud/how-tos/cloud_examples/langgraph_to_langgraph_cloud.ipynb"
- Create Cron Jobs: "cloud/how-tos/cloud_examples/cron_jobs.ipynb"
- Create Stateless Runs: "cloud/how-tos/cloud_examples/stateless_runs.ipynb"
- Integrate Webhooks: 'cloud/how-tos/cloud_examples/webhooks.ipynb'
- SDK:
- Python: "cloud/sdk/python_sdk.ipynb"