When users edit a document, stored positions can drift. UseDocumentation Index
Fetch the complete documentation index at: https://superdoc-nick-sd-2070-add-content-controls-namespace-to-doc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
PositionTracker so navigation targets stay stable.
Hyperlinks example
Best practices
- Track results right after
find(). - Store
trackerIdin UI state, not raw positions. - Re-run
find()and rebuild tracked IDs when refreshing your list. - Handle missing targets gracefully (
goToTrackedcan returnfalseif content was removed).

