From 12fbcd5cb01acaf31e08664478577c9caafa898e Mon Sep 17 00:00:00 2001 From: Ludovic Iafrate Date: Wed, 12 Aug 2026 19:23:48 -0400 Subject: [PATCH] docs(targets): document the header disable target The header target can now be disabled via window.lumapps.disable('header'), hiding the entire top bar and navigation. --- docs/javascript/api.md | 1 + docs/javascript/capabilities.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/javascript/api.md b/docs/javascript/api.md index 8cfb963..d9a8bbf 100644 --- a/docs/javascript/api.md +++ b/docs/javascript/api.md @@ -1377,6 +1377,7 @@ These are the ids of the components that can be customized: - [Search box](./capabilities#search-box) - [Bookmarks](./capabilities#bookmarks) - [Contribution button](./capabilities#contribution-button) +- [Header](./capabilities#header) ### getCurrentContent diff --git a/docs/javascript/capabilities.md b/docs/javascript/capabilities.md index 4fe4f6c..40963e5 100644 --- a/docs/javascript/capabilities.md +++ b/docs/javascript/capabilities.md @@ -404,7 +404,7 @@ Target that allows customizing the entire header of the application, which englo | Target ID | `header` | | Description | Target for the header of your site. | | Placements | No compatibility | -| Disable | No compatibility | +| Disable | Can be disabled. Disabling this feature hides the entire top bar and navigation. | | Changing text | No compatibility | ### Logo