Skip to content

Commit 7bfb82b

Browse files
authored
Merge pull request #263 from codesandbox/PC-2015-remove-boxy-docs
remove boxy docs
2 parents f8eab38 + 9b779b2 commit 7bfb82b

File tree

8 files changed

+22
-125
lines changed

8 files changed

+22
-125
lines changed

packages/projects-docs/next.config.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,14 +547,24 @@ module.exports = withNextra({
547547
},
548548
{
549549
source: "/learn/boxy/faqs",
550-
destination: "/learn/ai/faqs",
550+
destination: "/learn/ai/getting-started",
551551
permanent: false,
552552
},
553553
{
554554
source: "/learn/boxy/getting-started",
555555
destination: "/learn/ai/getting-started",
556556
permanent: false,
557557
},
558+
{
559+
source: "/learn/ai/boxy",
560+
destination: "/learn/ai/codeium",
561+
permanent: false,
562+
},
563+
{
564+
source: "/learn/ai/faq",
565+
destination: "/learn/ai/getting-started",
566+
permanent: false,
567+
},
558568
/*
559569
Redirects for changes to UBB content
560570
*/
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"boxy": "Boxy",
32
"codeium": "Codeium",
4-
"getting-started": "Getting Started",
5-
"faqs": "FAQs"
3+
"getting-started": "Getting Started"
64
}

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

Lines changed: 0 additions & 75 deletions
This file was deleted.

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: Introduction to the AI-powered code generator
55

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

8-
98
# Codeium code autocomplete
109

1110
Codeium is an incredible AI-powered developer toolkit. Their code completion tool provides single and multi-line code generation with multiple suggestions to choose from. It supports 70+ programming languages, so it’s a perfect fit with our Devboxes, which can also run any type of project.
@@ -16,21 +15,10 @@ Codeium is an incredible AI-powered developer toolkit. Their code completion too
1615

1716
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)
1817

19-
If you have your AI settings enabled, you will get AI autocomplete working in your code immediately.
18+
If you have your AI settings enabled, you will get AI autocomplete working in your code immediately.
2019
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
2120

2221
## Settings and configuration
2322

2423
In the workspace settings, you will see an option to turn on AI for Devboxes and Repositories in the workspace.
2524
If you want to override these settings for a particular Repository or Devbox, you can open the editor, navigate to _Settings > Preferences_ and turn off the AI option. This will deactivate AI for all users accessing the Devbox or repo.
26-
27-
## Security & privacy
28-
29-
By using Codeium you are accepting their terms and conditions.
30-
You can read more about their terms of service on the [Codeium website](https://codeium.com/terms-of-service-individual).
31-
32-
Here is a short list of their security & privacy policies:
33-
- Opt-out for code snippet telemetry.
34-
- Never train generative models on private code.
35-
- SOC 2 compliance.
36-
- No training on non-permissively licensed code.

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

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/projects-docs/pages/learn/ai/getting-started.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ All CodeSandbox AI tools are available to Free and Pro users. To enable these fe
99

1010
![AI Permissions](../images/ai-permissions.jpg)
1111

12-
Once you grant AI permissions, CodeSandbox will send information about the event to OpenAI for analysis. Under no circumstances will we send any event data to OpenAI without explicit instruction to do so. We will only share selected event data with OpenAI after you toggle on these permissions. OpenAI does not use the event data shared via this feature to train its AI models. To learn more about our privacy agreement with OpenAI, check out our [Privacy page](https://codesandbox.io/legal/privacy).
12+
Once you grant AI permissions, you are accepting Codeium's terms and conditions.
13+
You can read more about their terms of service on the [Codeium website](https://codeium.com/terms-of-service-individual).
14+
15+
Here is a short list of their security & privacy policies:
16+
17+
- Opt-out for code snippet telemetry.
18+
- Never train generative models on private code.
19+
- SOC 2 compliance.
20+
- No training on non-permissively licensed code.
1321

1422
## Running AI
1523

packages/projects-docs/pages/learn/devboxes/preview.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ Previews come with a few built-in utilities that make it easier to interact with
2424

2525
![CodeSandbox Preview Utilities](../images/preview-utilities.jpg)
2626

27-
### AI Element Refactor
28-
This preview utility, identified by the ✨ icon, is powered by [Boxy](/learn/ai/boxy). It allows selecting a component in the preview (by clicking the element) and then writing a prompt that will be used by Boxy AI to refactor the component.
29-
30-
<Callout emoji="⚠️">
31-
This utility is only available on projects with certain stacks.
32-
</Callout>
33-
3427
### Element Inspector
3528
Shown at the right of the AI element refactor, the element inspector allows quickly finding the source code of a specific element shown in the preview. After clicking on the element inspector icon to activate it, you can then click an element on the preview to automatically open the corresponding code in the editor on the left.
3629

packages/projects-docs/pages/tutorial/convert-browser-sandbox-cloud.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Besides the benefits presented above, there are some other noteworthy features t
2727

2828
- built-in [Docker support](/learn/environment/docker)
2929
- support for any programming language (using Docker)
30-
- Boxy [AI assistant](/learn/boxy/overview)
3130
- collaborative [terminals](/learn/repositories/terminal) with `root` access
3231
- [VS Code Desktop integration](/learn/getting-started/setting-up-vscode)
3332
- element inspector

0 commit comments

Comments
 (0)