diff --git a/www/pages/getting-started.md b/www/pages/getting-started.md index 7eec570b..a687ebca 100644 --- a/www/pages/getting-started.md +++ b/www/pages/getting-started.md @@ -128,9 +128,9 @@ experience, preserving core functionality. ## Next steps -- Explore [Configuration](./configuration) — consider moving your `-t` target - flags into a `doc-kit.config.mjs` file. -- [Further customize the `web` generator](./generators/web) — give it a custom - sidenav or footer. -- [Read the full input specification](./specification) — the full Markdown +- Explore [Configuration](./configuration.html) — consider moving your `-t` + target flags into a `doc-kit.config.mjs` file. +- [Further customize the `web` generator](./generators/web.html) — give it a + custom sidenav or footer. +- [Read the full input specification](./specification.html) — the full Markdown contract. diff --git a/www/pages/index.md b/www/pages/index.md index 206faa24..9a193e54 100644 --- a/www/pages/index.md +++ b/www/pages/index.md @@ -39,7 +39,7 @@ Only some of these are things you ask for by name. `ast`, `metadata`, and them, and they are not valid `-t` targets. Everything in the fan-out below `metadata` is a target you can pass to `-t`, and passing several at once reuses the one shared parse rather than repeating it. The full list is in the -[generators reference](./generators/web). +[generators reference](./generators/web.html). ## The input contract @@ -51,14 +51,14 @@ important rule: > page's identity — its sidebar label and its output filename. A file without > one produces no page at all, and the build still exits `0`. -See [the specification](./specification) for the full input format. +See [the specification](./specification.html) for the full input format. ## What's next -- [Getting started](./getting-started) — render your first document. -- [Commands](./commands) — the `doc-kit` CLI surface. -- [Configuration](./configuration) — `doc-kit.config.mjs` reference. -- [Creating generators](./generators) — extend the pipeline. +- [Getting started](./getting-started.html) — render your first document. +- [Commands](./commands.html) — the `doc-kit` CLI surface. +- [Configuration](./configuration.html) — `doc-kit.config.mjs` reference. +- [Creating generators](./generators.html) — extend the pipeline. ## Showcase