mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 12:50:40 +00:00
24 lines
592 B
TOML
24 lines
592 B
TOML
title = "rusty-luau"
|
|
gitRepoUrl = "https://github.com/CompeyDev/rusty-luau"
|
|
|
|
gitSourceBranch = "main"
|
|
changelog = true
|
|
|
|
[docusaurus]
|
|
onBrokenLinks = "throw"
|
|
onBrokenMarkdownLinks = "warn"
|
|
favicon = "/logo.png"
|
|
organizationName = "CompeyDev"
|
|
url = "https://rusty-luau.devcomp.xyz"
|
|
baseUrl = "/"
|
|
tagline = "Strongly typed implementations of various rust idioms in luau."
|
|
|
|
# TODO: Disable theme toggle
|
|
# [docusaurus.themeConfig.colorMode]
|
|
# defaultMode = "dark"
|
|
# disableSwitch = true
|
|
# respectPrefersColorScheme = false
|
|
|
|
[footer]
|
|
style = "light"
|
|
copyright = "Copyright © 2021 Erica Marigold."
|