docs.json navigation. The changelog field is the full URL of the repository:1234567891011121314{ "navigation": { "tabs": [ { "tab": "Documentation", "groups": [{ "group": "Getting Started", "pages": ["index"] }] }, { "tab": "Changelog", "changelog": "https://github.com/owner/repo" } ] } }
/changelog. Each release becomes an entry showing its tag, publish date, and release notes (rendered as Markdown). Prereleases are included; draft releases are skipped./changelog. Change it with base:12345{ "tab": "Releases", "changelog": "https://github.com/owner/repo", "base": "/releases" }
/releases. A leading slash is optional: "/releases" and "releases" behave the same.initialContent to prepend custom MDX content above the release entries. Point it at an MDX file (resolved from your pages directory):12345{ "tab": "Changelog", "changelog": "https://github.com/owner/repo", "initialContent": "changelog/intro" }
<Above> hero section, an introduction paragraph, or any custom component before the release entries start.GITHUB_TOKEN (or GH_TOKEN) environment variable to raise the limit; Holocron sends it as a bearer token when present.