Skip to content

Commit 0c28251

Browse files
timbrindedCopilot
andauthored
docs (#553)
* docs * Update docs/package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 100da7e commit 0c28251

File tree

6 files changed

+2254
-36
lines changed

6 files changed

+2254
-36
lines changed

TROUBLESHOOTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide provides solutions for common issues encountered when using Moonwall
77
- [Development Environment Issues](#development-environment-issues)
88
- [Using Moonwall in Other Repositories](#using-moonwall-in-other-repositories)
99
- [Alternative to `pnpm link`](#alternative-to-pnpm-link)
10-
- [Debugging Moonwall Packages](#debugging-moonwall-packages)
10+
- [Debugging Moonwall Locally](#debugging-moonwall-locally)
1111
- [Runtime Errors](#runtime-errors)
1212
- [Network Connection Issues](#network-connection-issues)
1313
- [Test Execution Failures](#test-execution-failures)
@@ -80,7 +80,7 @@ For a more robust development workflow:
8080
}
8181
```
8282

83-
### Debugging Moonwall Packages
83+
### Debugging Moonwall Locally
8484

8585
When debugging issues between your project and Moonwall:
8686

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and then visit the link shown:
1515

1616
```sh
1717

18-
vitepress v1.0.0-rc.10
18+
vitepress v1.6.4
1919

2020
➜ Local: http://localhost:5174/moonwall/
2121
➜ Network: use --host to expose

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "@moonwall/docs",
2+
"name": "moonwall-docs",
33
"type": "module",
4-
"version": "5.18.2",
4+
"version": "1.0.1",
55
"private": true,
6-
"description": "Testing framework for the Moon family of projects",
6+
"description": "Documentation site for the Moonwall project",
77
"scripts": {
88
"docs:dev": "vitepress dev",
99
"docs:build": "vitepress build",

0 commit comments

Comments
 (0)