From f93c66edb3221c8bcfd609e8fd8719dfd25056b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 6 Dec 2022 16:46:14 +0100 Subject: [PATCH] Documentation: no longer mention Bootstrap as dependency The web app doesn't use Bootstrap, so it shouldn't be mentioned in the docs. --- .../content/development/getting-started/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/project-website/content/development/getting-started/_index.md b/web/project-website/content/development/getting-started/_index.md index 14549a5b..cde91630 100644 --- a/web/project-website/content/development/getting-started/_index.md +++ b/web/project-website/content/development/getting-started/_index.md @@ -24,9 +24,9 @@ Most of Flamenco is made in Go. ## 2. Installing NodeJS -The web UI is built with Vue, Bootstrap, and Socket.IO for communication with -the backend. **NodeJS+Yarn** is used to collect all of those and build the -frontend files. +The web UI is built with [Vue.js](https://vuejs.org/), and Socket.IO for +communication with the backend. **NodeJS+Yarn** is used to collect all of those +and build the frontend files. {{< tabs "installing-nodejs" >}} {{< tab "Linux" >}}