diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-09-27 16:39:58 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-09-27 16:39:58 +0200 |
commit | f1ef1902f360e111587858f73972369b734a0237 (patch) | |
tree | 651e0f47fa7ad989c3f670ef958bf81511b00f4b /docs | |
parent | 748c46172bb9f5cd33e0ced3869930626c38105d (diff) | |
download | gitbook-f1ef1902f360e111587858f73972369b734a0237.zip gitbook-f1ef1902f360e111587858f73972369b734a0237.tar.gz gitbook-f1ef1902f360e111587858f73972369b734a0237.tar.bz2 |
Style page with gitbook-markdown-css
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/components.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/components.md b/docs/api/components.md index 6f7be53..f56f582 100644 --- a/docs/api/components.md +++ b/docs/api/components.md @@ -19,6 +19,7 @@ Custom roles can be use for interopability with other plugins, but GitBook and t | Role | Description | Props | | ---- | ----------- | ----- | +| `page:container` | DIV container for the page's content | `{ page: Page }` | | `summary:container` | DIV container for the whole summary | `{ summary: Summary }` | | `summary:parts` | DIV container for summary's parts | `{ parts: List<SummaryPart> }` | | `summary:part` | DIV for a specific part | `{ part: SummaryPart }` | |