Skip to content

Commit

Permalink
remove boxy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
necoline committed Jul 31, 2024
1 parent ad66ce9 commit adf5314
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 111 deletions.
12 changes: 11 additions & 1 deletion packages/projects-docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -547,14 +547,24 @@ module.exports = withNextra({
},
{
source: "/learn/boxy/faqs",
destination: "/learn/ai/faqs",
destination: "/learn/ai/getting-started",
permanent: false,
},
{
source: "/learn/boxy/getting-started",
destination: "/learn/ai/getting-started",
permanent: false,
},
{
source: "/learn/ai/boxy",
destination: "/learn/ai/codeium",
permanent: false,
},
{
source: "/learn/ai/faq",
destination: "/learn/ai/getting-started",
permanent: false,
},
/*
Redirects for changes to UBB content
*/
Expand Down
4 changes: 1 addition & 3 deletions packages/projects-docs/pages/learn/ai/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"boxy": "Boxy",
"codeium": "Codeium",
"getting-started": "Getting Started",
"faqs": "FAQs"
"getting-started": "Getting Started"
}
75 changes: 0 additions & 75 deletions packages/projects-docs/pages/learn/ai/boxy.mdx

This file was deleted.

24 changes: 0 additions & 24 deletions packages/projects-docs/pages/learn/ai/faqs.mdx

This file was deleted.

7 changes: 0 additions & 7 deletions packages/projects-docs/pages/learn/devboxes/preview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ Previews come with a few built-in utilities that make it easier to interact with

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

### AI Element Refactor
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.

<Callout emoji="⚠️">
This utility is only available on projects with certain stacks.
</Callout>

### Element Inspector
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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Besides the benefits presented above, there are some other noteworthy features t

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

0 comments on commit adf5314

Please sign in to comment.