Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 666 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 666 Bytes

DART Documentation for Users and Developers

This project contains documentation for DART users and developers. Users are people who want to package and ship files using the DART UI or command-line interface. Developers are people who want to write plugins to extend DART's feature set.

This is a source repository. The public-facing documentation lives at https://aptrust.github.io/dart-docs/.

Local Editing

If you want to edit this documentation locally, you'll need Python 3.x and pip. To set it all up, just run pip install -r requirements.txt. Then you can start the server with mkdocs serve.

Deploying to GitHub pages

mkdocs gh-deploy