You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/components/useDocsSearch/README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
## Getting Started
4
4
5
-
To use the search component, you need to initialize it by passing the URL of the edge function created from the dashboard. [More details below](#edge-function).
5
+
To use the search component, [you need to initialize](#edge-function) it by passing the URL of the edge function created from the dashboard.
The code for the edge function to be created is as follows [(Edge Functions documentation)](https://docs.sqlitecloud.io/docs/introduction/edge_functions):
48
-
```
47
+
The code for the [edge function](https://docs.sqlitecloud.io/docs/introduction/edge_functions) to be created is as follows:
We provide a simple example that shows how to use the component in the `tester.js`[file](https://github.com/sqlitecloud/examples/blob/main/js/components/useDocsSearch/src/tester.js).
0 commit comments