Summary
Pre-existing issues found during review of PR #188 (ic-interface-spec split). None were introduced by that PR.
Quick wins — broken anchors (one PR)
| File |
Issue |
docs/references/ic-interface-spec/canister-interface.md |
#ic-vetkd_encrypted_key anchor — method was renamed in portal source |
docs/references/ic-interface-spec/management-canister.md |
ic_ vs ic- typo in 3 anchor links |
docs/guides/digital-assets/chain-key-tokens.mdx |
Broken same-page anchors |
docs/guides/authentication/verifiable-credentials.md |
Broken same-page anchors |
docs/references/candid-spec.md |
Broken same-page anchors |
docs/references/glossary.md |
Broken same-page anchors |
Needs investigation
| File |
Issue |
docs/getting-started/project-structure.mdx |
2 links to non-existent binding-generation.md — find where that content lives now |
Won't fix (upstream decision needed)
Missing _attachments/ files referenced in the IC interface spec: certificates.cddl, requests.cddl, http-gateway.did. These were never served on this site; links are inherited from the portal source. Needs decision on whether to host them or remove the links.
Notes
- Cross-reference the anchor-to-file mapping comment at the bottom of
docs/references/ic-interface-spec/canister-interface.md when fixing the vetkd anchor
- Run
grep -rn "binding-generation" docs/ to find all references before fixing project-structure.mdx
Summary
Pre-existing issues found during review of PR #188 (ic-interface-spec split). None were introduced by that PR.
Quick wins — broken anchors (one PR)
docs/references/ic-interface-spec/canister-interface.md#ic-vetkd_encrypted_keyanchor — method was renamed in portal sourcedocs/references/ic-interface-spec/management-canister.mdic_vsic-typo in 3 anchor linksdocs/guides/digital-assets/chain-key-tokens.mdxdocs/guides/authentication/verifiable-credentials.mddocs/references/candid-spec.mddocs/references/glossary.mdNeeds investigation
docs/getting-started/project-structure.mdxbinding-generation.md— find where that content lives nowWon't fix (upstream decision needed)
Missing
_attachments/files referenced in the IC interface spec:certificates.cddl,requests.cddl,http-gateway.did. These were never served on this site; links are inherited from the portal source. Needs decision on whether to host them or remove the links.Notes
docs/references/ic-interface-spec/canister-interface.mdwhen fixing the vetkd anchorgrep -rn "binding-generation" docs/to find all references before fixing project-structure.mdx