Commit cc96764
authored
docs: enhance GitHub Codespaces documentation (#1842)
* docs: enhance GitHub Codespaces documentation
Improved the Codespaces section in README to match the comprehensive
documentation from main branch.
Changes:
- Added detailed "What's Included" section listing pre-installed tools
- Added "Free Tier" information with Student Developer Pack details
- Added new "Cloud Development Environments" section with overview
- Enhanced benefits list with automatic backups mention
- Improved structure with clearer subsections
This provides users with better understanding of what Codespaces offers
and helps them get started more quickly.
* fix: add missing environment key in build-docker-compose.yaml
The CASC_RELOAD_TOKEN environment variable was missing its parent
'environment:' key, causing a YAML parsing error in updatecli.
This was likely introduced when GITPOD_WORKSPACE_URL variables were
removed, leaving the environment section malformed.1 parent 0c5f3aa commit cc96764
1 file changed
+27
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
9 | 35 | | |
10 | 36 | | |
11 | 37 | | |
12 | 38 | | |
13 | 39 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 40 | + | |
20 | 41 | | |
21 | 42 | | |
22 | 43 | | |
| |||
0 commit comments