Skip to content

Commit 8b1a8b9

Browse files
added categories to doc comments. started work on the docs builder tool.
1 parent c0f7c1b commit 8b1a8b9

File tree

12 files changed

+699
-1
lines changed

12 files changed

+699
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@
2121

2222
docs/.vitepress/dist
2323
docs/.vitepress/cache
24-
docs/node_modules
24+
docs/site/node_modules
25+
docs/generation/target
26+
docs/site/.vitepress/cache
27+
docs/site/docs

docs/generation/Cargo.lock

Lines changed: 363 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/generation/Cargo.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[package]
2+
name = "generation"
3+
version = "0.1.0"
4+
edition = "2024"
5+
6+
[dependencies]
7+
full_moon = { version = "2.0.0", features = [ "luau" ] }
8+
logos = "0.15.0"
9+
guarded = "0.0.2"
10+
unindent = "0.2.4"
11+
convert_case = "0.8.0"
12+
phf = "0.11.3"
13+
phf_macros = "0.11.3"

0 commit comments

Comments
 (0)