You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#167
zensical build --clean surfaced 19 validation warnings from stale
links in docs/sdk-reference/. Root causes:
- Singular vs plural filename: links pointed at steps.md,
callbacks.md, child-contexts.md, but the actual files are
step.md, callback.md, child-context.md.
- Stale paths from an earlier reorganization:
../advanced/error-handling.md -> ../error-handling/errors.md
../../testing/basic-tests.md -> ../../testing/index.md
../getting-started.md -> ../../getting-started/index.md
error-handling.md (bare) -> ../error-handling/errors.md
- Anchor slug drift: retries.md linked to
#retrying-specific-errors, but the heading is "Retry only specific
errors", which slugifies to retry-only-specific-errors.
Also align step.md's top-level heading with the filename and with
the other singular operations (# Steps -> # Step).
Verified with zensical build --clean:
before: 19 issues found
after: No issues found
0 commit comments