├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── assets └── css │ └── backend.css ├── boot.php ├── install.php ├── lang └── de_de.lang ├── lib ├── rex_api_docs.php └── rex_api_docs_parsedown.php ├── links.php ├── package.yml ├── pages ├── docs.php ├── help.changelog.php ├── help.license.php ├── help.readme.php └── index.php ├── uninstall.php └── update.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FriendsOfREDAXO/api_docs/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FriendsOfREDAXO/api_docs/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FriendsOfREDAXO/api_docs/HEAD/README.md -------------------------------------------------------------------------------- /assets/css/backend.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FriendsOfREDAXO/api_docs/HEAD/assets/css/backend.css -------------------------------------------------------------------------------- /boot.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FriendsOfREDAXO/api_docs/HEAD/boot.php -------------------------------------------------------------------------------- /install.php: -------------------------------------------------------------------------------- 1 |