Configuration
Footer
Configure footer social links, copyright text, and the powered-by badge in Tiramisu Docs.
The footer appears at the bottom of every page and can display social media links, a copyright notice, and a "Powered by Tiramisu" badge.
Configuration
Add a footer block to your config:
footer: {
socials: {
github: "https://github.com/user/repo",
x: "https://x.com/myproject",
discord: "https://discord.gg/myserver",
},
copyright: "© 2026 My Project",
}, Social Links
The following social platforms are supported:
| Platform | Config Key | Icon |
|---|---|---|
| GitHub | github | GitHub logo |
| X (Twitter) | x | X logo |
| Discord | discord | Discord logo |
| Bluesky | bluesky | Bluesky logo |
| Mastodon | mastodon | Mastodon logo |
| YouTube | youtube | YouTube logo |
linkedin | LinkedIn logo |
Each social entry is a URL string. Only platforms with a URL will display an icon in the footer.
Copyright
The copyright string renders centered below the social icons. Use it for your copyright notice or any short text.
Powered by Tiramisu
The footer automatically includes a "Powered by Tiramisu" pill that links to the Tiramisu Docs website. This badge helps support the project.