Skip to content

docs: lower lab assembly and test search priority#1279

Open
iwanicki92 wants to merge 1 commit into
Dasharo:masterfrom
iwanicki92:lower-test-lab-search-results
Open

docs: lower lab assembly and test search priority#1279
iwanicki92 wants to merge 1 commit into
Dasharo:masterfrom
iwanicki92:lower-test-lab-search-results

Conversation

@iwanicki92

@iwanicki92 iwanicki92 commented Jul 4, 2026

Copy link
Copy Markdown

Add frontmatter:

---
search:
  boost: -1
---

To every unified-test-documentation and guides/lab-assembly doc. This results in those documents being less likely to be displayed in search results.


Added via:

sed -i '1s/^/---\nsearch:\n  boost: -1\n---\n\n/' docs/guides/lab-assembly/*.md docs/unified-test-documentation/*.md docs/unified-test-documentation/*/*.md

Before the change, searching for Secure Boot results in 14 first results being links to test documentation. Searching for Secure Boot configuration gives one relevant result, last one visible without scrolling, the first 3 are, again, tests.

Now with the change searching for Secure Boot returns:

  • FAQ about Sovereign Boot Provisioning Wizard
  • Secure Boot configuration in BIOS
  • Building DTS with Secure Boot support

When searching for Secure Boot configuration the first result is Secure Boot configuration in BIOS.

Fixes: Dasharo/dasharo-issues#1639

Add frontmatter:

```yaml
---
search:
  boost: -1
---
```

To every unified-test-documentation and guides/lab-assembly doc.
This results in those documents being less likely to be displayed in
search results.

Signed-off-by: iwanicki92 <iwanicki92@gmail.com>

@macpijan macpijan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BeataZdunczyk Haven't we scheduled dropping test docs from this repo?

Until then, I'm fine with this change. Thanks @iwanicki92

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.

Add possibility to skip OSFV tests from search results

2 participants