Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
/ api Public archive

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

Notifications You must be signed in to change notification settings

concretecms/api

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published