Skip to content
/ api Public
forked from concretecms/api

This is the code used to generate the API docs for concrete5

Notifications You must be signed in to change notification settings

wordish/api

 
 

Repository files navigation

Installation

This will take a long time the first time as it clones the entire concrete5/concrete5 repository.

composer install

.env

Copy .env.dist to .env and change BASE_URL.

Generating docs

First parse all versions and files:

php vendor/bin/doctum.php parse --quiet config.php

Then render the documentation:

php vendor/bin/doctum.php render --quiet config.php

About

This is the code used to generate the API docs for concrete5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 63.8%
  • Twig 28.0%
  • CSS 8.2%