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

DOCS-639: Disable tab indexing #1857

Merged
merged 2 commits into from
Sep 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docsearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lvl2": ".td-content h2",
"lvl3": ".td-content h3",
"lvl4": ".td-content h4",
"lvl5": ".td-content h5, .td-content .tab-content .tab-pane .search-helper",
"lvl5": ".td-content h5",
"text": ".td-content p, .td-content div, .td-content ul li, .td-content ol li, .td-content table tbody tr"
},
"selectors_exclude": [".footer", "#edit-on-github"]
Expand Down
1 change: 0 additions & 1 deletion layouts/shortcodes/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<div id="{{ $id }}" class="tab-pane show active" role="tabpanel" aria-labelledby="{{ $id }}">
{{ else }}
<div id="{{ $id }}" class="tab-pane" role="tabpanel" aria-labelledby="{{ $id }}">
<span id="{{ $id }}" class="search-helper"> {{- trim .name " " -}} </span>
{{ end }}
{{- with .content -}}
{{- . -}}
Expand Down
Loading