Skip to content

BepInEx/bepinex-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BepInEx Documentation

This is the repo for storing documentation related to BepInEx.

Contributing

All contributions either via PRs or issues are welcome!

This project uses DocFX to render the API documentation and the articles.
Please refer to DocFX documentation for information on using DocFX-flavoured markdown.

In general, you should be able to update pages with a simple markdown editor.

Testing docs locally

If you want to preview the docs locally, you need .NET 5 or newer installed.
After that, do the following:

  1. Clone this repo with git clone
  2. In the cloned directory, run
    git worktree add --checkout common common
    
    A folder named common should appear.
  3. Write documentation into api or articles folder. Refer to docfx guide and DFM syntax guide for info on writing the guides using DocFX
  4. Run common/build.bat --target=Build to build the docs. The generated docs will appear in _site folder

About

Documentation and API pages for BepInEx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published