Skip to content

Commit de7392e

Browse files
committed
Fix sentence case in Card, Accordion, Tab, Step, and Note titles
Extends the capitalization fix to component title attributes (Card, Accordion, Tab, Step, Note) that render as visible section headings on the page.
1 parent c27d7c0 commit de7392e

13 files changed

Lines changed: 34 additions & 34 deletions

File tree

docs/agents/amp.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,13 +298,13 @@ python build.py
298298
## Related guides
299299

300300
<CardGroup cols={3}>
301-
<Card title="Sandbox Persistence" icon="clock" href="/docs/sandbox/persistence">
301+
<Card title="Sandbox persistence" icon="clock" href="/docs/sandbox/persistence">
302302
Auto-pause, resume, and manage sandbox lifecycle
303303
</Card>
304-
<Card title="Git Integration" icon="code-branch" href="/docs/sandbox/git-integration">
304+
<Card title="Git integration" icon="code-branch" href="/docs/sandbox/git-integration">
305305
Clone repos, manage branches, and push changes
306306
</Card>
307-
<Card title="SSH Access" icon="terminal" href="/docs/sandbox/ssh-access">
307+
<Card title="SSH access" icon="terminal" href="/docs/sandbox/ssh-access">
308308
Connect to the sandbox via SSH for interactive sessions
309309
</Card>
310310
</CardGroup>

docs/agents/claude-code.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,13 +447,13 @@ python build.py
447447
## Related guides
448448

449449
<CardGroup cols={3}>
450-
<Card title="MCP Tools" icon="plug" href="/docs/mcp">
450+
<Card title="MCP tools" icon="plug" href="/docs/mcp">
451451
Connect Claude Code to 200+ MCP tools
452452
</Card>
453-
<Card title="Sandbox Persistence" icon="clock" href="/docs/sandbox/persistence">
453+
<Card title="Sandbox persistence" icon="clock" href="/docs/sandbox/persistence">
454454
Auto-pause, resume, and manage sandbox lifecycle
455455
</Card>
456-
<Card title="Git Integration" icon="code-branch" href="/docs/sandbox/git-integration">
456+
<Card title="Git integration" icon="code-branch" href="/docs/sandbox/git-integration">
457457
Clone repos, manage branches, and push changes
458458
</Card>
459459
</CardGroup>

docs/agents/codex.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,13 +354,13 @@ python build.py
354354
## Related guides
355355

356356
<CardGroup cols={3}>
357-
<Card title="Sandbox Persistence" icon="clock" href="/docs/sandbox/persistence">
357+
<Card title="Sandbox persistence" icon="clock" href="/docs/sandbox/persistence">
358358
Auto-pause, resume, and manage sandbox lifecycle
359359
</Card>
360-
<Card title="Git Integration" icon="code-branch" href="/docs/sandbox/git-integration">
360+
<Card title="Git integration" icon="code-branch" href="/docs/sandbox/git-integration">
361361
Clone repos, manage branches, and push changes
362362
</Card>
363-
<Card title="SSH Access" icon="terminal" href="/docs/sandbox/ssh-access">
363+
<Card title="SSH access" icon="terminal" href="/docs/sandbox/ssh-access">
364364
Connect to the sandbox via SSH for interactive sessions
365365
</Card>
366366
</CardGroup>

docs/agents/openclaw.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,13 +498,13 @@ python build.py
498498
## Related guides
499499

500500
<CardGroup cols={3}>
501-
<Card title="Sandbox Persistence" icon="clock" href="/docs/sandbox/persistence">
501+
<Card title="Sandbox persistence" icon="clock" href="/docs/sandbox/persistence">
502502
Auto-pause, resume, and manage sandbox lifecycle
503503
</Card>
504-
<Card title="Git Integration" icon="code-branch" href="/docs/sandbox/git-integration">
504+
<Card title="Git integration" icon="code-branch" href="/docs/sandbox/git-integration">
505505
Clone repos, manage branches, and push changes
506506
</Card>
507-
<Card title="SSH Access" icon="terminal" href="/docs/sandbox/ssh-access">
507+
<Card title="SSH access" icon="terminal" href="/docs/sandbox/ssh-access">
508508
Connect to the sandbox via SSH for interactive sessions
509509
</Card>
510510
</CardGroup>

docs/agents/opencode.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,13 @@ python build.py
241241
## Related guides
242242

243243
<CardGroup cols={3}>
244-
<Card title="Sandbox Persistence" icon="clock" href="/docs/sandbox/persistence">
244+
<Card title="Sandbox persistence" icon="clock" href="/docs/sandbox/persistence">
245245
Auto-pause, resume, and manage sandbox lifecycle
246246
</Card>
247-
<Card title="Git Integration" icon="code-branch" href="/docs/sandbox/git-integration">
247+
<Card title="Git integration" icon="code-branch" href="/docs/sandbox/git-integration">
248248
Clone repos, manage branches, and push changes
249249
</Card>
250-
<Card title="SSH Access" icon="terminal" href="/docs/sandbox/ssh-access">
250+
<Card title="SSH access" icon="terminal" href="/docs/sandbox/ssh-access">
251251
Connect to the sandbox via SSH for interactive sessions
252252
</Card>
253253
</CardGroup>

docs/byoc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When provisioning is done and running, we will create a new team under your E2B
4848
## FAQ
4949

5050
<AccordionGroup>
51-
<Accordion title="How Is Cluster Monitored?">
51+
<Accordion title="How is cluster monitored?">
5252
Cluster is forwarding anonymized metrics such as machine cpu/memory usage to E2B Control plane for advanced observability and alerting.
5353
The whole observability stack is anonymized and does not contain any sensitive information.
5454
</Accordion>

docs/mcp.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ if __name__ == "__main__":
9393
<Card title="Quickstart" icon="rocket" href="/docs/mcp/quickstart">
9494
Get started with MCP
9595
</Card>
96-
<Card title="Available Servers" icon="server" href="/docs/mcp/available-servers">
96+
<Card title="Available servers" icon="server" href="/docs/mcp/available-servers">
9797
Browse 200+ pre-built MCP servers
9898
</Card>
99-
<Card title="Custom Templates" icon="cube" href="/docs/mcp/custom-templates">
99+
<Card title="Custom templates" icon="cube" href="/docs/mcp/custom-templates">
100100
Prepull MCP servers for faster runtime
101101
</Card>
102-
<Card title="Custom Servers" icon="github" href="/docs/mcp/custom-servers">
102+
<Card title="Custom servers" icon="github" href="/docs/mcp/custom-servers">
103103
Use custom MCP servers from GitHub
104104
</Card>
105105
<Card title="Examples" icon="code" href="/docs/mcp/examples">

docs/mcp/examples.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ description: Example projects using MCP servers in E2B sandboxes
1313
<Card title="Groq + Exa" icon="sparkles" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-groq-exa-js">
1414
AI research using Groq and Exa
1515
</Card>
16-
<Card title="Research Agent" icon="magnifying-glass" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-research-agent-js">
16+
<Card title="Research agent" icon="magnifying-glass" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-research-agent-js">
1717
Research Agent using the OpenAI Agents framework
1818
</Card>
19-
<Card title="MCP Client" icon="plug" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-client-js">
19+
<Card title="MCP client" icon="plug" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-client-js">
2020
Basic MCP client connecting to an E2B Sandbox
2121
</Card>
22-
<Card title="Custom MCP Server" icon="server" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-custom-server-js">
22+
<Card title="Custom MCP server" icon="server" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-custom-server-js">
2323
Use custom MCP servers installed from GitHub
2424
</Card>
25-
<Card title="Custom Template" icon="box" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-custom-template-js">
25+
<Card title="Custom template" icon="box" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-custom-template-js">
2626
Create a custom E2B Sandbox with pre-installed MCP servers
2727
</Card>
2828
</CardGroup>

docs/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pip install e2b-code-interpreter python-dotenv
2727
```
2828
</CodeGroup>
2929
</Step>
30-
<Step title="Write code for starting Sandbox">
30+
<Step title="Write code for starting sandbox">
3131
We'll write the minimal code for starting Sandbox, executing Python inside it and listing all files inside the root directory.
3232
<CodeGroup>
3333
```javascript JavaScript & TypeScript
@@ -57,7 +57,7 @@ print(files)
5757
```
5858
</CodeGroup>
5959
</Step>
60-
<Step title="Start your first E2B Sandbox">
60+
<Step title="Start your first E2B sandbox">
6161
Run the code with the following command:
6262
<CodeGroup>
6363
```bash JavaScript & TypeScript

docs/sandbox/ip-tunneling.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ SSH into the VM and follow the instructions below to install and configure Shado
163163
Create a custom Sandbox template that uses the shadowsocks client to tunnel TCP traffic through the proxy server we set up above.
164164

165165
<Tabs>
166-
<Tab title="Local Proxy">
166+
<Tab title="Local proxy">
167167
Route only designated traffic through the proxy.
168168

169169
1. Create a configuration file for the shadowsocks client:
@@ -268,7 +268,7 @@ Create a custom Sandbox template that uses the shadowsocks client to tunnel TCP
268268
```
269269
</CodeGroup>
270270
</Tab>
271-
<Tab title="Transparent Proxy">
271+
<Tab title="Transparent proxy">
272272
Route all traffic through the proxy.
273273

274274
1. Create a configuration file for the shadowsocks client:
@@ -400,7 +400,7 @@ Create a custom Sandbox template that uses the shadowsocks client to tunnel TCP
400400
Create a new Sandbox from the built template and run a curl command to verify that the traffic is routed through the proxy:
401401

402402
<Tabs>
403-
<Tab title="Local Proxy">
403+
<Tab title="Local proxy">
404404
Only designated traffic should be routed through the proxy.
405405

406406
<CodeGroup>
@@ -440,7 +440,7 @@ Create a new Sandbox from the built template and run a curl command to verify th
440440
You should see the IP address of the proxy server.
441441
</Tab>
442442

443-
<Tab title="Transparent Proxy">
443+
<Tab title="Transparent proxy">
444444
All traffic should be routed through the proxy.
445445

446446
<CodeGroup>

0 commit comments

Comments
 (0)