Update docusaurus config

This commit is contained in:
JeremyStar™ 2024-05-04 12:39:09 +02:00
parent 4a57edff95
commit dd0274ef0b
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -11,7 +11,7 @@ const config: Config = {
trailingSlash: true, trailingSlash: true,
i18n: { i18n: {
defaultLocale: "en", defaultLocale: "en",
locales: ["en"], locales: [ "en" ],
}, },
noIndex: false, noIndex: false,
onBrokenLinks: "throw", onBrokenLinks: "throw",
@ -24,7 +24,7 @@ const config: Config = {
onBrokenMarkdownLinks: "ignore", onBrokenMarkdownLinks: "ignore",
onDuplicateRoutes: "ignore", onDuplicateRoutes: "ignore",
*/ */
tagline: "// TODO", tagline: "Simplifying Godot development since 2023.",
themeConfig: { themeConfig: {
docs: { docs: {