Skip to content

Commit 7e00d25

Browse files
eamonnfahertyclaude
andcommitted
Update README to reflect multi-page site structure
Add table documenting all 6 pages (index, getting-started, services, mocking, chaos, cli) and update local preview instructions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 16d3f6d commit 7e00d25

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,22 @@ Local Web Services provides two complementary CLI tools for local AWS CDK develo
1111
- **ldk** - Runs your AWS CDK applications locally as a development server
1212
- **lws** - AWS CLI-style commands for interacting with local services
1313

14+
## Site structure
15+
16+
| Page | File | Description |
17+
|------|------|-------------|
18+
| Landing | `index.html` | Hero, what/why, how it works, journey CTAs |
19+
| Get Started | `getting-started.html` | Installation, prerequisites, CDK + Terraform quick starts |
20+
| Services | `services.html` | All 25 AWS service emulations with operations |
21+
| Mocking | `mocking.html` | Mock servers: routes, protocols, OpenAPI, templates |
22+
| Chaos | `chaos.html` | Chaos engineering: error rates, latency, timeouts |
23+
| CLI | `cli.html` | Full ldk + lws + mock command reference |
24+
25+
Shared styles live in `style.css`.
26+
1427
## Local preview
1528

16-
Open `index.html` in a browser.
29+
Open `index.html` in a browser, then navigate between pages using the nav bar.
1730

1831
## Deployment
1932

0 commit comments

Comments
 (0)