Skip to content
/ api-docs Public

A simple repository to create Bolt 4 API docs, using Doctum

Notifications You must be signed in to change notification settings

bolt/api-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A simple repository to create Bolt 4 API docs, using Doctum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages