Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Twill API docs

Uses Doctum to generate a static website to browse the Twill API.

Initial setup

cd docs-api
composer install

Generate the documentation

composer run build

Access the documentation locally

composer run serve

Visit localhost:8000/2.x in your Web browser.