1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00
actix-website/config.toml
2022-02-26 04:38:18 +00:00

23 lines
485 B
TOML

title = "actix"
canonifyURLs = true
googleAnalytics = ""
pygmentsUseClasses = true
pygmentsCodeFences = true
defaultContentLanguageInSubdir = false
enableRobotsTXT = true
enableMissingTranslationPlaceholders = true
DefaultContentLanguage = "en"
baseURL = "https://actix.rs"
[languages.en]
languageCode = "en-US"
languageName = "English"
weight = 1
[params]
actixVersion = "0.10"
actixWebVersion = "4"
actixRtVersion = "2"
actixWebMinRustVersion = "1.54"
actixMinRustVersion = "1.54"