From 3420ae9c55dedd5424bf7f2f32a3cf1dacaf4e6f Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Fri, 15 Jan 2021 20:07:37 +0100 Subject: [PATCH] docs: update requirements sections --- README.md | 5 +---- content/docs/prologue/quick-start.md | 9 ++------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4c750f7..7377527 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,7 @@ Nine reasons why you should use Doks: ## Requirements -Make sure all dependencies have been installed: - -- [Hugo](https://gohugo.io/getting-started/installing/) >= 0.75.0/extended (needed for SCSS processing support) -- [Node.js](https://nodejs.org/) >= 14.15.0 (needed to install npm packages and run commands) +Doks is a [npm](https://www.npmjs.com/) project. Installing npm is pretty simple: download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform. The Long Term Support (LTS) release is recommended for most users, the Current release contains the latest features. ## Get started diff --git a/content/docs/prologue/quick-start.md b/content/docs/prologue/quick-start.md index 1ba4825..29adea2 100644 --- a/content/docs/prologue/quick-start.md +++ b/content/docs/prologue/quick-start.md @@ -6,7 +6,7 @@ date: 2020-11-16T13:59:39+01:00 lastmod: 2020-11-16T13:59:39+01:00 draft: false images: [] -menu: +menu: docs: parent: "prologue" weight: 110 @@ -15,12 +15,7 @@ toc: true ## Requirements -{{< alert icon="👉" text="Node.js is needed to install npm packages and run commands." >}} - -Make sure all dependencies have been installed: - -- [Hugo](https://gohugo.io/getting-started/installing/) >= 0.75.0/extended -- [Node.js](https://nodejs.org/) >= 14.15.0 +Doks is a [npm](https://www.npmjs.com/) project. Installing npm is pretty simple: download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform. The Long Term Support (LTS) release is recommended for most users, the Current release contains the latest features. ## Start a new Doks project