bolinfest / escoria-docs

Escoria framework official documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

escoria-docs

Introduction

This repository holds the official Escoria framework documentation, which is hosted by [https://readthedocs.org/] at https://docs.escoria-framework.org.

Building

To build the documentation locally, run the following using Docker:

./build.sh

Output will be written to the _build/ folder. You can use Python to host the documentation locally:

python3 -m http.server --directory _build

Contributors

By alphabetical order: Duncan Brown - Dev Orion Dennis Ploeger - dploeger Julian Murgia - StraToN

About

Escoria framework official documentation

License:MIT License


Languages

Language:Python 68.7%Language:Batchfile 15.2%Language:Makefile 12.7%Language:Shell 3.4%