Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/template/names.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
- Your template named `my-app` is stored as `your-team-slug/my-app`
- You can reference it simply as `my-app` within your team
- Other teams can have their own `my-app` template without conflict
- Public templates should be referenced using the full namespaced format (`team-slug/template-name`)

Check warning on line 48 in docs/template/names.mdx

View check run for this annotation

Mintlify / Mintlify Validation (e2b) - vale-spellcheck

docs/template/names.mdx#L48

Did you really mean 'namespaced'?

<Info>
**Backwards Compatibility**: Existing public templates remain accessible without the team slug prefix. New public templates should be referenced using the full namespaced format (`team-slug/template-name`).
Expand Down Expand Up @@ -109,7 +109,7 @@
// Large instance
await Template.build(template, 'myapp-large', {
cpuCount: 8,
memoryMB: 16384,
memoryMB: 8192,
})
```

Expand All @@ -127,7 +127,7 @@
template,
'myapp-large',
cpu_count=8,
memory_mb=16384,
memory_mb=8192,
)
```

Expand Down