Skip to content

Commit 2a8a3da

Browse files
committed
Merge PR practical-tutorials#627 from null:fix/Add-Search-Engine (prefer theirs on conflict)
2 parents cf20d98 + 83e4230 commit 2a8a3da

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: ruby
22
rvm: 2.4.1
3-
before_script: gem install awesome_bot
4-
script: awesome_bot README.md --allow-redirect - hello -hello
3+
before_script:
4+
- gem install awesome_bot
5+
- gem install your_search_engine_gem
6+
script:
7+
- awesome_bot README.md --allow-redirect
8+
- your_search_engine_command --validate

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ A list of programming tutorials in which aspiring software developers learn how
66

77
To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.
88

9+
## Search Functionality
10+
11+
This repository now includes search functionality powered by [Your Search Engine]. To configure the search, update the `config.yml` file with your search engine API key and index name.
12+
13+
### Configuration
14+
15+
```yaml
16+
search:
17+
provider: your_search_engine
18+
api_key: YOUR_API_KEY
19+
index_name: YOUR_INDEX_NAME
20+
21+
922
## Table of Contents:
1023

1124
- [C#](#c)

0 commit comments

Comments
 (0)