Skip to content

Commit a704e5d

Browse files
committed
add search note, fix search highlight
1 parent df5035b commit a704e5d

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,9 @@ Adding a standard library doc page works almost the same as tutorials.
5959
- Edit the title, excerpt, date, color.
6060
- Change the `sections` to match the uri of the pages of your tutorial.
6161
* Write your new_doc pages, being sure to update the heading sections as necessary.
62+
63+
## Building Search Index
64+
65+
1. Set the key as environment variable `$env:ALGOLIA_API_KEY='PRIVATE_KEY'`
66+
67+
2. Run `bundle exec jekyll algolia`

_sass/landing.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
}
208208

209209
.ais-Highlight {
210-
background-color: #508ac8;
210+
background-color: var(--divider-darker);
211211
}
212212

213213
.v-space {

0 commit comments

Comments
 (0)