mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-12 03:38:30 +00:00
- Added a favicon link to all tour pages in the Japanese documentation. - Updated navigation links to include SVG icons for Home and GitHub. - Changed language button to include an SVG icon for better visual representation. - Improved theme toggle button to use SVG icons for light and dark modes. - Refactored the documentation build commands in the justfile for clarity and consistency.
22 lines
329 B
TOML
22 lines
329 B
TOML
[site]
|
|
title = "My Docs"
|
|
base_url = "https://example.com"
|
|
base_path = ""
|
|
|
|
# [[nav]]
|
|
# label = "Guide"
|
|
# path = "guide/"
|
|
#
|
|
# [[nav]]
|
|
# label = "GitHub"
|
|
# url = "https://github.com/your/repo"
|
|
# icon = "github"
|
|
|
|
[i18n]
|
|
default_lang = "en"
|
|
langs = ["en", "ja"]
|
|
|
|
[highlight]
|
|
theme = "base16-ocean.dark"
|
|
theme_light = "InspiredGitHub"
|