File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ gem "jekyll-remote-theme"
77gem "rake"
88gem "kramdown-parser-gfm"
99gem "jekyll-include-cache"
10+
Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ Since the site is quiet large sometimes the `--incremental` flag helps with fast
5151bundle 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
56601 ) Add the library version to the index.md
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments