diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2021-06-06 05:39:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-05 14:39:04 -0600 |
| commit | 3e39292ce3fab18b35cd0066c853681b23150bb5 (patch) | |
| tree | 0aa53e2ee016b203372b97ad46c05422c22293d2 /docs | |
| parent | 47ba5c2e817e365cd122a4ffb9fcf8259cb69db7 (diff) | |
Add missing shared-header keyword to docinfo.adoc (PR #4074)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/pages/docinfo.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/docinfo.adoc b/docs/modules/ROOT/pages/docinfo.adoc index a7d16f41..fd355a8a 100644 --- a/docs/modules/ROOT/pages/docinfo.adoc +++ b/docs/modules/ROOT/pages/docinfo.adoc @@ -162,6 +162,7 @@ To specify which file(s) you want to apply, set the `docinfo` attribute to any c * `private-footer` * `private` (alias for `private-head,private-header,private-footer`) * `shared-head` +* `shared-header` * `shared-footer` * `shared` (alias for `shared-head,shared-header,shared-footer`) |
