Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update URLs with wrong structure #245

Merged
merged 1 commit into from
Apr 5, 2024
Merged
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
2 changes: 1 addition & 1 deletion packages/projects-docs/pages/learn/access/permissions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ VMs used to run public Devboxes will be charged to the workspace that owns the D
If you want to share a Devbox publicly, consider turning it into a template. That way, the runtime of the VMs used to run the code and/or the preview won't be charged to your workspace.


Default privacy settings for Devboxes and Sandboxes can be set in the workspace portal in the [permissions tab](/t/permissions)
Default privacy settings for Devboxes and Sandboxes can be set in the workspace portal in the [permissions tab](https://codesandbox.io/t/permissions)
![permissions](../images/permissions.png)


Expand Down
2 changes: 1 addition & 1 deletion packages/projects-docs/pages/learn/ai/codeium.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Codeium is an incredible AI-powered developer toolkit. Their code completion too
Codeium code completion is now available for free to every CodeSandbox user on [Devboxes](https://codesandbox.io/d/), [Sandboxes](https://codesandbox.io/s/) and [repositories](https://codesandbox.io/dashboard/recent?import_repo=true)

If you have your AI settings enabled, you will get AI autocomplete working in your code immediately.
Note that we enable AI permission toggles by default on free workspaces. If you do not have have access to Codeium, visit the [workspace portal](/t/permissions) and enable the AI settings
Note that we enable AI permission toggles by default on free workspaces. If you do not have have access to Codeium, visit the [workspace portal](https://codesandbox.io/t/permissions) and enable the AI settings

## Settings and configuration

Expand Down
2 changes: 1 addition & 1 deletion packages/projects-docs/pages/learn/environment/vm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Callout } from 'nextra-theme-docs'

# Environment

CodeSandbox repositories and Devboxes run on [virtual machines](https://codesandbox.io/blog/how-we-clone-a-running-vm-in-2-seconds). Each branch and Devbox gets its own virtual machine (VM). The size of the VM depends on the settings configured in the [workspace portal](/t/vm_settings).
CodeSandbox repositories and Devboxes run on [virtual machines](https://codesandbox.io/blog/how-we-clone-a-running-vm-in-2-seconds). Each branch and Devbox gets its own virtual machine (VM). The size of the VM depends on the settings configured in the [workspace portal](https://codesandbox.io/t/vm_settings).
VM resource consist of vCPU, RAM and memory. The vCPU and RAM specs are grouped in VM tiers of various sizes. However, the memory is set according to the subscription.

| VM size | CPU | RAM |
Expand Down
Loading