Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 3eced02

Browse files
docs: remove prerequisites and procedures notes (#113)
Signed-off-by: stefanicjuraj <[email protected]>
1 parent 3c89fa1 commit 3eced02

File tree

11 files changed

+18
-104
lines changed

11 files changed

+18
-104
lines changed

src/content/docs/configuration/git-providers.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ By adding a Git Provider, your credentials are securely embedded into your Works
9797

9898
Daytona allows you to keep track of your Git Providers by listing all previously created Git Providers.
9999

100-
__Procedure__
101-
102100
1. Run the following command to list currently connected Git Providers:
103101

104102
```shell
@@ -116,8 +114,6 @@ __Procedure__
116114

117115
Daytona allows you to delete Git Providers, helping you manage and delete those that are no longer needed. Once a Git Provider is deleted, you will not be able to manage or deploy Workspaces without adding another Git Provider.
118116

119-
__Procedure__
120-
121117
1. Run the following command to delete a Git Provider:
122118

123119
```shell

src/content/docs/configuration/providers.mdx

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ This makes it possible to create new Providers to govern Workspace management on
3030

3131
Daytona allows you to install a Provider to interface with the Daytona Server. Once a new Provider is installed, it manages Workspace deployment and lifecycle management.
3232

33-
**Prerequisites**
34-
35-
- **A [working installation of Daytona](/installation/installation)**.
36-
37-
Verify your Daytona installation is up-to-date to avoid compatibility issues.
38-
39-
**Procedure**
40-
4133
1. Run the following command to start the guided Providers installation:
4234

4335
```shell
@@ -66,8 +58,6 @@ Daytona allows you to install a Provider to interface with the Daytona Server. O
6658

6759
Daytona allows you to uninstall an existing Provider, helping you manage your Providers by removing those that are no longer needed.
6860

69-
**Procedure**
70-
7161
1. Run the following command to uninstall a Provider:
7262

7363
```shell
@@ -92,8 +82,6 @@ Daytona allows you to uninstall an existing Provider, helping you manage your Pr
9282

9383
Daytona allows you to update an existing Provider, enabling you to apply the latest enhancements and bug fixes.
9484

95-
**Procedure**
96-
9785
1. Run the following command to update a Provider:
9886

9987
```shell
@@ -120,14 +108,12 @@ Daytona allows you to update an existing Provider, enabling you to apply the lat
120108

121109
Daytona allows you to set a Target to use when managing Workspaces.
122110

123-
**Prerequisites**
111+
**Prerequisite**
124112

125-
- **At least [one Provider](#managing-providers) installed.**
113+
- **At least [one Provider installed](#managing-providers).**
126114

127115
Providers are essential for managing and deploying your Workspaces, so make sure you have configured at least one.
128116

129-
**Procedure**
130-
131117
1. Run the following command to set a Target:
132118

133119
```shell
@@ -203,8 +189,6 @@ Daytona allows you to keep track of your Targets by listing all previously creat
203189

204190
Daytona allows you to delete Targets, helping you manage and remove those that are no longer needed. Once a Target is deleted, you will not be able to manage or deploy Workspaces on that Target.
205191

206-
**Procedure**
207-
208192
1. Run the following command:
209193

210194
```shell

src/content/docs/installation/method/homebrew.mdx

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ export const partial = true;
77
You can install Daytona via the Homebrew package manager.
88
The package is available in a Homebrew Tap.
99

10-
__Prerequisites__
11-
12-
* A working installation of Homebrew.
13-
14-
__Procedure__
15-
1610
1. Execute the following command to install Daytona:
1711

1812
```shell
@@ -26,15 +20,10 @@ You can uninstall Daytona using Homebrew.
2620

2721
<Aside type="caution">
2822
This procedure is destructive and irreversible.
29-
Ensure you have a back up of any Workspace data and relevant configuration before proceeding.
23+
Ensure you have a backup of any Workspace data and relevant configuration before proceeding.
3024
</Aside>
3125

32-
__Prerequisites__
33-
34-
* A working installation of Homebrew.
35-
* An existing installation of Daytona from the `daytonaio/tap` Homebrew Tap.
36-
37-
__Procedure__
26+
<br />
3827

3928
1. Execute the following command to uninstall Daytona:
4029

@@ -46,13 +35,6 @@ __Procedure__
4635

4736
You can upgrade Daytona using Homebrew.
4837

49-
__Prerequisites__
50-
51-
* A working installation of Homebrew.
52-
* An existing installation of Daytona from the `daytonaio/tap` Homebrew Tap.
53-
54-
__Procedure__
55-
5638
1. Execute the following commands to upgrade Daytona:
5739

5840
```shell

src/content/docs/installation/method/nix.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ Daytona is available on nixpkgs unstable as [`daytona-bin`](https://search.nixos
1010

1111
You can use `nix-shell` to try Daytona before permanently installing it on your system.
1212

13-
__Prerequisites__
14-
15-
* A working installation of Nix.
16-
17-
__Procedure__
18-
1913
1. Execute the following command to spawn a shell with the Daytona binary:
2014

2115
```shell

src/content/docs/installation/method/script-powershell.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ title: PowerShell Installation
44
import Aside from "@components/Aside.astro";
55
export const partial = true;
66

7-
__Prerequisites__
8-
9-
* A functional PowerShell installation.
10-
11-
__Procedure__
12-
137
1. Run the following command in PowerShell:
148

159
```powershell

src/content/docs/installation/method/script-unix.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ export const partial = true;
66

77
You can install Daytona using the official installation script.
88

9-
__Prerequisites__
10-
11-
* A POSIX-compatible shell such as bash or zsh.
12-
13-
__Procedure__
14-
159
1. Run the following command in your shell:
1610

1711
```shell

src/content/docs/installation/method/uninstall-macos.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ You can uninstall Daytona by following this procedure.
88

99
<Aside type="caution">
1010
This procedure is destructive and irreversible.
11-
Ensure you have a back up of any Workspace data and relevant configuration before proceeding.
11+
Ensure you have a backup of any Workspace data and relevant configuration before proceeding.
1212
</Aside>
1313

14-
__Prerequisites__
15-
16-
* A POSIX-compatible shell such as bash or zsh.
17-
18-
__Procedure__
14+
<br />
1915

2016
1. Run the following commands to purge local Daytona data and remove the binary:
2117

src/content/docs/installation/method/uninstall-unix.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ You can uninstall Daytona after using the official installation script.
88

99
<Aside type="caution">
1010
This procedure is destructive and irreversible.
11-
Ensure you have a back up of any Workspace data and relevant configuration before proceeding.
11+
Ensure you have a backup of any Workspace data and relevant configuration before proceeding.
1212
</Aside>
1313

14-
__Prerequisites__
15-
16-
* A POSIX-compatible shell such as bash or zsh.
17-
18-
__Procedure__
14+
<br />
1915

2016
1. Run the following commands to purge local Daytona data and remove the binary:
2117

src/content/docs/usage/builders.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,10 @@ Unless otherwise configured using `daytona server configure`, the default base i
102102
You can set a custom build registry for images built by a Daytona builder.
103103
After an image is built, it will be uploaded to the configured container registry to speed up future Workspace creation for the same Project.
104104

105-
**Prerequisites**
105+
**Prerequisite**
106106

107107
- An account on an accessible container registry with permission to push/pull images.
108108

109-
**Procedure**
110-
111109
1. Execute the following command to configure the custom build registry:
112110

113111
```shell

src/content/docs/usage/ide.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ Out of the box, Daytona can be configured to open your Workspace in the followin
3131

3232
You can set the default IDE used by Daytona.
3333

34-
**Prerequisites**
35-
36-
- **A working installation of Daytona.**
37-
38-
Verify your Daytona installation is up-to-date to avoid compatibility issues.
39-
40-
**Procedure**
41-
4234
1. Run the following command to set the default IDE:
4335

4436
```shell

0 commit comments

Comments
 (0)