Skip to content

Commit 06be243

Browse files
Merge branch 'CodenameCrew:main' into main
2 parents 333825e + 6844e4b commit 06be243

File tree

16 files changed

+23267
-13100
lines changed

16 files changed

+23267
-13100
lines changed

api-generator/api/doc-filter.xml

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

api-generator/theme/templates/abstract.mtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<span ::cond api.hasSourceLink(type):: class="viewsource">
44
<a href="::api.getSourceLink(type)::" class="btn btn-medium default-button"><i class="fa fa-eye"></i> View source</a>
55
</span>
6-
<h1><small>::if api.isEnumAbstract(type)::enum ::end::abstract</small> ::api.getPathName(type.path)::$$printTypeParams(::type.params::)::if !api.isCoreType(type)::($$printLinkedType(::type.athis::,::false::))::end::</h1>
6+
<h1 style="width: fit-content"><small>::if api.isEnumAbstract(type)::enum ::end::abstract</small> ::api.getPathName(type.path)::$$printTypeParams(::type.params::)::if !api.isCoreType(type)::($$printLinkedType(::type.athis::,::false::))::end::</h1>
77
$$printPackage(::type::)
88
<h4 ::cond (type.from != null || type.to != null)::>
99
::foreach t type.from::

api-generator/theme/templates/class.mtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<span ::cond api.hasSourceLink(type):: class="viewsource">
44
<a href="::api.getSourceLink(type)::" class="btn btn-medium default-button"><i class="fa fa-eye"></i> View source</a>
55
</span>
6-
<h1>
6+
<h1 style="width: fit-content">
77
<small>::if type.isFinal::final ::end::::if type.isInterface::interface::else::class::end::</small> ::api.getPathName(type.path)::$$printTypeParams(::type.params::)
88
</h1>
99
$$printPackage(::type::)

api-generator/theme/templates/class_field.mtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="field::if (depth == 0 && api.isPlatform(name)) " platform platform-" + name else ""::">
44
::if field.line != null::
55
<a href="::api.getSourceLinkWithLine(type, field.line)::" class="field-source pull-right default-button" target="_blank">
6-
<i class="fa fa-github"></i> View in GitHub
6+
<i class="fa fa-github"></i> View on GitHub
77
</a>
88
::end::
99

api-generator/theme/templates/enum.mtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<span ::cond api.hasSourceLink(type):: class="viewsource">
44
<a href="::api.getSourceLink(type)::" class="btn btn-medium default-button"><i class="fa fa-eye"></i> View source</a>
55
</span>
6-
<h1><small>enum</small> ::api.getPathName(type.path)::$$printTypeParams(::type.params::)</h1>
6+
<h1 style="width: fit-content"><small>enum</small> ::api.getPathName(type.path)::$$printTypeParams(::type.params::)</h1>
77
$$printPackage(::type::)
88
$$printModule(::type.module::)
99
$$printMeta(::type::)

api-generator/theme/templates/typedef.mtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<span ::cond api.hasSourceLink(type):: class="viewsource">
44
<a href="::api.getSourceLink(type)::" class="btn btn-medium default-button"><i class="fa fa-eye"></i> View source</a>
55
</span>
6-
<h1><small>typedef</small> ::api.getPathName(type.path)::$$printTypeParams(::type.params::)</h1>
6+
<h1 style="width: fit-content"><small>typedef</small> ::api.getPathName(type.path)::$$printTypeParams(::type.params::)</h1>
77
$$printPackage(::type::)
88
$$printModule(::type.module::)
99
$$printMeta(::type::)
164 KB
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "FNF: PSX Edition",
3+
"description": "Welcome to the overworld!",
4+
"author": "BatteryB",
5+
"version": "demo",
6+
"link":"https://gamebanana.com/mods/604214",
7+
"source": "",
8+
"lastUpdated": "2025-07-01T21:43:00Z",
9+
"tags": ["softcoded"]
10+
}

src/pages/api-docs/resources/api-docs.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
float: right;
1515
padding: 0.2em 0.4em;
1616
pointer-events: auto;
17+
z-index: 100;
1718
}
1819

1920
li.expandable>ul {
@@ -86,6 +87,10 @@ code {
8687
color: white !important;
8788
}
8889

90+
.anchor {
91+
width: auto;
92+
}
93+
8994
.anchor > code, .field > h3 > code {
9095
padding: 0.4em 0.6em;
9196
font-size: 13px;

src/pages/wiki.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ul.pagination li {
7979
position: absolute;
8080
left: 0;
8181
display: inline-block;
82-
content: "ff";
82+
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1">');
8383
color: transparent;
8484
width: calc(100% - 4px);
8585
border: unset;

0 commit comments

Comments
 (0)