chore(docs): cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user