Files
rush/docs/book.toml
tototomate123 af0a1632c0 major changes
- Added documentation via mdbook
- Created basic VS code extension
- Implemented if else blocks and changed some syntax
- fixed some issues
2025-11-02 19:56:26 +01:00

15 lines
382 B
TOML

[book]
authors = ["tototomate123"]
language = "en"
src = "src"
title = "Rush Documentation"
description = "Documentation for the Rush experimental scripting language"
[output.html]
git-repository-url = "https://github.com/yourusername/rush"
edit-url-template = "https://github.com/yourusername/rush/edit/main/docs/{path}"
[output.html.playground]
editable = false
copyable = true