Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 535 Bytes

File metadata and controls

11 lines (8 loc) · 535 Bytes

ALEX Embedded Documentation

The source for ALEX EMBEDDED SYSTEM documentation is in this directory under /docs. Our documentation uses extended Markdown, as implemented by MkDocs.

Building the documentation

  • Download and install python.
  • From CMD line, install MkDocs using: pip install mkdocs
  • cd to the repository folder and run:
    • mkdocs serve This starts a local webserver: localhost:8000