Added search functionality configuration and documentation

This commit is contained in:
dakshmehta007 2024-09-10 22:28:17 +05:30
parent 243d33995f
commit 39e48b679a
2 changed files with 22 additions and 0 deletions

View File

@ -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

View File

@ -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)