Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d53631a

Browse files
committed
enable search suggestions and disable some search results
1 parent ac0a8e4 commit d53631a

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
search:
3+
exclude: true
4+
---
15
# How to Contribute
26

37
## General information

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ theme:
2323
- navigation.tracking
2424
- navigation.tabs
2525
- toc.integrate
26+
- search.suggest
2627
repo_url: https://github.com/cp-algorithms/cp-algorithms
2728
edit_uri: edit/master/src/
2829
copyright: Text is available under the <a href="https://github.com/cp-algorithms/cp-algorithms/blob/master/LICENSE">Creative Commons Attribution Share Alike 4.0 International</a> License<br/>Copyright &copy; 2014 - 2022 by <a href="https://github.com/cp-algorithms">https://github.com/cp-algorithms</a>

src/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Main Page
3+
search:
4+
exclude: true
35
---
46

57
{% include 'index_body' %}

src/navigation.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
- Home
27
- [Main Page](index.md)
38
- [Navigation](navigation.md)

0 commit comments

Comments
 (0)