Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,052 changes: 18 additions & 1,034 deletions README.md

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
import { defineConfig } from 'vitepress'

export default defineConfig({
title: "EmptyGraph",
description: "A graph database that lives inside Git",
head: [
['meta', { property: 'og:image', content: '/images/empty-graph-social.jpg' }],
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
['meta', { name: 'twitter:image', content: '/images/empty-graph-social.jpg' }],
],
themeConfig: {
logo: '/logo.png',
nav: [
{ text: 'Guide', link: '/guide/what-is-this' },
{ text: 'API', link: '/api/' },
{ text: 'Stunts', link: '/stunts/' },
{ text: 'GitHub', link: 'https://github.com/git-stunts/empty-graph' }
],
sidebar: [
{
text: 'The Guide',
items: [
{ text: 'What is this?', link: '/guide/what-is-this' },
{ text: 'Getting Started', link: '/guide/getting-started' },
{ text: 'Core Concepts', link: '/guide/core-concepts' },
{ text: 'Operations & Safety', link: '/guide/operations' },
{ text: 'Comparison', link: '/guide/comparison' },
{ text: 'Troubleshooting', link: '/guide/troubleshooting' },
{ text: 'Roadmap', link: '/guide/roadmap' },
{ text: 'Architecture', link: '/guide/architecture' },
{ text: 'Interactive Demo', link: '/guide/interactive-demo' },
]
},
{
text: 'The Stunts',
items: [
{ text: 'Event Sourcing', link: '/stunts/event-sourcing' },
{ text: 'Resource-Aware Routing', link: '/stunts/lagrangian-routing' },
{ text: 'Infinite Memory Streaming', link: '/stunts/streaming' },
{ text: 'Invisible Metadata', link: '/stunts/invisible-storage' },
]
},
{
text: 'API Reference',
items: [
{ text: 'EmptyGraph Facade', link: '/api/empty-graph' },
{ text: 'GraphService', link: '/api/graph-service' },
{ text: 'TraversalService', link: '/api/traversal-service' },
{ text: 'BitmapIndex', link: '/api/bitmap-index' },
]
},
{
text: 'Internals',
items: [
{ text: 'The Bitmap Index', link: '/internals/bitmap-index' },
{ text: 'Binary Plumbing', link: '/internals/plumbing' },
]
}
],
socialLinks: [
{ icon: 'github', link: 'https://github.com/git-stunts/empty-graph' }
],
footer: {
message: 'Released under the Apache-2.0 License.',
copyright: 'Copyright © 2026-present James Ross'
}
}
})
25 changes: 25 additions & 0 deletions docs/.vitepress/dist/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>404 | EmptyGraph</title>
<meta name="description" content="Not Found">
<meta name="generator" content="VitePress v1.6.4">
<link rel="preload stylesheet" href="/assets/style.B8-ykPZs.css" as="style">
<link rel="preload stylesheet" href="/vp-icons.css" as="style">

<script type="module" src="/assets/app.3wzS_Eo3.js"></script>
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<meta property="og:image" content="/images/empty-graph-social.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="/images/empty-graph-social.jpg">
<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>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"api_bitmap-index.md\":\"DsG7ME_t\",\"api_empty-graph.md\":\"m8YhdPmC\",\"api_graph-service.md\":\"w4rOehRM\",\"api_index.md\":\"seH7UXM8\",\"api_traversal-service.md\":\"B5EG-8W-\",\"guide_architecture.md\":\"CZgLXfX4\",\"guide_core-concepts.md\":\"BOais_2r\",\"guide_getting-started.md\":\"CjJfG1lj\",\"guide_what-is-this.md\":\"DGkKwESk\",\"images_bitmap-index.md\":\"CS_4KAjN\",\"index.md\":\"BV983U1U\",\"internals_bitmap-index.md\":\"C00etvr2\",\"internals_plumbing.md\":\"CODhq3GG\",\"stunts_event-sourcing.md\":\"hd1e6A6k\",\"stunts_invisible-storage.md\":\"CtCpDpSQ\",\"stunts_lagrangian-routing.md\":\"DmVl5Oa4\",\"stunts_streaming.md\":\"BzupMMFw\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"EmptyGraph\",\"description\":\"A graph database that lives inside Git\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"/logo.png\",\"nav\":[{\"text\":\"Guide\",\"link\":\"/guide/what-is-this\"},{\"text\":\"API\",\"link\":\"/api/\"},{\"text\":\"Stunts\",\"link\":\"/stunts/\"},{\"text\":\"GitHub\",\"link\":\"https://github.com/git-stunts/empty-graph\"}],\"sidebar\":[{\"text\":\"The Guide\",\"items\":[{\"text\":\"What is this?\",\"link\":\"/guide/what-is-this\"},{\"text\":\"Getting Started\",\"link\":\"/guide/getting-started\"},{\"text\":\"Core Concepts\",\"link\":\"/guide/core-concepts\"},{\"text\":\"Architecture\",\"link\":\"/guide/architecture\"}]},{\"text\":\"The Stunts\",\"items\":[{\"text\":\"Event Sourcing\",\"link\":\"/stunts/event-sourcing\"},{\"text\":\"Resource-Aware Routing\",\"link\":\"/stunts/lagrangian-routing\"},{\"text\":\"Infinite Memory Streaming\",\"link\":\"/stunts/streaming\"},{\"text\":\"Invisible Metadata\",\"link\":\"/stunts/invisible-storage\"}]},{\"text\":\"API Reference\",\"items\":[{\"text\":\"EmptyGraph Facade\",\"link\":\"/api/empty-graph\"},{\"text\":\"GraphService\",\"link\":\"/api/graph-service\"},{\"text\":\"TraversalService\",\"link\":\"/api/traversal-service\"},{\"text\":\"BitmapIndex\",\"link\":\"/api/bitmap-index\"}]},{\"text\":\"Internals\",\"items\":[{\"text\":\"The Bitmap Index\",\"link\":\"/internals/bitmap-index\"},{\"text\":\"Binary Plumbing\",\"link\":\"/internals/plumbing\"}]}],\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/git-stunts/empty-graph\"}],\"footer\":{\"message\":\"Released under the Apache-2.0 License.\",\"copyright\":\"Copyright © 2026-present James Ross\"}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>

</body>
</html>
Loading