Skip to content

Commit 1628851

Browse files
committed
docs(guide): update node page
1 parent d0161fd commit 1628851

File tree

2 files changed

+517
-232
lines changed

2 files changed

+517
-232
lines changed

docs/src/guide/getting-started.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ $ yarn add @vue-flow/core
3737

3838
## Usage
3939

40-
In Vue Flow, an application structure consists
41-
of [<span class="font-bold">nodes</span>](/typedocs/interfaces/Node)
42-
and [<span class="font-bold">edges</span>](/typedocs/types/Edge), all of which are categorised as
43-
[<span class="font-bold">elements</span>](/typedocs/types/Elements).
40+
In Vue Flow, an application structure consists of [**nodes**](/typedocs/interfaces/Node)
41+
and [**edges**](/typedocs/types/Edge), all of which are categorised as [**elements**](/typedocs/types/Elements).
4442

45-
<span class="font-bold">Each element requires a unique id.</span>
43+
**Each element requires a unique id.**
4644

4745
Nodes additionally need an [XY-position](/typedocs/interfaces/XYPosition), while edges require a source and a
4846
target, both represented by node ids.

0 commit comments

Comments
 (0)