From 57e868ddd8249460f7e2bb507e333ec294e93bca Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 25 Aug 2024 22:14:23 +0200 Subject: [PATCH] chore(docs): cleanup Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- docs/src/guide/edge.md | 2 ++ docs/src/guide/node.md | 2 ++ docs/src/guide/vue-flow/config.md | 2 ++ 3 files changed, 6 insertions(+) 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.