docs: relocate book-vs-website key note so it is reachable from the Analytics anchor - #2186
Open
cderv wants to merge 3 commits into
Open
docs: relocate book-vs-website key note so it is reachable from the Analytics anchor#2186cderv wants to merge 3 commits into
cderv wants to merge 3 commits into
Conversation
…nalytics anchor The rule that book projects use `book:` instead of `website:` for these options was already documented, but the include lived under Social Metadata while Analytics sits roughly 150 lines further down. A reader landing directly on the Analytics anchor never saw it. Move the note to a page-level intro so the generalizing sentence actually applies page-wide as written, and add a short pointer inside Analytics for readers who land there via a deep link. Also add `plausible-analytics` to the book-vs-website example so it concretely covers the reported case. Companion to quarto-dev/quarto-cli#14881, which fixes the underlying config bug reported in quarto-dev/quarto-cli#14879.
Contributor
📝 Preview Deployment🔍 Full site preview: https://deploy-preview-2186.quarto.org 🔄 Modified Documents |
cderv
commented
Sep 11, 2026
Contributor
📝 Preview Deployment🔍 Full site preview: https://deploy-preview-2186.quarto.org 🔄 Modified Documents |
cderv
commented
Sep 11, 2026
Contributor
📝 Preview Deployment🔍 Full site preview: https://deploy-preview-2186.quarto.org 🔄 Modified Documents |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
quarto-dev/quarto-cli#14879 reported that
book: plausible-analyticshas no effect in a book project. The underlying config bug is fixed in quarto-dev/quarto-cli#14881, but the report also pointed at a real docs gap: the rule that book projects usebook:instead ofwebsite:for these options was already documented in the book-vs-website key note, just not where a reader lands. The note sat under Social Metadata while Analytics is roughly 150 lines further down, so a reader arriving directly at the Analytics anchor never saw it.This moves the note to a page-level intro so its generalizing sentence ("substitute
bookforwebsite") actually holds for the whole page as written, and adds a short pointer inside Analytics for readers who land there via a deep link rather than reading top-down. The book-vs-website example also gains aplausible-analyticskey so it concretely covers the reported case.This note is accurate from 1.11 onward (the fix in quarto-dev/quarto-cli#14881), so it targets
prereleaserather thanmain.Related to quarto-dev/quarto-cli#14879, quarto-dev/quarto-cli#14881.