Skip to content

Commit 57e868d

Browse files
committed
chore(docs): cleanup
Signed-off-by: braks <[email protected]>
1 parent a7a9fd5 commit 57e868d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/src/guide/edge.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ function logEvent(name, data) {
7979
}
8080
</script>
8181

82+
# Introduction to Edges
83+
8284
Edges are the links connecting your nodes, forming a map.
8385
Each edge runs from one handle to another, and can be customized to your liking.
8486

docs/src/guide/node.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ function logEvent(name, data) {
5050
}
5151
</script>
5252

53+
# Introduction to Nodes
54+
5355
Nodes are the underlying components of your graph.
5456
They can be any kind of data you want to visualize in your graph, existing independently and being interconnected
5557
through edges to create a data map.

docs/src/guide/vue-flow/config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Configuration
22

3+
This page covers the configuration options available for Vue Flow and how to use and set them.
4+
35
## Options / Props
46

57
Vue Flow allows you to configure zoom, graph and flow behavior.

0 commit comments

Comments
 (0)