### BepInEx Documentation Index Overview Source: https://context7.com/context7/bepinex_dev_5_4_21/llms.txt This Markdown snippet outlines the structure and key sections of the BepInEx documentation, including installation, plugin development, API references, configuration, and framework features like runtime patching with Harmony and assembly patching with Mono.Cecil. ```markdown # Documentation Entry Point Location: master/index.md ## Key Sections Available: - Installation guides - Plugin development tutorials - API documentation references - Configuration guides - List of useful modding plugins ## Framework Features: - Drop-in installation system - Built-in configuration and logging - Runtime method patching (Harmony/HarmonyX/MonoMod) - In-memory assembly patching (Mono.Cecil) - UnityDoorstop integration ## Getting Started Flow: 1. Install BepInEx on target game 2. Browse useful plugins for modding 3. Develop custom plugins 4. Reference API documentation ``` -------------------------------- ### BepInEx Repository Metadata Source: https://context7.com/context7/bepinex_dev_5_4_21/llms.txt This Markdown snippet details the metadata for the BepInEx documentation repository, including its source, version (5.4.21 stable, with v6 in progress), and creation method. It serves as an informational overview of the documentation's origin and scope. ```markdown # Repository Metadata Source: README.md Repository: bepinex_dev_5_4_21 Creation Method: Site2MD documentation scraper Version: v5.4.21 (stable release) Status: Documentation for v6 (WIP/unreleased) # Note on Versioning: This repository captures documentation for BepInEx 5.4.21 while noting that version 6 documentation is in progress. Contributors welcome for v6 guide writing. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.