diff --git a/docs/src/guide/edge.md b/docs/src/guide/edge.md index bc88359a..a7871a75 100644 --- a/docs/src/guide/edge.md +++ b/docs/src/guide/edge.md @@ -79,6 +79,8 @@ function logEvent(name, data) { } +# Introduction to Edges + Edges are the links connecting your nodes, forming a map. Each edge runs from one handle to another, and can be customized to your liking. diff --git a/docs/src/guide/node.md b/docs/src/guide/node.md index 73bd1902..6111763d 100644 --- a/docs/src/guide/node.md +++ b/docs/src/guide/node.md @@ -50,6 +50,8 @@ function logEvent(name, data) { } +# Introduction to Nodes + Nodes are the underlying components of your graph. They can be any kind of data you want to visualize in your graph, existing independently and being interconnected through edges to create a data map. diff --git a/docs/src/guide/vue-flow/config.md b/docs/src/guide/vue-flow/config.md index 3e3ecf80..ed7a609d 100644 --- a/docs/src/guide/vue-flow/config.md +++ b/docs/src/guide/vue-flow/config.md @@ -1,5 +1,7 @@ # Configuration +This page covers the configuration options available for Vue Flow and how to use and set them. + ## Options / Props Vue Flow allows you to configure zoom, graph and flow behavior.