-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add link admonition type * add links to kjs integration source code * add WIP warning on home page * slight rewording
- Loading branch information
Showing
5 changed files
with
79 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: Beyond the Docs | ||
--- | ||
|
||
|
||
# Beyond the Docs | ||
|
||
While we try to keep this documentation up to date and as complete as possible, it may not always contain all of the latest information. | ||
|
||
As an additional resource to these docs, you can also reference our KubeJS integration directly in the source code: | ||
https://github.com/GregTechCEu/GregTech-Modern/tree/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs | ||
|
||
Continue reading for a few important places you may want to check. | ||
|
||
|
||
## Builders | ||
|
||
!!! link "Builders" | ||
https://github.com/GregTechCEu/GregTech-Modern/tree/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs/builders | ||
|
||
If you're not sure what methods and fields are available on one of our builders, you can find all of them in this directory. | ||
|
||
|
||
## Bindings & Type Wrappers | ||
|
||
!!! link "GregTechKubeJSPlugin" | ||
https://github.com/GregTechCEu/GregTech-Modern/blob/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs/GregTechKubeJSPlugin.java | ||
|
||
- For a list of our custom bindings, see `GregTechKubeJSPlugin.registerBindings()` | ||
- For a list of our type wrappers and their accepted inputs, see `GregTechKubeJSPlugin.registerTypeWrappers()` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters