Skip to content

Commit

Permalink
feat: rename workspace to sandbox in text (#251)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Dagelic <[email protected]>
  • Loading branch information
idagelic authored Feb 24, 2025
1 parent 89151e5 commit 24ecacb
Show file tree
Hide file tree
Showing 14 changed files with 193 additions and 204 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,7 @@ Its core architecture leverages React, while documentation content is authored u

## Getting Started

### Using Daytona (Recommended)

The most efficient way to begin working on the documentation is by utilizing a development environment manager (DEM) like Daytona.
To set up a Workspace with the necessary dependencies and configurations for local preview, run the following command:

```shell
daytona create https://github.com/daytonaio/docs.git
```

### Manual

Alternatively, if Node.js or Yarn are installed and set up on your local machine, you can clone this repository and install the required dependencies and configurations:
If Node.js or Yarn are installed and set up on your local machine, you can clone this repository and install the required dependencies and configurations:

```shell
git clone https://github.com/daytonaio/docs.git
Expand Down Expand Up @@ -89,7 +78,7 @@ Daytona documentation is divided into the following key sections:

- **`Management`**

Practical instructions for managing Daytona workspaces.
Practical instructions for managing Daytona sandboxes.

- **`Agent Toolbox`**

Expand Down
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ export default defineConfig({
],
},
{
label: 'Workspaces',
label: 'Sandboxes',
items: [
{
label: 'Management',
link: '/workspace-management',
link: '/sandbox-management',
},
],
},
Expand Down
Loading

0 comments on commit 24ecacb

Please sign in to comment.