Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 397 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 397 Bytes

FullCtl documentation site

Production is at https://docs.fullctl.com/ which is the release branch and is automatically deployed from changes to that branch.

Development

To run on local, after setting up ssh to <git.20c.com>, run:

poetry install --with insiders

to install depenedencies with the mkdocs-material-insiders theme.

Then run:

poetry run mkdocs serve