Skip to content

Commit 9cb1d39

Browse files
updated docs
1 parent 968f965 commit 9cb1d39

22 files changed

+52
-3
lines changed

docs/.vitepress/dist/404.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US" dir="ltr">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<title>404 | VitePress</title>
7+
<meta name="description" content="Not Found">
8+
<meta name="generator" content="VitePress v1.5.0">
9+
<link rel="preload stylesheet" href="/assets/style.kAqtEWd6.css" as="style">
10+
<link rel="preload stylesheet" href="/vp-icons.css" as="style">
11+
12+
<script type="module" src="/assets/app.BvRk8RmX.js"></script>
13+
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
14+
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
15+
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
16+
</head>
17+
<body>
18+
<div id="app"></div>
19+
<script>window.__VP_HASH_MAP__=JSON.parse("{}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"VitePress\",\"description\":\"A VitePress site\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
20+
21+
</body>
22+
</html>

docs/.vitepress/dist/assets/app.BvRk8RmX.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.

docs/.vitepress/dist/assets/chunks/framework.C0RxwWgS.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.

docs/.vitepress/dist/assets/chunks/theme.D4lpLsnA.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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/.vitepress/dist/assets/style.kAqtEWd6.css

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

docs/.vitepress/dist/hashmap.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

docs/.vitepress/dist/vp-icons.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
/* cannot detect icon mode: not set in options and icon set is missing info, rendering as mask */

index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Welcome to the Fan Score Protocol documentation. This protocol enables fair tick
1212

1313
## Quick Links
1414

15-
- [Getting Started](/guides/getting-started)
16-
- [API Reference](/api/attestation)
17-
- [Components](/components/score-generation)
15+
- [Getting Started](/guides/getting-started.html)
16+
- [Installation](/guides/installation.html)
17+
- [Attestation](/api/attestation.html)
18+
- [Firebase](/api/firebase.html)
19+
- [Components](/components/score-generation.html)
20+
- [Hooks](/hooks/hooks.html)

0 commit comments

Comments
 (0)