Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 666 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 666 Bytes

Bolt API documentation

Find the live version of the output at: https://api-docs.boltcms.io/

This is a small repository to create the API docs for Bolt 4.

Usage

First, clone this repo, and go into the newly created folder. Then:

composer install
git clone [email protected]:bolt/core.git
rm -rf core/var/cache/*
php vendor/bin/doctum.php update config.php

The build/ folder will now contain the latest version of the built docs.

Deployment

If you're me, and reading this anytime in the near future: Here's how to deploy the output:

scp -r build/* [email protected]:./domains/api-docs.boltcms.io/public_html/