Skip to content

Fix missing link on Documents breadcrumb in Guide sidebar#2004

Merged
cderv merged 1 commit intomainfrom
fix-documents-href
Apr 29, 2026
Merged

Fix missing link on Documents breadcrumb in Guide sidebar#2004
cderv merged 1 commit intomainfrom
fix-documents-href

Conversation

@cderv
Copy link
Copy Markdown
Member

@cderv cderv commented Apr 29, 2026

When clicking the Documents breadcrumb on Guide format pages (e.g., docs/output-formats/html-basics.html), the breadcrumb shows no link. The Documents section has no href: and its first child is itself a section, so the CLI fallback to contents[0].href produces nothing.

Add href: docs/output-formats/all-formats.qmd on the Documents section. The page already exists and is the natural landing for this group.

Inner Guide sub-sections (HTML, PDF, MS Word, Typst, Markdown) hit the same bug but need new overview content rather than just a navigation tweak, so they continue to inherit the unresolved CLI default tracked in quarto-dev/quarto-cli#14454.

Reported in quarto-dev/quarto-cli#14402.

@github-actions github-actions Bot temporarily deployed to pull request April 29, 2026 14:41 Inactive
@github-actions
Copy link
Copy Markdown
Contributor

📝 Preview Deployment

🔍 Full site preview: https://deploy-preview-2004.quarto.org

@cderv cderv merged commit e8cefb7 into main Apr 29, 2026
5 checks passed
@cderv cderv deleted the fix-documents-href branch April 29, 2026 14:47
@github-actions
Copy link
Copy Markdown
Contributor

Successfully created backport PR for prerelease:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant