Update docusaurus config
This commit is contained in:
parent
4a57edff95
commit
dd0274ef0b
1 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue