The Footer Links settings page lets you add external link buttons to your documentation site's footer. These provide quick access to your project's GitHub repository, Discord server, social profiles, and other resources.
Click Add Link and configure:
You can assign one of these icons to each link:
Leave the icon unset for a text-only link.
If you edit links.json directly, use Lucide icon names (e.g. github, message-circle, heart).
Link settings are stored in links.json at the root of your repository:
[
{
"title": "GitHub",
"url": "https://github.com/your-org/your-repo",
"icon": "github"
},
{
"title": "Discord",
"url": "https://discord.gg/your-invite",
"icon": "discord"
}
]