Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASMX Documentation

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!

Quick 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/.

Project Structure

LICENSE
docs
│  ├─ guide
│  │  └─ Guide Material...
│  ├─ img
│  │  └─ Images...
│  ├─ index.md
│  └─ reference
│     └─ Reference Material...
├─ mkdocs.yml
└─ README.md

About

The documentation for the ASMX platform.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors