Improve internal linking within pages #1591
michielmulders
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue
Summary
Currently, the Mintlify editor does not provide native support or auto-completion for adding internal links between sections within the same document. This limitation makes it cumbersome to create in-page navigation elements, such as a mini table of contents.
Steps to Reproduce
/my-tutorial#step-1-step-title).Observed Behavior
Additional Issue: Escaped Characters in IDs
When a heading includes special characters such as colons (:), Mintlify generates HTML-escaped IDs (e.g.
.../on-hashscan#step-1%3A-contract-calling).In most cases, authors expect the section ID to omit or normalize such characters (e.g.
#step-1-contract-calling).
Expected Behavior
Why It Matters
These improvements would make it significantly easier to:
Beta Was this translation helpful? Give feedback.
All reactions