Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

search tweaks #18762

Merged
merged 2 commits into from
Nov 23, 2023
Merged

search tweaks #18762

merged 2 commits into from
Nov 23, 2023

Conversation

dvdksn
Copy link
Collaborator

@dvdksn dvdksn commented Nov 22, 2023

Making some changes to the templates in attempts to make the Algolia crawler/search play nice

Wraps the entry title in a span element so that we can have a single
querySelector to get the textContent of the title of a top-level toc
item of a page:

document.querySelector("#sectiontree li:has([aria-current]) :is(a, button) span")

Signed-off-by: David Karlsson <[email protected]>
Copy link

netlify bot commented Nov 22, 2023

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 3ac25b7
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/655e5b4b5df5950008c48a72
😎 Deploy Preview https://deploy-preview-18762--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added area/engine Issue affects Docker engine/daemon area/desktop Issue affects a desktop edition of Docker. E.g docker for mac hugo Updates related to hugo labels Nov 22, 2023
@dvdksn dvdksn requested a review from a team November 23, 2023 08:25
@dvdksn dvdksn merged commit e77df54 into docker:main Nov 23, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/desktop Issue affects a desktop edition of Docker. E.g docker for mac area/engine Issue affects Docker engine/daemon hugo Updates related to hugo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants