Files
cpp-httplib/docs-gen/defaults/config.toml

13 lines
194 B
TOML

[site]
title = "My Docs"
base_url = "https://example.com"
base_path = ""
[i18n]
default_lang = "en"
langs = ["en", "ja"]
[highlight]
theme = "base16-ocean.dark"
theme_light = "InspiredGitHub"