You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ When it comes to editing Git-based documentation in the cloud, there are multipl
12
12
13
13
The choice of which solution to use depends on your specific needs and preferences. Whether you prioritize a comprehensive development environment, a lightweight web-based editor, or a fast and convenient editing experience, there is a solution available to suit your requirements.
14
14
15
-
## GitHub Codespaces
15
+
###GitHub Codespaces
16
16
17
17
GitHub Codespaces provides a comprehensive development environment in the cloud, allowing you to easily edit and preview the documentation. It offers a full-featured development environment with a terminal, code editor, and integrated Git support. When you open the repository in GitHub Codespaces, the Dev Container with Devbox inside and the [VS Code extensions](#vs-code-preinstalled-extensions) will be automatically built and started.
18
18
@@ -36,11 +36,11 @@ To use GitHub Codespaces, follow these steps:
36
36
37
37
[More info](https://docs.github.com/en/codespaces) about GitHub Codespaces.
38
38
39
-
## The github.dev Web-Based Editor
39
+
### The github.dev Web-Based Editor
40
40
41
41
The github.dev editor introduces a lightweight editing experience that runs entirely in your browser. With the github.dev editor, you can navigate files and source code repositories from GitHub, and make and commit code changes. You can open any repository, fork, or pull request in the editor.
42
42
43
-
### Opening the github.dev editor
43
+
#### Opening the github.dev editor
44
44
45
45
You can open the GitHub repository in`github.dev`in either of the following ways:
46
46
@@ -55,7 +55,7 @@ Also, if you need more advanced features, you can navigate to Run and Debug sect
55
55
56
56
[More info](https://docs.github.com/en/codespaces/the-githubdev-web-based-editor) about the github.dev editor.
57
57
58
-
## Devbox Cloud
58
+
### Devbox Cloud
59
59
60
60
Devbox Cloud is a fast alternative to GitHub Codespaces, allowing you to instantly preview changes in the documentation without setting up a local development environment. However, it doesn't provide a full-featured development environment with VS Code extensions like GitHub Codespaces.
0 commit comments