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

@@ -342,6 +342,19 @@ a:hover {
color: var(--text-muted);
}
/* Code block theme switching: show dark by default, swap on light mode */
.code-block-wrapper > [data-code-theme="light"] {
display: none;
}
html[data-theme="light"] .code-block-wrapper > [data-code-theme="dark"] {
display: none;
}
html[data-theme="light"] .code-block-wrapper > [data-code-theme="light"] {
display: block;
}
/* Footer */
.footer {
padding: 12px 16px;