diff --git a/api/v2api/full.go b/api/v2api/full.go index 7e5285c80d7..d613fcf7be5 100644 --- a/api/v2api/full.go +++ b/api/v2api/full.go @@ -26,7 +26,7 @@ type FullNode interface { // the blockchain. // // Note: This API is experimental and may change as we explore the - // appropriate design for the Filecoin v2 APIs. + // appropriate design for the Filecoin v2 APIs. // // Please see Filecoin V2 API design documentation for more details: // - https://www.notion.so/filecoindev/Lotus-F3-aware-APIs-1cfdc41950c180ae97fef580e79427d5 diff --git a/documentation/en/api-experimental-user-facing-v2-docs/CLAUDE.md b/documentation/en/api-experimental-user-facing-v2-docs/CLAUDE.md index e620ebb337f..35b457b5415 100644 --- a/documentation/en/api-experimental-user-facing-v2-docs/CLAUDE.md +++ b/documentation/en/api-experimental-user-facing-v2-docs/CLAUDE.md @@ -8,13 +8,13 @@ This directory contains the experimental user-facing documentation for Filecoin' - This documentation describes experimental V2 APIs that are subject to change ## Workflow -1. (If this hasn't already been don) Copy updates from Notion into this repository +1. (If this hasn't already been done) Copy updates from Notion into this repository 2. Make changes, likely using Claude Code by pointing to local changes or changes in a PR. 2. Regenerate the table of contents if you've added or modified sections 3. Submit changes for team review via pull request 4. After approval, publish updated content back to Notion -**Important**: Always regenerate the table of contents before committing changes to ensure it accurately reflects the document structure. The table of contents is comprehensive and includes all sections of the document, helping readers navigate the content. It also helps give an overview in the diff of what content is being added/changed and where in the document. +**Important**: Always regenerate the table of contents before committing changes to ensure it accurately reflects the document structure. The table of contents is comprehensive and includes all sections of the document, helping readers navigate the content. It also helps give an overview in the diff of what content is being added/changed and where in the document. ## Key Files - `api-v2-experimental.md`: The main user facing documentation file that is copied to Notion.