2022-05-19 13:32:03 -07:00
..
2022-05-19 13:32:03 -07:00
2022-05-18 14:22:38 -07:00
2022-05-18 14:22:38 -07:00
2022-05-18 14:45:25 -07:00
2022-05-19 13:32:03 -07:00
2022-05-18 14:45:25 -07:00
2022-05-16 22:44:49 -07:00
2022-05-19 10:45:31 -07:00
2022-05-19 10:45:31 -07:00
2022-05-16 22:44:49 -07:00
2022-05-16 22:44:49 -07:00
2022-05-19 10:45:31 -07:00
2022-05-16 22:44:49 -07:00

Corso Documentation

Corso documentation is built using Docusaurus 2, a modern static website generator.

Installation

$ make buildimage

Live Docs

$ make dev

This command starts a local development server within the Docker container and will expose docs at http://localhost:3000.

Build Docs

$ make build

This command generates static content into the build directory and can be served using any static contents hosting service.

Check Docs

$ make check

This command will lint all Markdown files and check them for style issues.

Documentation Platform Development

$ make shell

This command is when you want to interactively (and temporarily!) change the contents or configuration of the live documentation container image.