Update pages-data.json with new content and structure for cpp-httplib documentation

This commit is contained in:
yhirose
2026-03-02 17:22:52 -05:00
parent 2e124cde02
commit 74807d24a7
30 changed files with 1894 additions and 1814 deletions

View File

@@ -116,7 +116,8 @@ icon_svg = '<svg ...>...</svg>'
langs = ["en", "ja"] # First entry is the default language
[highlight]
theme = "base16-eighties.dark" # Syntax highlighting theme
dark_theme = "base16-eighties.dark" # Dark mode theme
light_theme = "InspiredGitHub" # Light mode theme (optional)
```
### `[site]`
@@ -149,7 +150,8 @@ Defines buttons in the site header. Each entry supports:
| Key | Default | Description |
|-----|---------|-------------|
| `theme` | `base16-ocean.dark` | Syntax highlighting theme name (syntect built-in) |
| `dark_theme` | `base16-ocean.dark` | Theme for dark mode |
| `light_theme` | _(none)_ | Theme for light mode. When set, both dark and light code blocks are emitted and toggled via CSS. |
Available themes: `base16-ocean.dark`, `base16-ocean.light`, `base16-eighties.dark`, `base16-mocha.dark`, `InspiredGitHub`, `Solarized (dark)`, `Solarized (light)`.