From 2c9264bdcb4ffe87dd495bb32a68c1717196a1bb Mon Sep 17 00:00:00 2001 From: Rickey Date: Fri, 3 Apr 2026 02:17:03 -0700 Subject: [PATCH] Update CONTRIBUTING guide to inform of hosted docs (#422) * Update CONTRIBUTING guide to inform of hosted docs * update link to match rest of doc --- CONTRIBUTING.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70a88c85..6e50ef72 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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