Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/javascript/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/javascript/capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down