Skip to content

Commit fbecbab

Browse files
authored
Use mkdocs search boosting instructions for website pages (#3212)
* Exclude Ref SDD from search results * Update source-tree.md
1 parent d13c7bf commit fbecbab

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Ref/docs/sdd.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Reference Deployment
27

38
## 1. Description

docs/user-manual/overview/source-tree.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
boost: 0.4
4+
---
5+
16
# A Tour of the Source Tree
27

38
The following directories constitute the demonstration code. The
@@ -511,4 +516,4 @@ the driver.
511516
This is the topology module. This is where all the components are
512517
instantiated and connected together, and the active components are
513518
started. It is also the location of the C main() function entry point.
514-
Each deployment (see Section 6.2) will have a module similar to this.
519+
Each deployment (see Section 6.2) will have a module similar to this.

0 commit comments

Comments
 (0)