From 811595cd1791c1f68619c55c640301187abc3cf5 Mon Sep 17 00:00:00 2001
From: braks <78412429+bcakmakoglu@users.noreply.github.com>
Date: Sun, 5 Nov 2023 13:45:56 +0100
Subject: [PATCH] docs(guide): cleanup
---
docs/src/guide/getting-started.md | 158 ++++++++++++++++++++++++++++--
docs/src/guide/theming.md | 2 +-
2 files changed, 149 insertions(+), 11 deletions(-)
diff --git a/docs/src/guide/getting-started.md b/docs/src/guide/getting-started.md
index d9e28442..54197206 100644
--- a/docs/src/guide/getting-started.md
+++ b/docs/src/guide/getting-started.md
@@ -1,3 +1,8 @@
+
+
# Kickstart Your Journey with Vue Flow!
This guide covers the basics of setting up and using Vue Flow. You'll learn how to install Vue Flow, configure it, and
@@ -50,33 +55,80 @@ Refer to the [Theming](/guide/theming) section for additional information.
Here's a simple Vue Flow example to get you started:
-```vue
+::: code-group
+
+```vue []
-
+
+
+
+
+
+
+
+
+
+
+
```
+```vue []
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
+:::
+
## TypeScript
As Vue Flow is entirely written in TypeScript, we highly recommend utilizing TypeScript for improved developer
diff --git a/docs/src/guide/theming.md b/docs/src/guide/theming.md
index 434b9854..4a50719e 100644
--- a/docs/src/guide/theming.md
+++ b/docs/src/guide/theming.md
@@ -77,7 +77,7 @@ Here's how you can use CSS classes to add a pop of color or alter the font style
padding: 8px;
}
-s
+
### Using CSS Properties
You can also directly pass a style or class attribute to Vue Flow components and nodes/edges.