diff --git a/docs/develop/sandbox_spec.md b/docs/develop/sandbox_spec.md index 060c31003..9d94ed484 100644 --- a/docs/develop/sandbox_spec.md +++ b/docs/develop/sandbox_spec.md @@ -145,7 +145,7 @@ Wraps the existing executor_manager implementation. **Security**: gVisor (runsc runtime), seccomp, read-only filesystem, memory limits **Advantages**: -- Low latency (<90ms), data privacy, full control +- Low latency (<90ms), data privacy, full control - No per-execution costs - Supports `arguments` parameter for passing data to `main()` function @@ -177,7 +177,7 @@ SaaS integration with Aliyun Function Compute Code Interpreter service using the **Configuration**: - `access_key_id`: Aliyun AccessKey ID - `access_key_secret`: Aliyun AccessKey Secret -- `account_id`: Aliyun primary account ID (主账号ID) - Required for API calls +- `account_id`: Aliyun primary account ID - Required for API calls - `region`: Region (cn-hangzhou, cn-beijing, cn-shanghai, cn-shenzhen, cn-guangzhou) - `template_name`: Optional sandbox template name for pre-configured environments - `timeout`: Execution timeout (max 30 seconds - hard limit) diff --git a/docs/guides/agent/best_practices/_category_.json b/docs/guides/agent/best_practices/_category_.json index e06d81d63..63edea2af 100644 --- a/docs/guides/agent/best_practices/_category_.json +++ b/docs/guides/agent/best_practices/_category_.json @@ -1,6 +1,6 @@ { "label": "Best practices", - "position": 30, + "position": 40, "link": { "type": "generated-index", "description": "Best practices on Agent configuration." diff --git a/docs/guides/agent/embed_agent_into_webpage.md b/docs/guides/agent/embed_agent_into_webpage.md index 59439d459..97dae8b66 100644 --- a/docs/guides/agent/embed_agent_into_webpage.md +++ b/docs/guides/agent/embed_agent_into_webpage.md @@ -1,5 +1,5 @@ --- -sidebar_position: 3 +sidebar_position: 30 slug: /embed_agent_into_webpage sidebar_custom_props: { categoryIcon: LucideMonitorDot