An open API service indexing awesome lists of open source software.

https://github.com/getgrav/grav-api

Grav API Documentation
https://github.com/getgrav/grav-api

api-documentation developer documentation grav

Last synced: 4 months ago
JSON representation

Grav API Documentation

Awesome Lists containing this project

README

          

# Grav API

This is the generated result of the [Sami - the API documentation generator](https://github.com/FriendsOfPHP/Sami).

Generated based on the following configuration:

```
files()
->name('*.php')
->exclude('Resources')
->exclude('Tests')
->exclude('tests')
->in($dir = __DIR__.'/../grav/system/src')
->in($dir = __DIR__.'/../grav/vendor/rockettheme')
;

return new Sami($iterator, array(
'theme' => 'default',
'title' => 'Grav API',
'build_dir' => __DIR__.'/api',
'cache_dir' => __DIR__.'/cache/api',
'default_opened_level' => 2
));
```

To regenerate, follow these steps:

1. Ensure you have this repo `grav-api` cloned at the same level as `grav` itself.
2. [Install Sami](https://github.com/FriendsOfPHP/Sami#installation) per the installation instructions.
3. run: `~//Sami/sami.php update ./api-config.php`