diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 5057fa018..e49a1efb5 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -15,6 +15,15 @@ const config: Config = { organizationName: 'woodpecker-ci', projectName: 'woodpecker-ci.github.io', trailingSlash: false, + headTags: [ + { + tagName: 'link', + attributes: { + href: 'https://floss.social/@WoodpeckerCI', + rel: 'me', + }, + }, + ], themeConfig: { navbar: { title: 'Woodpecker',