Skip to content

Commit ba0ac7b

Browse files
committed
h
1 parent e71794f commit ba0ac7b

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

moonwave.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ favicon = "https://coderheck.github.io/assets/TRIAosLogoGradient.png"
1313

1414
[[classOrder]]
1515
section = "MapLib"
16-
collapsed = false
1716
classes = ["MapLib"]
1817

1918
[[classOrder]]
2019
section = "Features"
21-
collapsed = true
2220
classes = ["Skills", "PlayerUI", "Settings", "Players", "Cleanup"]
2321

22+
[[classOrder]]
23+
section = "Miscellaneous"
24+
classes = ["Janitor"]
25+
2426
[[navbar.items]]
2527
href = "https://discord.gg/tria"
2628
label = "Discord Server"

src/Features/Cleanup/init.lua

+10-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,19 @@ end
1717
--[=[
1818
@class Cleanup
1919
This is the MapLib Feature. It can be accessed by `MapLib:GetFeature("Cleanup")`.
20-
20+
2121
Description of what this holds
2222
]=]
2323

24+
--[=[
25+
@within Cleanup
26+
@since 0.11
27+
@function Janitor.new
28+
@param name string?
29+
@return Janitor
30+
31+
]=]
32+
2433
--< Main >--
2534
local Cleanup = {}
2635

0 commit comments

Comments
 (0)