Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions www/pages/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
12 changes: 6 additions & 6 deletions www/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
Loading