Documentation Index
Fetch the complete documentation index at: https://mintlify.com/geode-sdk/docs/llms.txt
Use this file to discover all available pages before exploring further.
about.md
Geode mods can specify a long, free-form description typeset using Markdown by including a file named about.md at the root of their project. See the MDTextArea class for information on what features of Markdown are supported.
This file is similar to a README, however it’s intended for people who use the mod; you should also keep a README for developers interested in building / contributing to your mod.
As of CLI v3.5.0, if a
README.md is present but not an about.md, the readme will be used as the mod description.If you don’t want this behavior, then make an about.md file like usual.