Skip to content

Commit 9788eb5

Browse files
committed
add back missing doc gen config
1 parent 7406b4d commit 9788eb5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tealr_doc_gen_config.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"doc_template": "Builtin",
3+
"page_root": "<page_root>",
4+
"store_in": "BevyAPI",
5+
"name": "BevyAPI",
6+
"is_global": true,
7+
"type_def_files": {
8+
"runner": "Builtin",
9+
"templates": {
10+
"teal": {
11+
"extension": ".d.tl",
12+
"template": "Teal"
13+
}
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)