feat(brave-search): add app with web search action
This commit is contained in:
12
packages/docs/pages/apps/brave-search/actions.md
Normal file
12
packages/docs/pages/apps/brave-search/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/brave-search.svg
|
||||
items:
|
||||
- name: Web search
|
||||
desc: Queries Brave Search and get back search results from the web.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
||||
8
packages/docs/pages/apps/brave-search/connection.md
Normal file
8
packages/docs/pages/apps/brave-search/connection.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Brave Search
|
||||
|
||||
1. Go to [API Keys page](https://api.search.brave.com/app/keys) on Brave Search.
|
||||
2. Create a new API key.
|
||||
3. Paste the key into the `API Key` field in Automatisch.
|
||||
4. Write any screen name to be displayed in Automatisch.
|
||||
5. Click `Save`.
|
||||
6. Start using Brave Search integration with Automatisch!
|
||||
Reference in New Issue
Block a user