From 51b21d299643573db6353e047d4c5e9ba41a6ee8 Mon Sep 17 00:00:00 2001 From: moklick Date: Wed, 14 Oct 2020 18:15:50 +0200 Subject: [PATCH] docs(website): introduction text --- website/src/markdown/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/markdown/docs/index.md b/website/src/markdown/docs/index.md index 1fa3305a..52ba71b7 100644 --- a/website/src/markdown/docs/index.md +++ b/website/src/markdown/docs/index.md @@ -10,5 +10,5 @@ React Flow is a library for building node-based applications. These can be simpl * **Customizable:** Different [node](/docs/api/node-types/) and [edge types](/docs/api/edge-types) and support for custom nodes with multiple handles and custom edges * **Fast rendering:** Only nodes that have changed are re-rendered and only those that are in the viewport are displayed * **Utils:** Snap-to-grid and graph [helper functions](/docs/api/helper-functions/) -* **Components:** [Background](/docs/api/components/background/), [Minimap](/docs/api/components/minimap/) and [Controls](/docs/api/components/controls/)(#components) +* **Components:** [Background](/docs/api/components/background/), [Minimap](/docs/api/components/minimap/) and [Controls](/docs/api/components/controls/) * **Reliable**: Written in [Typescript](https://www.typescriptlang.org/) and tested with [cypress](https://www.cypress.io/)