rozukke / mcpp

A library to interface with Minecraft using C++.
https://rozukke.github.io/mcpp/
Apache License 2.0
103 stars 17 forks source link

Add/doxygen #51

Closed johnathanchann closed 4 months ago

johnathanchann commented 4 months ago

Before merging here are the few things required to setup

  1. Setting up Gh-pages branch
  1. Setup github gh-pages on github settings

    Settings > pages > Build and deployment > sources > select deploy from a branch
    branch > select gh-pages >select /root dir
  2. Change your URL in readme.md

    • So for this version i have setup the link so that the dictionary page is the current temporary main page for v1.
    • Just replace INSERT_YOUR_URL with your url, please do not replace the html dir
    • Default would be https://YOUR_GITHUB_NAME.github.io/mcpp/
johnathanchann commented 4 months ago

Required gh-pages branch to setup to pass all checks