docs: remove the "First use" header and add frontmatter to the "System requirements" page
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m40s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m40s
This commit is contained in:
parent
4e99fef118
commit
9a0513fd8f
1 changed files with 6 additions and 4 deletions
|
@ -1,13 +1,15 @@
|
||||||
# First use
|
---
|
||||||
|
title: System requirements
|
||||||
|
---
|
||||||
|
|
||||||
## System requirements
|
# System requirements
|
||||||
|
|
||||||
### Minimum
|
## Minimum
|
||||||
|
|
||||||
- Node.JS 8.4.0 or newer (SVR.JS 3.4.x and earlier), Node.JS 10.0.0 or newer (SVR.JS 3.5.x and later) / Latest version of Bun (experimental) / Latest version of Deno (experimental).
|
- Node.JS 8.4.0 or newer (SVR.JS 3.4.x and earlier), Node.JS 10.0.0 or newer (SVR.JS 3.5.x and later) / Latest version of Bun (experimental) / Latest version of Deno (experimental).
|
||||||
- OS supported by Node.JS/Bun/Deno.
|
- OS supported by Node.JS/Bun/Deno.
|
||||||
|
|
||||||
### Recommended
|
## Recommended
|
||||||
|
|
||||||
- Latest Node.JS LTS version.
|
- Latest Node.JS LTS version.
|
||||||
- 2-core CPU or better.
|
- 2-core CPU or better.
|
||||||
|
|
Loading…
Reference in a new issue