datajoint / datajoint-docs

Landing Page for DataJoint Documentation
https://datajoint.com/docs
MIT License
4 stars 11 forks source link

DataJoint Documentation

This is the home for DataJoint software documentation as hosted at https://datajoint.com/docs

Test Locally

To run locally, ensure you have Docker and Docker Compose installed.

Then run the following:

MODE="LIVE" HOST_UID=$(id -u) docker compose up --build

Navigate to http://localhost/ to preview the changes.

This setup supports live-reloading so all that is needed is to save the markdown files and/or mkdocs.yaml file to trigger a reload.

Linters and Settings

The following extensions were used in developing these docs, with the corresponding settings files: