From 05791a9fd1ec528f3ee566445731ba017635d2ee Mon Sep 17 00:00:00 2001 From: Charlotte Wickham Date: Thu, 9 Jan 2025 13:57:07 -0800 Subject: [PATCH] Remove `sidebar: subtitle` (#1530) Doesn't appear to exist: https://github.com/quarto-dev/quarto-cli/blob/d0d6f87e18e7522386bc8b1ab5b390ef7eca3799/src/resources/schema/definitions.yml#L997-L1083 (cherry picked from commit f228ea99f4387f78e509d13c7e1f97073db8cff7) --- docs/websites/website-navigation.qmd | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/websites/website-navigation.qmd b/docs/websites/website-navigation.qmd index fade26f562..a3e7f2e749 100644 --- a/docs/websites/website-navigation.qmd +++ b/docs/websites/website-navigation.qmd @@ -164,7 +164,6 @@ Here are all of the options available for side navigation: |------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `id` | Optional identifier (used only for hybrid navigation, described below). | | `title` | Sidebar title (uses the project title if none is specified). | -| `subtitle` | Optional subtitle. | | `logo` | Optional logo image. | | `logo-alt` | Alternate text for the logo image. | | `logo-href` | Target href from sidebar logo. By default, the logo and title link to the root page of the site (`/index.html`). |