This is the ASMX Documentation repo, if you're looking for the assembler and VM, click here.
Welcome to the ASMX Documentation repository! This repository documents the functionality of the ASMX platform, and includes the decompiled version of the pre-bundled documentation with the assembler. The documentation uses MKDocs, which is a simple and easy to use documentation system. If you're looking to make your first contribution to ASMX, here is a great place to start!
Clone this repository by either downloading it, or using Git:
git clone https://github.com/cousdev/asmx-docs.git
cd asmx-docs
Make sure you have Python 3.x on your system. Download MKDocs with:
pip install mkdocs
Then serve the documentation locally with:
mkdocs serve
You can now find your documentation running on http://127.0.0.1:8000/.
LICENSE
docs
│ ├─ guide
│ │ └─ Guide Material...
│ ├─ img
│ │ └─ Images...
│ ├─ index.md
│ └─ reference
│ └─ Reference Material...
├─ mkdocs.yml
└─ README.md