Skip to content

docs: point the key pair links at the anchors that exist - #88

Merged
Cre-eD merged 1 commit into
mainfrom
docs/fix-key-pair-anchors
Aug 18, 2026
Merged

docs: point the key pair links at the anchors that exist#88
Cre-eD merged 1 commit into
mainfrom
docs/fix-key-pair-anchors

Conversation

@Cre-eD

@Cre-eD Cre-eD commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Why

Two pages link to #authorization-key-pair and #blockchain-key-pair on the Web App UI page, but those two headings declare explicit anchors, {#akp} and {#bkp}. The rendered page therefore contains no such ids, and both links drop the reader at the top of the page instead of the section they were sent to. Verified against the live site: it serves id="akp" and id="bkp" only.

pnpm docs:build does not catch this, because its dead-link check validates file paths, not fragments.

What changed

  • getting-started/calling-api-endpoints.md and tutorials-api/signing-transactions.md now link to #akp and #bkp.
  • The Kotlin note in the transaction tutorial described the 64-character key as "the truncated representation", which contradicts the naming the other pages now use. It states which form each example takes instead: Kotlin the 64-character private key, JavaScript and Python the 128-character Iroha SDK format.

Verification

pnpm docs:build and prettier --check pass. Anchors confirmed against the rendered HTML.

Two pages linked to `#authorization-key-pair` and `#blockchain-key-pair`,
but those headings declare explicit `{#akp}` and `{#bkp}` anchors, so
both links landed at the top of the page instead of the section. The
build does not catch this: it validates file paths, not fragments.

While there, the Kotlin note in the transaction tutorial called the
64-character key a truncated representation, which now contradicts the
naming used everywhere else. It says which form each example takes.

Signed-off-by: Dmitrii Creed <creeed22@gmail.com>
@Cre-eD
Cre-eD merged commit 7ef2dca into main Aug 18, 2026
2 checks passed
@Cre-eD
Cre-eD deleted the docs/fix-key-pair-anchors branch August 18, 2026 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants