You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/_index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
+++
2
2
archetype = "home"
3
-
title = "flatgraph"
3
+
title = "Overview"
4
+
weight = 1
4
5
+++
5
6
6
7
[flatgraph](https://github.com/joernio/flatgraph) is a fast and memory efficient columnar graph database with a framework to generate domain specific and typesafe traversals.
Copy file name to clipboardExpand all lines: content/getting-started/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title = "Getting started"
3
3
weight = 2
4
4
+++
5
5
6
-
Let's take a look at a complete setup for a domain called "GenericDomain" that demonstrates a few more features than fit on the [landing page](index.html#glimpse-of-a-simple-use-case). The entire example project is also available here: TODO LINK.
6
+
Let's take a look at a complete setup for a domain called "GenericDomain" that demonstrates a few more features than fit on the [landing page](../index.html#glimpse-of-a-simple-use-case). The entire example project is also available here: TODO LINK.
7
7
8
8
9
9
TODO continue: get project to work and describe here
0 commit comments