/javadocs

The Javadocs companion for the Forge Community Wiki

Primary LanguageCSSCreative Commons Attribution 4.0 InternationalCC-BY-4.0

Forge Community Wiki: JavaDocs

Build Documentation Website Discord

The javadocs companion to the wiki.

This is a community driven documentation effort for Minecraft Forge, the popular modding API for Minecraft.

The generated docs are available here: website

Contributing

Contributing to the project is easy, just follow these steps:

  1. Fork the reprository and clone it to your local machine.
  2. In the repository folder, run the gradle task sourcedDoxygen.
    • for Windows: Open a command prompt, then run gradlew sourcedDoxygen.
    • for *nix systems: Open a terminal, then run ./gradlew sourcedDoxygen.
  3. Add or modify the documentation files in the src/docs folder.
    • To check the results of your changes, run the sourcedDoxygen task again and see the outputs in out/html.
  4. Commit and push your changes to your fork, then make a Pull Request to the main repository on GitHub.

Your PR will be reviewed by the maintainers or members of the triage team. We welcome any contribution, big or small, so do not fear making a PR for e.g. a spelling correction (though we do prefer if you gather a lot of corrections into one PR).

Licensing

This project and its files are licensed under Creative Commons Attribution 4.0 (see the LICENSE.txt file for the full legal text).

By contributing to this project, you agree to have your contributions stored and distributed under the same license.

Contributors

Be the first to get your name here!