Skip to content

docs: fix doc-body bugs and register openapi specs for api-catalog - #747

Merged
theekrystallee merged 2 commits into
mainfrom
docs/body-bug-fixes-732
Sep 10, 2026
Merged

docs: fix doc-body bugs and register openapi specs for api-catalog #747
theekrystallee merged 2 commits into
mainfrom
docs/body-bug-fixes-732

Conversation

@theekrystallee

@theekrystallee theekrystallee commented Sep 10, 2026

Copy link
Copy Markdown
Member

summary

four bug fixes to page found during the #732 audit, plus docs.json config changes

body fixes

  • evm/differences/native-devs/ed25519-integration.mdx - HIP-632 isAuthorized/isAuthorizedRaw calls used address(0x167) (token service). these live on the hedera account service at 0x16a, so the old snippets called the wrong system contract. verified against evm/development/forking.mdx, the hedera-services system-contract table, and the HIP-632 release note.
  • native/files/errors.mdx - FILE_CONTENT_EMPTFILE_CONTENT_EMPTY (canonical enum per reference/protobuf/miscellaneous/responsecode.mdx).
  • evm/tokens/erc721.mdx - note described erc-721 addresses as "fungible token entities"; corrected to "non-fungible token (NFT) entities".
  • evm/tutorials/advanced/erc721-foundry/part1-mint-burn.mdx - called the openzeppelin library an "ERC20" implementation in an erc-721 tutorial; corrected to "ERC-721".

docs.json

  • add the three openapi specs at site level via api.openapi (openapi.yaml, hedera-status-api.yaml, smart-contract-verification-api.yaml).
  • add "download-spec" to contextual menu to populate /.well-known/api-catalog

fixes #732

, #744)

Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
@mintlify

mintlify Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
hedera-docs 🟢 Ready View Preview Sep 10, 2026, 8:32 AM

Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>

@joshmarinacci joshmarinacci left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

@theekrystallee
theekrystallee merged commit 4a1f8f3 into main Sep 10, 2026
25 checks passed
@theekrystallee
theekrystallee deleted the docs/body-bug-fixes-732 branch September 10, 2026 19:33
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.

AI discoverability audit

2 participants