Skip to content

fedew04/IsaacDocs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project aims to make the Binding of Isaac modding documentation better by providing additional informations and features.

Process of adding new content to a file:

  1. make sure to add this line of code at the top of the head <!--Lua Codehightlight--><link href="prism.css" rel="stylesheet" />
  2. make sure to add this line of code at the bottom of the body <!--Lua Codehightlight--><script src="prism.js"></script>
  3. add the following to the "memdoc" div you want to add the text to:
<!--start Custom comment -->
<p>YOUR DESCRIPTION HERE</p>
<div class="example_code">
YOUR CODE DESCRIPTION HERE
<pre><code class="language-lua">CODE HERE
</code></pre>	
</div>
<!--End Custom comment -->

Add notes like this:

<div class="notes">
YOU CONTENT HERE
</div>

Add bugs like this

<div class="bugs">
YOU CONTENT HERE
</div>

Removed original description can be marked like this:

<!--start Custom comment -->
<!-- Removed false description -->
<!--End Custom comment -->

About

API Documentation for "The Binding of Isaac: Afterbirth+" Link: https://wofsauge.github.io/IsaacDocs/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.5%
  • JavaScript 6.8%
  • Other 0.7%