Skip to content
Open
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
11 changes: 6 additions & 5 deletions packages/projects-docs/pages/sdk/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
"href": "https://wkyxcw-5173.csb.app/",
"title": "Example Playground"
},
"faq": "FAQ",
"zero-to-hero": "Integration Guide",
"pricing": "Pricing",
"-- guides": {
"faq": "FAQ",
"-- quickstarts": {
"type": "separator",
"title": "Guides"
"title": "Quickstarts"
},
"templates": "Templates",
"repositories": "Repositories",
"clients": "Clients",
"bootups": "Bootups",
"clients": "Connecting",
"bootups": "Clean Bootups",
"browser-previews": "Previews",
"shells": "Shells",
"docker": "Docker & Docker Compose",
Expand Down
4 changes: 2 additions & 2 deletions packages/projects-docs/pages/sdk/bootups.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Bootups
title: Clean Bootups
description: Learn how bootups work in the CodeSandbox SDK.
---

import { Callout } from 'nextra-theme-docs'

# Bootups
# Clean Bootups

Normally a Sandbox resumes from hibernation. You can verify the type of bootup using `client.bootupType` or `sandbox.bootupType` when resuming an existing Sandbox.

Expand Down
4 changes: 2 additions & 2 deletions packages/projects-docs/pages/sdk/clients.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Clients
title: Connecting
description: Learn how to connect to a sandboxwith the CodeSandbox SDK.
---

import { Callout } from 'nextra-theme-docs'

# Clients
# Connecting

There are three different ways to connect to a Sandbox:

Expand Down
Loading