Skip to content

Commit

Permalink
add themes section in the docs - fixes #762
Browse files Browse the repository at this point in the history
  • Loading branch information
ek9 committed Apr 2, 2017
1 parent 6a629fa commit 3527ca4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -175,6 +175,16 @@ A list of options accepted by `generate` command:
| `--version` (`-V`) | Display version of ApiGen.
| --------------------- |

### Themes

In order to enable a custom theme, you have to either provide `--theme-config`
CLI option when runing `apigen generate` or add `themeConfig` configuration
option in your ApiGen configuration file:

```neon
themeConfig: path/to/theme/config.neon # path to theme's config file
```

## Contributing

Please refer to [CONTRIBUTING](CONTRIBUTING.md) for details.
Expand Down

0 comments on commit 3527ca4

Please sign in to comment.