concretecms / api

This is the code used to generate the API docs for Concrete CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important

This project has been migrated to https://gitlab.com/portlandlabs/community-stack/api-documentation

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 Concrete CMS


Languages

Language:PHP 63.9%Language:Twig 27.9%Language:CSS 8.2%