Skip to content

Commit cefecf8

Browse files
authored
chore: update broken nav links and outdated content (#249)
* chore: removed Enterprise requirement from custom npm and updated Sandbox FAQs * fix: fixed 7 broken links in Repositories navigation * chore: update Boxy FAQ * chore: update Subscription details with recent pricing changes * style: Update pricing FAQ to remove reference to Sandboxes and storage
1 parent 81ab015 commit cefecf8

File tree

6 files changed

+39
-22
lines changed

6 files changed

+39
-22
lines changed

packages/projects-docs/pages/learn/ai/faqs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Boxy and all CodeSandbox AI-powered tools are available to Pro workspaces. You c
1515

1616
### Is Boxy available in all CodeSandbox plans?
1717

18-
No. Boxy is only available to [Pro subscribers](https://codesandbox.io/pro).
18+
Yes. Boxy is available in all plans.
1919

20-
### Is Boxy available for sandboxes?
20+
### Is Boxy available for Sandboxes?
2121

2222
No. Boxy is exclusively available in devboxes and repositories. However, you can easily [convert a Sandbox into a Devbox](/tutorial/convert-browser-sandbox-cloud) to get access to Boxy. This is available through the "Convert to Devbox" button at the top right of the Sandbox editor.
2323

packages/projects-docs/pages/learn/plans/pricing-faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you have Sandboxes over the limit of your subscription, you can regain access
4343

4444
Credits are priced at $0.018 each. You can conveniently purchase them as add-ons to your base package, starting at $9 for a bundle of 500 credits. Discounts are available for packages with more credits.
4545

46-
### How can I add more credits, Sandboxes or storage?
46+
### How can I add more credits?
4747

4848
Adding more credits is a breeze. Head over to your subscription settings in your account and navigate to billing. You'll find the option to add or upgrade your plan effortlessly.
4949

packages/projects-docs/pages/learn/plans/subscriptions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Typically, the Pro tier is recommended when:
3232
- You expect your total monthly workspace usage to exceed 40 hours of VM runtime.
3333
- You need additional VM storage (per each individual Devbox and Repository branch).
3434
- You want access to higher VM specs.
35-
- You want access to more Sandboxes and unlimited personal Sandbox drafts.
35+
- You want access to unlimited Sandboxes and drafts.
3636

3737
The complete details of the Free and Pro plans can be found in our [Pricing](https://codesandbox.io/pricing) page.
3838

3939
### Add-ons
40-
The Pro plan can be extended with add-ons, which allow you to customize your workspace to meet your unique needs. There is a range of add-ons for both credits and Sandboxes with savings included for bulk purchases.
40+
The Pro plan can be extended with add-ons, which allow you to customize your workspace to meet your unique needs. There is a range of add-ons for VM credits with savings included for bulk purchases.
4141

4242
Specific add-on details can be found in our [Pricing](https://codesandbox.io/pricing) page.

packages/projects-docs/pages/learn/repositories/_meta.json

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
11
{
22
"overview": "Overview",
33
"getting-started": "Getting Started",
4-
"devtools": "DevTools",
5-
"preview": "Preview",
6-
"task": "Task Configuration",
7-
"terminal": "Terminal",
8-
"interactive-readme": "Interactive Readme",
9-
"secrets": "Secrets",
10-
"upload": "File Upload",
4+
"devtools": {
5+
"title": "DevTools",
6+
"href": "/learn/devboxes/devtools"
7+
},
8+
"preview": {
9+
"title": "Preview",
10+
"href": "/learn/devboxes/preview"
11+
},
12+
"task": {
13+
"title": "Tasks",
14+
"href": "/learn/devboxes/task"
15+
},
16+
"terminal": {
17+
"title": "Terminal",
18+
"href": "/learn/devboxes/terminal"
19+
},
20+
"interactive-readme": {
21+
"title": "Interactive Readme",
22+
"href": "/learn/devboxes/interactive-readme"
23+
},
24+
"secrets": {
25+
"title": "Secrets",
26+
"href": "/learn/environment/secrets"
27+
},
28+
"upload": {
29+
"title": "File Upload",
30+
"href": "/learn/devboxes/upload"
31+
},
1132
"review": "Code Reviews",
1233
"open-source": "Open Source Collaboration",
1334
"collaborate-share": "Collaborate & Share"

packages/projects-docs/pages/learn/sandboxes/custom-npm-registry.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ The custom private npm registry setting makes it possible for Sandboxes in your
1313
workspace portal to retrieve npm packages from your own npm registry. You can access the settings
1414
[here](https://codesandbox.io/dashboard/settings/npm-registry).
1515

16-
<Callout emoji="⚠️">
17-
This setting is only available on enterprise plans.
18-
</Callout>
1916
## Configuration
2017

2118
You can configure your private npm registry in your

packages/projects-docs/pages/learn/sandboxes/faq.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,20 @@ description: Answers to frequently asked questions.
66
# Frequently Asked Questions
77

88
### Where can I find live sessions?
9-
{/* To use live sessions, you will need to convert your sandbox to a devbox. */}
10-
Our new editor experience doesn't support Live Sessions yet, but it's on our roadmap.
11-
If you require Live Sessions you can opt out of our latest editor beta under Experiments in your Dashboard settings.
9+
[Live sessions](/learn/devboxes/live-sessions) are available in Devboxes. If you're currently using a Sandbox but wish to start a live session, you need to [convert it](/tutorial/convert-browser-sandbox-cloud) to a Devbox first.
1210

1311
### What should I do if I need more space for file uploads?
14-
Converting your sandbox to a repository will provide you with more storage for your files.
12+
Converting your Sandbox to a Devbox or repository will provide you with more storage for your files.
1513

1614
### How does the CLI work with binary files?
17-
When you deploy a sandbox using the CLI we automatically detect the binary files
15+
When you deploy a Sandbox using the CLI we automatically detect the binary files
1816
and upload them to the CodeSandbox Storage Management after getting
1917
confirmation.
2018

2119
### What happened to deployments?
22-
Vercel deployments are still supported through CLI commands, but there is no longer an interface in sandboxes to support deployments.
20+
Vercel deployments are still supported through CLI commands, but there is no longer an interface in Sandboxes to support deployments. If you find this to be an important feature, you can [request it](https://www.codesandbox.community/c/feature-requests/) in our community platform.
2321

2422
### Where can I find the tests tab?
2523
We made the decision to remove the built in tests from browser Sandboxes. We unfortunately never found a way to make them work as consistently as we would have liked.
26-
If your project requires tests we recommend using a Devbox. They will allow you to build and run your own tests within your project as needed.
24+
25+
If your project requires tests, we recommend using a Devbox. They will allow you to build and run your own tests within your project as needed.

0 commit comments

Comments
 (0)