chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:49:22 +08:00
commit a41b2ab474
303 changed files with 64772 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
Without this directory, Sphinx will warn:
> WARNING: html_static_path entry '_static' does not exist
This file exists to suppress that warning and because empty directories cannot
be checked in to Git.
+41
View File
@@ -0,0 +1,41 @@
details {
margin-bottom: 0.75rem;
margin-top: 0.5rem;
}
details summary {
cursor: pointer;
}
details summary > * {
display: inline;
}
details[open] summary {
padding-bottom: 0.75rem;
border-bottom: 2px dashed #ccc;
}
details[open] {
border-bottom: 2px dashed #ccc;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.17em;
}
h5 {
font-size: .83em;
}
h6 {
font-size: .75em;
}