Skip to content

Commit adf5314

Browse files
committed
remove boxy docs
1 parent ad66ce9 commit adf5314

File tree

6 files changed

+12
-111
lines changed

6 files changed

+12
-111
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/faqs.mdx

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

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)