diff options
Diffstat (limited to 'docs/api/components.md')
-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 }` | |