alpha
Login
or
Join now
microcosm.blue
/
microcosm-rs
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
old file cleanup
author
phil
date
11 months ago
(Jul 29, 2025, 7:06 PM -0400)
commit
1111ae55
1111ae5502fc9ab0ab04837a25e62b705e6bf88c
parent
1de5a1b5
1de5a1b55882d4056be4552e8252c16943944c82
-53
1 changed file
Expand all
Collapse all
Unified
Split
slingshot
static
index.html
-53
slingshot/static/index.html
Reviewed
···
1
1
-
<!doctype html>
2
2
-
<html lang="en">
3
3
-
<head>
4
4
-
<meta charset="utf-8" />
5
5
-
<title>Slingshot documentation</title>
6
6
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
7
7
-
<meta name="description" content="API Documentation for Slingshot, a fast edge cache for getRecord" />
8
8
-
<style>
9
9
-
.custom-header {
10
10
-
height: 42px;
11
11
-
background-color: #221828;
12
12
-
box-shadow: inset 0 -1px 0 var(--scalar-border-color);
13
13
-
color: var(--scalar-color-1);
14
14
-
font-size: var(--scalar-font-size-3);
15
15
-
font-family: 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif;
16
16
-
padding: 0 18px;
17
17
-
justify-content: space-between;
18
18
-
}
19
19
-
.custom-header,
20
20
-
.custom-header nav {
21
21
-
display: flex;
22
22
-
align-items: center;
23
23
-
gap: 18px;
24
24
-
}
25
25
-
.custom-header a:hover {
26
26
-
color: var(--scalar-color-2);
27
27
-
}
28
28
-
</style>
29
29
-
</head>
30
30
-
<body>
31
31
-
<header class="custom-header scalar-app">
32
32
-
<p>
33
33
-
<a href="https://microcosm.blue">todo: what link goes here?</a>: blah
34
34
-
</p>
35
35
-
<nav>
36
36
-
<b>a <a href="https://microcosm.blue">microcosm</a> project</b>
37
37
-
<a href="https://bsky.app/profile/microcosm.blue">@microcosm.blue</a>
38
38
-
<a href="https://github.com/at-microcosm">github</a>
39
39
-
</nav>
40
40
-
</header>
41
41
-
42
42
-
<script id="api-reference" type="application/json" data-url="/openapi"></script>
43
43
-
44
44
-
<script>
45
45
-
var configuration = {
46
46
-
theme: 'purple',
47
47
-
}
48
48
-
document.getElementById('api-reference').dataset.configuration = JSON.stringify(configuration)
49
49
-
</script>
50
50
-
51
51
-
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
52
52
-
</body>
53
53
-
</html>