From 90631c3e9a21216cb33ebb023cf6de9701e4af7d Mon Sep 17 00:00:00 2001 From: Anbraten <6918444+anbraten@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:28:01 +0200 Subject: [PATCH] Add mastodon verification --- docs/docusaurus.config.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 5057fa01844..e49a1efb5f7 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',