Remove stale root architecture doc and finalize documentation links
This commit is contained in:
@@ -179,4 +179,4 @@ go run ./cmd/seriatim normalize \
|
||||
- [../schema/minimal-output.schema.json](../schema/minimal-output.schema.json)
|
||||
- [../schema/intermediate-output.schema.json](../schema/intermediate-output.schema.json)
|
||||
- [../schema/full-output.schema.json](../schema/full-output.schema.json)
|
||||
- Remaining docs migration work: [roadmap/documentation.md](roadmap/documentation.md)
|
||||
- Documentation roadmap: [roadmap/documentation.md](roadmap/documentation.md)
|
||||
|
||||
@@ -165,4 +165,4 @@ All commands:
|
||||
- [../schema/minimal-output.schema.json](../schema/minimal-output.schema.json)
|
||||
- [../schema/intermediate-output.schema.json](../schema/intermediate-output.schema.json)
|
||||
- [../schema/full-output.schema.json](../schema/full-output.schema.json)
|
||||
- Remaining docs migration work: [roadmap/documentation.md](roadmap/documentation.md)
|
||||
- Documentation roadmap: [roadmap/documentation.md](roadmap/documentation.md)
|
||||
|
||||
@@ -29,9 +29,8 @@ output schemas. Neither command runs merge preprocessing or postprocessing
|
||||
modules.
|
||||
|
||||
The supported public output schemas are `seriatim-minimal`,
|
||||
`seriatim-intermediate`, and `seriatim-full`. For current command and flag
|
||||
details, use [the README](../../README.md) until dedicated `docs/cli.md` and
|
||||
`docs/config.md` files exist.
|
||||
`seriatim-intermediate`, and `seriatim-full`. For command and flag details, use
|
||||
[CLI reference](../cli.md) and [configuration reference](../config.md).
|
||||
|
||||
## Core Design Principles
|
||||
|
||||
@@ -135,8 +134,8 @@ where command-specific names are fixed and the pipeline registry where module
|
||||
composition is resolved.
|
||||
|
||||
Do not duplicate full CLI or config reference material here. Use
|
||||
[the README](../../README.md) for the current user-facing reference until the
|
||||
canonical `docs/cli.md` and `docs/config.md` files exist.
|
||||
[CLI reference](../cli.md) and [configuration reference](../config.md) for
|
||||
canonical user-facing details.
|
||||
|
||||
## Errors, Logging, and Diagnostics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user