Skip to content

Commit bc42e9e

Browse files
committed
Merge
2 parents 48d772f + 1ca513a commit bc42e9e

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,20 @@ updates:
1616
- dependency-name: "babel-eslint"
1717
- dependency-name: "*prettier*"
1818
- 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"
2033
schedule:
2134
interval: weekly
2235
time: "04:00"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ Read more about [MeiliSearch authentication](https://docs.meilisearch.com/refere
102102

103103
#### Styling
104104

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:
106106

107-
ES+ environment
107+
In an ES+ environment:
108108

109109
```js
110110
import "docs-searchbar.js/dist/cdn/docs-searchbar.css";
111111
```
112112

113-
`HTML` in your header
113+
In a `HTML` file, the `link` tag should be added in your header:
114114

115115
```html
116116
<link

0 commit comments

Comments
 (0)