Skip to content

Commit d05c5dd

Browse files
committed
a better search
1 parent 42048a0 commit d05c5dd

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ gem "jekyll-remote-theme"
77
gem "rake"
88
gem "kramdown-parser-gfm"
99
gem "jekyll-include-cache"
10+

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ Since the site is quiet large sometimes the `--incremental` flag helps with fast
5151
bundle exec jekyll serve --incremental
5252
```
5353

54+
## Search Functionality
55+
Search UX includes a full results page at `/search/`.
56+
Press `Enter` in the search box (without selecting a single result) or click `View all results` in the dropdown to open it.
57+
5458
## Olddocs generating
5559

5660
1) Add the library version to the index.md

search.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: default
3+
title: Search
4+
nav_exclude: true
5+
search_exclude: true
6+
permalink: /search/
7+
---
8+
9+
<div class="js-full-search-results">
10+
Type a query in the search box to see results.
11+
</div>

0 commit comments

Comments
 (0)