docs: add initial documentation (#842)
This commit is contained in:
parent
1125bd1970
commit
e621c93b95
30 changed files with 2649 additions and 737 deletions
10
docs/netlify.toml
Executable file
10
docs/netlify.toml
Executable file
|
@ -0,0 +1,10 @@
|
|||
[build]
|
||||
publish = "dist"
|
||||
command = "pnpm generate"
|
||||
|
||||
# Allow previewing docs
|
||||
[[redirects]]
|
||||
from = "/docs/*"
|
||||
to = "/:splat"
|
||||
status = 200
|
||||
force = true
|
Loading…
Add table
Add a link
Reference in a new issue