docs: update requirements sections

This commit is contained in:
Henk Verlinde 2021-01-15 20:07:37 +01:00
parent a913ca0862
commit 3420ae9c55
2 changed files with 3 additions and 11 deletions

View File

@ -42,10 +42,7 @@ Nine reasons why you should use Doks:
## Requirements ## Requirements
Make sure all dependencies have been installed: 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.
- [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)
## Get started ## Get started

View File

@ -6,7 +6,7 @@ date: 2020-11-16T13:59:39+01:00
lastmod: 2020-11-16T13:59:39+01:00 lastmod: 2020-11-16T13:59:39+01:00
draft: false draft: false
images: [] images: []
menu: menu:
docs: docs:
parent: "prologue" parent: "prologue"
weight: 110 weight: 110
@ -15,12 +15,7 @@ toc: true
## Requirements ## Requirements
{{< alert icon="👉" text="Node.js is 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.
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
## Start a new Doks project ## Start a new Doks project