Docs improvements (#8641)

* go all in on ruff

* upgrade docusaurus

* add netlify toml

* broken link

* fix netlify toml

* start filling out guide

* add debian setup detail

* simplify bash command
This commit is contained in:
Blake Blackshear
2023-11-18 14:04:43 +00:00
committed by GitHub
parent c6208b266b
commit 4879de263b
22 changed files with 7152 additions and 13125 deletions

7
netlify.toml Normal file
View File

@@ -0,0 +1,7 @@
[build]
base = "docs/"
publish = "build"
command = "npm run build"
environment = { NODE_VERSION = "20" }