Pageinfo (Docsy)
Docsy pageinfo shortcode with the color parameter.
1 minute read
The Docsy pageinfo shortcode renders a colored page-level info box. The academy-theme overrides this shortcode.
{{< pageinfo color="primary" >}}Notice content here.{{< /pageinfo >}}
Parameters:
| Parameter | Description | Default |
|---|---|---|
color | Bootstrap color name | (none) |
Example:
This block uses the Docsy implementation of `pageinfo` with `color="primary"`.