Skip to content

Commit db1b1b9

Browse files
generate docs from the publit folders
1 parent 6d593e5 commit db1b1b9

File tree

10 files changed

+5818
-9
lines changed

10 files changed

+5818
-9
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ cmake_install.cmake
77
out
88
build/
99
received_green.avif
10+
docs/*.bak
11+
docs/html/
12+
docs/latex/

docs/Doxyfile

Lines changed: 2977 additions & 0 deletions
Large diffs are not rendered by default.

docs/customization/custom.css

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
2+
3+
html {
4+
--font-family: "Public Sans", -apple-system, Helvetica Neue, sans-serif;
5+
--font-family-monospace: "Fira Code", SFMono-Regular, SF Mono, Menlo, Consolas,
6+
monospace;
7+
--primary-color: rgb(10, 37, 159);
8+
--primary-dark-color: rgb(22, 35, 89);
9+
--primary-light-color: rgb(172, 175, 191);
10+
--fragment-link: var(--primary-color);
11+
}
12+
13+
#main-nav {
14+
border-bottom: none;
15+
}
16+
17+
#projectname {
18+
display: flex;
19+
gap: 0.35em;
20+
}
21+
22+
#projectnumber {
23+
background-color: #eee;
24+
border-radius: var(--border-radius-medium);
25+
padding-right: 0.5em;
26+
padding-left: 0.25em;
27+
}
28+
29+
#nav-sync {
30+
display: none;
31+
}
32+
33+
#nav-tree {
34+
border-color: var(--separator-color);
35+
}
36+
37+
#page-nav {
38+
background-color: var(--side-nav-background);
39+
border-left: none;
40+
}
41+
42+
ul.page-outline li.vis {
43+
background-color: rgba(0, 0, 0, 0.025);
44+
}
45+
46+
.arrow {
47+
vertical-align: unset;
48+
text-align: unset;
49+
margin-right: 0;
50+
height: unset;
51+
}

0 commit comments

Comments
 (0)