feat: add docs

This commit is contained in:
Eric
2026-03-04 14:38:30 +01:00
parent 5dfa88f7fd
commit 01520510cb
15 changed files with 321 additions and 26 deletions

16
docs/index.md Normal file
View File

@@ -0,0 +1,16 @@
# rules_bun docs
Documentation site for `rules_bun`.
## Rule reference
- [rules.md](rules.md)
## Regeneration
The rule reference is generated from Starlark rule docstrings:
```bash
bazel build //docs:rules_md
cp bazel-bin/docs/rules.md docs/rules.md
```