Skip to content

Commit

Permalink
chore: fix incorrect information in the docs (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriele-ct authored Sep 16, 2024
1 parent 7f8c7c7 commit 7636fa8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions websites/documentation/src/content/writing/pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,11 @@ We support the following key-value pairs in the frontmatter section:

- `products` (array of string): if defined in a page, it overrides the site wide `products` setting which affects the [algolia search indexer](/configuration/algolia-search#per-site-tags-configuration). This setting is useful for helping indexing correctly specific pages that are part of a site but their focus is on different products.

- `overrides` (an object) with the following properties:
- `siteTitle` (string): use to override the site title for a specific page. (for example in Glossary page)

- `siteTitle` (string): use to override the site title for a specific page. (for example in Glossary page)
- `siteTitleHref` (string): use to override the href link applied to the site title appearing in the sidebar area. (for example in Release Notes page)

- `siteTitleHref` (string): use to override the href link applied to the site title appearing in the sidebar area. (for example in Release Notes page)

- `siteBreadcrumbs` (string): use to override the site root breadcrumb shown in the header for a specific page.
- `siteBreadcrumbs` (string): use to override the site root breadcrumb shown in the header for a specific page.

Example:

Expand Down

0 comments on commit 7636fa8

Please sign in to comment.