We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A page can be boosted in the search by adding YAML:
--- search: boost: 2 ---
Similarly, that can be boost: 0.5 to down rank a page.
boost: 0.5
Also, experimental support for excluding a page from the search:
--- search: exclude: true ---
or a section:
## Section 2 { data-search-exclude }
These are all from https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/
The text was updated successfully, but these errors were encountered:
closed by #159
with follow up of #172
Sorry, something went wrong.
No branches or pull requests
A page can be boosted in the search by adding YAML:
Similarly, that can be
boost: 0.5
to down rank a page.Also, experimental support for excluding a page from the search:
or a section:
## Section 2 { data-search-exclude }
These are all from https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/
The text was updated successfully, but these errors were encountered: