From 946cfe3673fbd76d50beda618d86d91de1ea5de9 Mon Sep 17 00:00:00 2001 From: Erik Vroon Date: Fri, 7 Feb 2025 20:37:48 +0100 Subject: [PATCH] docs: update title (#1102) --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index cd56a721..e92ea20a 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -6,7 +6,7 @@ const { themes } = require("prism-react-renderer"); /** @type {import('@docusaurus/types').Config} */ const config = { - title: "Bracket", + title: "Bracket - Free & open source tournament management", tagline: "Free and open source tournament scheduling system", favicon: "img/logo.svg", url: "https://docs.bracketapp.nl",