From 0c85c2f428b69dab65798637f3d79662fbca863a Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Thu, 30 Jul 2026 21:14:33 -0500 Subject: [PATCH 1/2] fix: resolve broken links --- www/pages/getting-started.md | 6 +++--- www/pages/index.md | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/www/pages/getting-started.md b/www/pages/getting-started.md index 7eec570b..ef4edb65 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 +- Explore [Configuration](./configuration.html) — consider moving your `-t` target flags into a `doc-kit.config.mjs` file. -- [Further customize the `web` generator](./generators/web) — give it a custom +- [Further customize the `web` generator](./generators/web.html) — give it a custom sidenav or footer. -- [Read the full input specification](./specification) — the full Markdown +- [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 From 74d3e724d9cdad4a2f09c1cdccb04e595a4b8ac4 Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Thu, 30 Jul 2026 21:20:39 -0500 Subject: [PATCH 2/2] satisfy prettier --- www/pages/getting-started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/pages/getting-started.md b/www/pages/getting-started.md index ef4edb65..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.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. +- 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.