Welcome to the official Planship documentation project.
Our docs are built using Material for MkDocs.
To run locally, use
mkdocs serve
Extra styling can be defined in docs/stylesheets/extra.css
.
You can also use Tailwind by defining styles in docs/stylesheets/tailwind.css
. After adding your own styles you must generate a new Tailwind output.css
with the following command:
npx tailwindcss build -i docs/stylesheets/tailwind.css -o docs/stylesheets/output.css