File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,20 @@ updates:
16
16
- dependency-name : " babel-eslint"
17
17
- dependency-name : " *prettier*"
18
18
- package-ecosystem : npm
19
- directory : " /playground"
19
+ directory : " /playground/javascript"
20
+ schedule :
21
+ interval : weekly
22
+ time : " 04:00"
23
+ open-pull-requests-limit : 10
24
+ labels :
25
+ - skip-changelog
26
+ - dependencies
27
+ versioning-strategy : increase
28
+ rebase-strategy : disabled
29
+ ignore :
30
+ - dependency-name : " parcel-bundler"
31
+ - package-ecosystem : npm
32
+ directory : " /playground/html"
20
33
schedule :
21
34
interval : weekly
22
35
time : " 04:00"
Original file line number Diff line number Diff line change @@ -102,15 +102,15 @@ Read more about [MeiliSearch authentication](https://docs.meilisearch.com/refere
102
102
103
103
#### Styling
104
104
105
- To import the provided CSS styling in your project, depending on your environment you should add the following:
105
+ ` docs-searchbar.js ` comes with a css template. It has to be added in your project in the following way :
106
106
107
- ES+ environment
107
+ In an ES+ environment:
108
108
109
109
``` js
110
110
import " docs-searchbar.js/dist/cdn/docs-searchbar.css" ;
111
111
```
112
112
113
- ` HTML ` in your header
113
+ In a ` HTML ` file, the ` link ` tag should be added in your header:
114
114
115
115
``` html
116
116
<link
You can’t perform that action at this time.
0 commit comments