Tiramisu Docs

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:

typescript
footer: {
  socials: {
    github: "https://github.com/user/repo",
    x: "https://x.com/myproject",
    discord: "https://discord.gg/myserver",
  },
  copyright: "© 2026 My Project",
},

The following social platforms are supported:

PlatformConfig KeyIcon
GitHubgithubGitHub logo
X (Twitter)xX logo
DiscorddiscordDiscord logo
BlueskyblueskyBluesky logo
MastodonmastodonMastodon logo
YouTubeyoutubeYouTube logo
LinkedInlinkedinLinkedIn logo

Each social entry is a URL string. Only platforms with a URL will display an icon in the footer.

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.