Update CONTRIBUTING guide to inform of hosted docs (#422)

* Update CONTRIBUTING guide to inform of hosted docs

* update link to match rest of doc
This commit is contained in:
Rickey
2026-04-03 02:17:03 -07:00
committed by GitHub
parent 535601b514
commit 2c9264bdcb
+5 -3
View File
@@ -24,10 +24,12 @@ Besides the automatic formatting checks from `clang-format`, there is a looser s
The following details the code style rules including the enforced clang-format style.
[Link in wiki](https://github.com/GBALATRO/balatro-gba/wiki/Code-Style-Guide)
## Building Documentation
Doxygen is used to build documentation that can be opened in browser.
## Documentation
Doxygen is used to build docs that can be opened in browser.
[Link in wiki](https://github.com/GBALATRO/balatro-gba/wiki/Documentation-for-Developers)
We host the docs for the main branch on github [here](https://gbalatro.github.io/balatro-gba)
You can also choose to build the docs yourself [Link in wiki](https://github.com/GBALATRO/balatro-gba/wiki/Documentation-for-Developers)
## Tools