mirror of
https://github.com/practical-tutorials/project-based-learning.git
synced 2025-01-18 07:17:05 +00:00
Added search functionality configuration and documentation
This commit is contained in:
parent
243d33995f
commit
39e48b679a
|
@ -2,3 +2,12 @@ language: ruby
|
|||
rvm: 2.4.1
|
||||
before_script: gem install awesome_bot
|
||||
script: awesome_bot README.md --allow-redirect
|
||||
|
||||
language: ruby
|
||||
rvm: 2.4.1
|
||||
before_script:
|
||||
- gem install awesome_bot
|
||||
- gem install your_search_engine_gem
|
||||
script:
|
||||
- awesome_bot README.md --allow-redirect
|
||||
- your_search_engine_command --validate
|
||||
|
|
13
README.md
13
README.md
|
@ -6,6 +6,19 @@ A list of programming tutorials in which aspiring software developers learn how
|
|||
|
||||
To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.
|
||||
|
||||
## Search Functionality
|
||||
|
||||
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.
|
||||
|
||||
### Configuration
|
||||
|
||||
```yaml
|
||||
search:
|
||||
provider: your_search_engine
|
||||
api_key: YOUR_API_KEY
|
||||
index_name: YOUR_INDEX_NAME
|
||||
|
||||
|
||||
## Table of Contents:
|
||||
|
||||
- [C#](#c)
|
||||
|
|
Loading…
Reference in New Issue
Block a user