Versia Protocol documentation website, written with NextJS and TailwindCSS.
Find a file
Jesse Wierzbinski 79d1524af0
feat: Clarify number types for strictly-typed languages such as Rust
Co-authored-by: April John <30842467+CutestNekoAqua@users.noreply.github.com>
2024-05-13 08:36:37 -10:00
.github/workflows Update failing actions 2024-03-17 20:32:12 -10:00
.vitepress feat: Add banner to announce Lysand 3.0 2024-05-01 18:21:10 -10:00
components Merge branch 'main' of github.com:lysand-org/docs 2024-05-01 18:21:17 -10:00
docs feat: Clarify number types for strictly-typed languages such as Rust 2024-05-13 08:36:37 -10:00
.gitignore Add auto building for page 2023-11-25 15:31:54 -10:00
biome.json docs: Add new Groups system 2024-04-22 13:55:10 -10:00
bun.lockb feat: Add banner to announce Lysand 3.0 2024-05-01 18:21:10 -10:00
Dockerfile Fix types 2024-04-09 16:41:55 -10:00
LICENSE Add LICENSE 2023-11-25 13:40:28 -10:00
package.json feat: Add banner to announce Lysand 3.0 2024-05-01 18:21:10 -10:00
README.md Add README 2023-11-25 13:39:54 -10:00

Lysand Docs

Contributing

This site is built with VitePress, and ite content is written in Markdown format located in docs. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.

For local development, bun is preferred as package manager and runtime:

bun i
bun docs:dev