From 3be5b644ab3bf9b6dc1cd247afa033ce661ee89c Mon Sep 17 00:00:00 2001 From: Erik Vroon Date: Fri, 7 Feb 2025 23:10:33 +0100 Subject: [PATCH] Update description in docusaurus.config.js --- 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 e92ea20a..1b77a535 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -7,7 +7,7 @@ const { themes } = require("prism-react-renderer"); /** @type {import('@docusaurus/types').Config} */ const config = { title: "Bracket - Free & open source tournament management", - tagline: "Free and open source tournament scheduling system", + tagline: "Bracket is a free and open source tournament system. Set up a tournament, add teams, schedule matches, track scores and present live rankings.", favicon: "img/logo.svg", url: "https://docs.bracketapp.nl", baseUrl: "/",