1
0
mirror of https://github.com/actix/actix-website synced 2025-01-22 16:15:56 +01:00
actix-website/config.toml

23 lines
485 B
TOML
Raw Normal View History

2018-06-23 07:43:29 +08:00
title = "actix"
canonifyURLs = true
2022-02-26 04:38:18 +00:00
googleAnalytics = ""
2018-06-23 07:43:29 +08:00
pygmentsUseClasses = true
pygmentsCodeFences = true
defaultContentLanguageInSubdir = false
2018-06-22 23:18:14 +08:00
enableRobotsTXT = true
enableMissingTranslationPlaceholders = true
2018-06-22 23:18:14 +08:00
DefaultContentLanguage = "en"
baseURL = "https://actix.rs"
2018-06-22 23:18:14 +08:00
2018-06-23 06:12:56 +08:00
[languages.en]
2020-09-12 16:21:54 +01:00
languageCode = "en-US"
languageName = "English"
weight = 1
2018-05-22 23:15:08 +02:00
[params]
2020-09-12 16:21:54 +01:00
actixVersion = "0.10"
2022-02-26 04:38:18 +00:00
actixWebVersion = "4"
actixRtVersion = "2"
actixWebMinRustVersion = "1.54"
actixMinRustVersion = "1.54"