Skip to content

Commit ac388ae

Browse files
author
committed
Deployed d962d60 with MkDocs version: 1.6.1
0 parents  commit ac388ae

67 files changed

Lines changed: 26157 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Whitespace-only changes.

404.html

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

api-reference/index.html

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

assets/css/extra.css

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
/* SocialMapper Custom Styles */
2+
3+
/* Brand colors and improvements */
4+
:root {
5+
--sm-primary: #2196F3;
6+
--sm-accent: #03A9F4;
7+
--sm-success: #4CAF50;
8+
--sm-warning: #FF9800;
9+
--sm-error: #F44336;
10+
}
11+
12+
/* Enhance code blocks */
13+
.highlight {
14+
border-radius: 6px;
15+
overflow: hidden;
16+
}
17+
18+
/* Style the feature cards */
19+
.feature-grid {
20+
display: grid;
21+
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
22+
gap: 1rem;
23+
margin: 1rem 0;
24+
}
25+
26+
.feature-card {
27+
border: 1px solid var(--md-default-fg-color--lighter);
28+
border-radius: 8px;
29+
padding: 1rem;
30+
background: var(--md-default-bg-color);
31+
}
32+
33+
.feature-card h3 {
34+
margin-top: 0;
35+
color: var(--sm-primary);
36+
}
37+
38+
/* Enhance badges and buttons */
39+
.badge {
40+
display: inline-block;
41+
padding: 0.25rem 0.5rem;
42+
font-size: 0.875rem;
43+
font-weight: 500;
44+
border-radius: 4px;
45+
text-decoration: none;
46+
}
47+
48+
.badge-success {
49+
background-color: var(--sm-success);
50+
color: white;
51+
}
52+
53+
.badge-info {
54+
background-color: var(--sm-accent);
55+
color: white;
56+
}
57+
58+
/* Style navigation tabs */
59+
.md-tabs__link {
60+
font-weight: 500;
61+
}
62+
63+
/* Enhance tables */
64+
.md-typeset table:not([class]) {
65+
border: 1px solid var(--md-default-fg-color--lightest);
66+
border-radius: 6px;
67+
overflow: hidden;
68+
}
69+
70+
.md-typeset table:not([class]) th {
71+
background-color: var(--md-default-fg-color--lightest);
72+
font-weight: 600;
73+
}
74+
75+
/* Code block improvements */
76+
.md-typeset .highlight .gp {
77+
user-select: none;
78+
}
79+
80+
/* Custom admonition styles */
81+
.md-typeset .admonition.tip {
82+
border-color: var(--sm-success);
83+
}
84+
85+
.md-typeset .admonition.warning {
86+
border-color: var(--sm-warning);
87+
}
88+
89+
/* Improve inline code */
90+
.md-typeset code {
91+
background-color: var(--md-code-bg-color);
92+
border-radius: 4px;
93+
padding: 0.1rem 0.3rem;
94+
}
95+
96+
/* Footer improvements */
97+
.md-footer {
98+
background-color: var(--md-default-bg-color--dark);
99+
}
100+
101+
/* Logo and header */
102+
.md-header__title {
103+
font-weight: 600;
104+
}
105+
106+
/* Button styles for call-to-action */
107+
.btn {
108+
display: inline-block;
109+
padding: 0.5rem 1rem;
110+
border-radius: 6px;
111+
text-decoration: none;
112+
font-weight: 500;
113+
transition: all 0.2s ease;
114+
}
115+
116+
.btn-primary {
117+
background-color: var(--sm-primary);
118+
color: white;
119+
}
120+
121+
.btn-primary:hover {
122+
background-color: var(--sm-accent);
123+
transform: translateY(-1px);
124+
}
125+
126+
/* Responsive improvements */
127+
@media screen and (max-width: 768px) {
128+
.feature-grid {
129+
grid-template-columns: 1fr;
130+
}
131+
}
132+
133+
/* Dark mode adjustments */
134+
[data-md-color-scheme="slate"] {
135+
.feature-card {
136+
border-color: var(--md-default-fg-color--lightest);
137+
}
138+
}

assets/images/example-map.png

5.71 MB
Loading

assets/images/favicon.png

1.83 KB
Loading

assets/javascripts/bundle.79ae519e.min.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bundle.79ae519e.min.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.ar.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.da.min.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)