diff --git a/README.md b/README.md index dc19e02a5..0921241b7 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@

- + Devsy wordmark

-Devsy lets engineering teams operate at scale with standardized workspaces — cutting hardware cost, shortening onboarding, and improving developer productivity. Workspaces deploy across Docker, Kubernetes, cloud providers, and SSH remote hosts. +Devsy enables teams to scale development using standardized workspaces — cutting hardware cost, shortening onboarding, and improving developer productivity. Workspaces deploy across Docker, Kubernetes, cloud providers, and SSH remote hosts. @@ -134,7 +134,7 @@ See the Devsy Docs f
-

Operate Engineering at Scale

+

Engineering at Scale

Devsy implements the open DevContainer standard. Workspaces stay portable and repeatable across provider backends.

diff --git a/sites/docs-devsy-sh/docusaurus.config.js b/sites/docs-devsy-sh/docusaurus.config.js index 820831f12..c8a15a8c3 100644 --- a/sites/docs-devsy-sh/docusaurus.config.js +++ b/sites/docs-devsy-sh/docusaurus.config.js @@ -1,13 +1,13 @@ __webpack_public_path__ = "/docs/"; module.exports = { - title: "Devsy docs | DevContainers everywhere", - tagline: "DevContainers everywhere", + title: "Devsy docs | Engineering at scale", + tagline: "Engineering at scale", url: "https://devsy.sh", baseUrl: __webpack_public_path__, favicon: "/media/devsy-favicon.svg", - organizationName: "devsy-org", // Usually your GitHub org/user name. - projectName: "devsy", // Usually your repo name. + organizationName: "devsy-org", + projectName: "devsy", themeConfig: { colorMode: { defaultMode: "light", diff --git a/sites/docs-devsy-sh/pages/fragments/virtualbox-ubuntu-22.04.mdx b/sites/docs-devsy-sh/pages/fragments/virtualbox-ubuntu-22.04.mdx index 1b0e91778..8a4632b93 100644 --- a/sites/docs-devsy-sh/pages/fragments/virtualbox-ubuntu-22.04.mdx +++ b/sites/docs-devsy-sh/pages/fragments/virtualbox-ubuntu-22.04.mdx @@ -50,11 +50,6 @@ Review the configuration summary and click 'Finish' to commence creating the VM. To start the Ubuntu installation, select the vm 'ubuntu-desktop-22.04' and 'Start'. -
- Virtualbox Start -
Virtualbox Start
-
- This will power up the VM and trigger Ubuntu's installation process. #### Step 1 - Ubuntu CLI Selection @@ -65,11 +60,6 @@ Select 'Try/Install Ubuntu' Select Language and Install Ubuntu -
- Install Ubuntu -
Install Ubuntu
-
- #### Step 3 - Keyboard Layout Select your desired Keyboard layout, select 'Continue'. diff --git a/sites/docs-devsy-sh/pages/getting-started/update.mdx b/sites/docs-devsy-sh/pages/getting-started/update.mdx index 8eb7e5110..3b48ff809 100644 --- a/sites/docs-devsy-sh/pages/getting-started/update.mdx +++ b/sites/docs-devsy-sh/pages/getting-started/update.mdx @@ -11,18 +11,8 @@ import CodeBlock from '@theme/CodeBlock'; Devsy Desktop checks GitHub for updates every 15 minutes. When an update is available, this popup confirms the update: -
- Devsy Flow -
Update available
-
- The update downloads in the background. When it's ready, Devsy prompts you to restart. -
- Devsy Flow -
Update complete — restart required
-
- After restart, Devsy runs the latest version. ## Devsy Desktop — alternative diff --git a/sites/docs-devsy-sh/pages/quickstart/browser.mdx b/sites/docs-devsy-sh/pages/quickstart/browser.mdx index a5cfd25cd..63a63a069 100644 --- a/sites/docs-devsy-sh/pages/quickstart/browser.mdx +++ b/sites/docs-devsy-sh/pages/quickstart/browser.mdx @@ -23,14 +23,4 @@ Navigate to 'Workspaces' > '+ Create' to launch the workspace wizard. Step throu 4. **Review** – confirm the configuration. 5. **Launch** – start the workspace. -
- Devsy wizard – select VS Code Browser -
Select 'VS Code Browser' as the IDE
-
- The wizard streams logs as Devsy starts the workspace. Once it's ready, VS Code opens in your browser connected to the DevContainer. - -
- Devsy Flow -
VS Code opens automatically in the browser
-
diff --git a/sites/docs-devsy-sh/pages/quickstart/jetbrains.mdx b/sites/docs-devsy-sh/pages/quickstart/jetbrains.mdx index 4eb76eed0..0514543ad 100644 --- a/sites/docs-devsy-sh/pages/quickstart/jetbrains.mdx +++ b/sites/docs-devsy-sh/pages/quickstart/jetbrains.mdx @@ -29,21 +29,6 @@ Navigate to 'Workspaces' > '+ Create' to launch the workspace wizard. Step throu 4. **Review** – confirm the configuration. 5. **Launch** – start the workspace. -
- Devsy wizard – select IDE -
Select a JetBrains IDE in the wizard
-
- The wizard streams logs as Devsy starts the workspace. After the workspace was created, JetBrains Gateway should automatically open with a prefilled form for the workspace. -
- Devsy Flow -
JetBrains Gateway opens automatically
-
- Press 'Check Connection and Continue' without changing any configuration. This should start the IDE in the workspace. After the IDE has been initialized, your JetBrains IDE should open up inside the workspace. - -
- Devsy Flow -
IDE opens within the workspace
-
diff --git a/sites/docs-devsy-sh/pages/quickstart/ssh.mdx b/sites/docs-devsy-sh/pages/quickstart/ssh.mdx index cd7352dcd..90f3c0657 100644 --- a/sites/docs-devsy-sh/pages/quickstart/ssh.mdx +++ b/sites/docs-devsy-sh/pages/quickstart/ssh.mdx @@ -23,11 +23,6 @@ Navigate to 'Workspaces' > '+ Create' to launch the workspace wizard. Step throu 4. **Review** – confirm the configuration. 5. **Launch** – start the workspace. -
- Devsy wizard – select None for IDE -
Select 'None' as the IDE
-
- The wizard streams logs as Devsy starts the workspace. After the workspace is created, you can connect to it via ssh: ``` diff --git a/sites/docs-devsy-sh/pages/quickstart/vim.mdx b/sites/docs-devsy-sh/pages/quickstart/vim.mdx index 089a30096..7b6be4cf0 100644 --- a/sites/docs-devsy-sh/pages/quickstart/vim.mdx +++ b/sites/docs-devsy-sh/pages/quickstart/vim.mdx @@ -23,11 +23,6 @@ Navigate to 'Workspaces' > '+ Create' to launch the workspace wizard. Step throu 4. **Review** – confirm the configuration. 5. **Launch** – start the workspace. -
- Devsy wizard – select None for IDE -
Select 'None' as the IDE
-
- After the workspace is created, you have two options to start coding in vim: #### Netrw/SCP diff --git a/sites/docs-devsy-sh/pages/quickstart/vscode.mdx b/sites/docs-devsy-sh/pages/quickstart/vscode.mdx index 4e5f4bfa1..6bddd1b79 100644 --- a/sites/docs-devsy-sh/pages/quickstart/vscode.mdx +++ b/sites/docs-devsy-sh/pages/quickstart/vscode.mdx @@ -28,14 +28,4 @@ Navigate to 'Workspaces' > '+ Create' to launch the workspace wizard. Step throu 4. **Review** – confirm the configuration. 5. **Launch** – start the workspace. -
- Devsy wizard – select VS Code -
Select 'VS Code' as the IDE
-
- The wizard streams logs as Devsy starts the workspace. Once it's ready, VS Code opens locally connected to the DevContainer. - -
- Devsy Flow -
VS Code opens automatically
-
diff --git a/sites/docs-devsy-sh/pages/tutorials/docker-provider-via-wsl.mdx b/sites/docs-devsy-sh/pages/tutorials/docker-provider-via-wsl.mdx index 3932dff1e..8cb2baaf5 100644 --- a/sites/docs-devsy-sh/pages/tutorials/docker-provider-via-wsl.mdx +++ b/sites/docs-devsy-sh/pages/tutorials/docker-provider-via-wsl.mdx @@ -127,11 +127,6 @@ docker run hello-world Set `Docker Host` as `tcp://127.0.0.1:2375` and `Docker Path` as `docker`. -
- set docker provider to use tcp://127.0.0.1:2375 -
set docker provider to use tcp://127.0.0.1:2375
-
- ## Summary Following this tutorial, you should be able to use Devsy with a Docker provider running in WSL. diff --git a/sites/docs-devsy-sh/pages/tutorials/minikube-vscode-browser.mdx b/sites/docs-devsy-sh/pages/tutorials/minikube-vscode-browser.mdx index 96eea257b..8963bbc5c 100644 --- a/sites/docs-devsy-sh/pages/tutorials/minikube-vscode-browser.mdx +++ b/sites/docs-devsy-sh/pages/tutorials/minikube-vscode-browser.mdx @@ -199,11 +199,6 @@ Add a provider via 'Providers' > '+ Add'. Select the kubernetes provider. | Disk Size | 1Gi | | Kubernetes Config | /home/dev/.kube/config | -
- Devsy Flow -
Kubernetes Provider Configuration
-
- Select **Add Provider** ### Add a Workspace @@ -212,21 +207,6 @@ Select **Add Provider** Navigate to 'Workspaces' > '+ Create'. Enter your project url or choose one of the quickstart examples. Make sure to select 'VS Code Browser' under 'Default IDE' -
- Devsy Flow -
Create Workspace
-
- Then press 'Create Workspace'. -
- Devsy Flow -
Create Workspace
-
- A new window appears showing Devsy starting the workspace. After the workspace was created, VS Code should open automatically connected to the DevContainer. - -
- Devsy Flow -
VS Code opens automatically in the browser
-
diff --git a/sites/docs-devsy-sh/pages/what-is-devsy.mdx b/sites/docs-devsy-sh/pages/what-is-devsy.mdx index 19e4f4e78..ff7bb476f 100644 --- a/sites/docs-devsy-sh/pages/what-is-devsy.mdx +++ b/sites/docs-devsy-sh/pages/what-is-devsy.mdx @@ -12,12 +12,6 @@ Devsy is a tool used to create reproducible developer environments. Each develop You can think of Devsy as the glue connecting your local IDE to a machine you want to use for development. So depending on your project's requirements, you can create a workspace locally on the computer, a powerful cloud machine, or a spare remote computer. Within Devsy, every workspace is managed the same way, which also makes it easy to switch between workspaces that might be hosted somewhere else. - -
- Devsy Architecture -
Devsy - Architecture
-
- ## Why Devsy? Devsy reuses the open [DevContainer standard](https://containers.dev/) to create a consistent developer experience no matter what backend you want to use. diff --git a/sites/docs-devsy-sh/static/media/add-provider-1.png b/sites/docs-devsy-sh/static/media/add-provider-1.png index b5322a568..9ddfc05c0 100644 Binary files a/sites/docs-devsy-sh/static/media/add-provider-1.png and b/sites/docs-devsy-sh/static/media/add-provider-1.png differ diff --git a/sites/docs-devsy-sh/static/media/add-provider-2.png b/sites/docs-devsy-sh/static/media/add-provider-2.png index c5e7a18e7..39aae9efc 100644 Binary files a/sites/docs-devsy-sh/static/media/add-provider-2.png and b/sites/docs-devsy-sh/static/media/add-provider-2.png differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-final-jetbrains.png b/sites/docs-devsy-sh/static/media/create-workspace-final-jetbrains.png deleted file mode 100644 index 8afd7aca9..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-final-jetbrains.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-final-ssh.png b/sites/docs-devsy-sh/static/media/create-workspace-final-ssh.png deleted file mode 100644 index 1dfd72077..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-final-ssh.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-final-vim.png b/sites/docs-devsy-sh/static/media/create-workspace-final-vim.png deleted file mode 100644 index f32798b92..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-final-vim.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-final-vscode-browser.png b/sites/docs-devsy-sh/static/media/create-workspace-final-vscode-browser.png deleted file mode 100644 index 7e66a2b6c..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-final-vscode-browser.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-final-vscode.png b/sites/docs-devsy-sh/static/media/create-workspace-final-vscode.png deleted file mode 100644 index 8cca3438e..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-final-vscode.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-jetbrains-2.png b/sites/docs-devsy-sh/static/media/create-workspace-jetbrains-2.png deleted file mode 100644 index 26d7e79a4..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-jetbrains-2.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-jetbrains-3.png b/sites/docs-devsy-sh/static/media/create-workspace-jetbrains-3.png deleted file mode 100644 index c4c248f03..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-jetbrains-3.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-jetbrains.png b/sites/docs-devsy-sh/static/media/create-workspace-jetbrains.png deleted file mode 100644 index 582012890..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-jetbrains.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-repo.png b/sites/docs-devsy-sh/static/media/create-workspace-repo.png deleted file mode 100644 index d26401dfc..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-repo.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-ssh.png b/sites/docs-devsy-sh/static/media/create-workspace-ssh.png deleted file mode 100644 index e0b447555..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-ssh.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-vim.png b/sites/docs-devsy-sh/static/media/create-workspace-vim.png deleted file mode 100644 index ba6cdc890..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-vim.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-install-ubuntu.png b/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-install-ubuntu.png deleted file mode 100644 index b5f890260..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-install-ubuntu.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-k8s-provider-success.png b/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-k8s-provider-success.png deleted file mode 100644 index ec27bd1cc..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-k8s-provider-success.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-kubernetes-provider-configuration.png b/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-kubernetes-provider-configuration.png deleted file mode 100644 index 8cea86b79..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-kubernetes-provider-configuration.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-start-vm.png b/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-start-vm.png deleted file mode 100644 index 447852a04..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-start-vm.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-workspace-create.png b/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-workspace-create.png deleted file mode 100644 index bd19ad4fa..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-workspace-create.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-workspace.png b/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-workspace.png deleted file mode 100644 index 8c18cea53..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-virtualbox-workspace.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-vscode-2.png b/sites/docs-devsy-sh/static/media/create-workspace-vscode-2.png deleted file mode 100644 index 115f63724..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-vscode-2.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-vscode-browser-2.png b/sites/docs-devsy-sh/static/media/create-workspace-vscode-browser-2.png deleted file mode 100644 index a2b639a9e..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-vscode-browser-2.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-vscode-browser.png b/sites/docs-devsy-sh/static/media/create-workspace-vscode-browser.png deleted file mode 100644 index e569ecd34..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-vscode-browser.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/create-workspace-vscode.png b/sites/docs-devsy-sh/static/media/create-workspace-vscode.png deleted file mode 100644 index 6ede492b5..000000000 Binary files a/sites/docs-devsy-sh/static/media/create-workspace-vscode.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/devsy-architecture-2.png b/sites/docs-devsy-sh/static/media/devsy-architecture-2.png deleted file mode 100644 index 3757a8b38..000000000 Binary files a/sites/docs-devsy-sh/static/media/devsy-architecture-2.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/devsy-architecture.svg b/sites/docs-devsy-sh/static/media/devsy-architecture.svg deleted file mode 100644 index 9d4af4704..000000000 --- a/sites/docs-devsy-sh/static/media/devsy-architecture.svg +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/docs-devsy-sh/static/media/devsy_dark.png b/sites/docs-devsy-sh/static/media/devsy-dark.png similarity index 100% rename from sites/docs-devsy-sh/static/media/devsy_dark.png rename to sites/docs-devsy-sh/static/media/devsy-dark.png diff --git a/sites/docs-devsy-sh/static/media/devsy-flow.gif b/sites/docs-devsy-sh/static/media/devsy-flow.gif index b0ff6e8c5..928dc066d 100644 Binary files a/sites/docs-devsy-sh/static/media/devsy-flow.gif and b/sites/docs-devsy-sh/static/media/devsy-flow.gif differ diff --git a/sites/docs-devsy-sh/static/media/devsy-update-available.png b/sites/docs-devsy-sh/static/media/devsy-update-available.png deleted file mode 100644 index 16f45e4b6..000000000 Binary files a/sites/docs-devsy-sh/static/media/devsy-update-available.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/devsy-update-done.png b/sites/docs-devsy-sh/static/media/devsy-update-done.png deleted file mode 100644 index b2984b571..000000000 Binary files a/sites/docs-devsy-sh/static/media/devsy-update-done.png and /dev/null differ diff --git a/sites/docs-devsy-sh/static/media/docker-provider-via-wsl.png b/sites/docs-devsy-sh/static/media/docker-provider-via-wsl.png deleted file mode 100644 index 74b34d54f..000000000 Binary files a/sites/docs-devsy-sh/static/media/docker-provider-via-wsl.png and /dev/null differ