We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5616585 + 7852461 commit 8a4ad99Copy full SHA for 8a4ad99
1 file changed
README.md
@@ -18,6 +18,8 @@ You will need Node 22+ installed on your operating system and in the PATH.
18
* Run `npm install` to restore all dependencies.
19
* Use `npm run dev` to run the documentation site locally.
20
21
+Alternatively in VS Code, GitHub Codespaces or WebStorm, you can use the devcontainer to get a development environment set up.
22
+
23
## Project Structure
24
25
This project uses Astro + Starlight. You'll see the following folders and files:
@@ -97,4 +99,4 @@ redirects: {
97
99
```
98
100
101
This will remove the old page from the navigation structure, but keeps the URL around
-with a redirect to the new location.
102
+with a redirect to the new location.
0 commit comments