chore(docs): cleanup

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2024-08-25 22:14:23 +02:00
parent a7a9fd5d0a
commit 57e868ddd8
3 changed files with 6 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ function logEvent(name, data) {
} }
</script> </script>
# Introduction to Edges
Edges are the links connecting your nodes, forming a map. 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. Each edge runs from one handle to another, and can be customized to your liking.

View File

@@ -50,6 +50,8 @@ function logEvent(name, data) {
} }
</script> </script>
# Introduction to Nodes
Nodes are the underlying components of your graph. 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 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. through edges to create a data map.

View File

@@ -1,5 +1,7 @@
# Configuration # Configuration
This page covers the configuration options available for Vue Flow and how to use and set them.
## Options / Props ## Options / Props
Vue Flow allows you to configure zoom, graph and flow behavior. Vue Flow allows you to configure zoom, graph and flow behavior.