Skip to content

Commit a249c93

Browse files
Add link to docs [skip ci]
1 parent 2400067 commit a249c93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Simple Analytics Docusaurus Plugin
22

3-
[Simple Analytics](https://simpleanalytics.com/) plugin for Docusaurus.
3+
[Simple Analytics](https://www.simpleanalytics.com/) plugin for Docusaurus. [See the documentation](https://docs.simpleanalytics.com/install-simple-analytics-with-docusaurus) at Simple Analytics.
44

55
## Setup
66

@@ -18,21 +18,21 @@ yarn add [email protected]
1818

1919
Then, add the plugin to `docusaurus.config.js`:
2020

21-
```
21+
```js
2222
plugins: [
2323
...
2424
['docusaurus-plugin-simple-analytics', {}],
2525
...
2626
],
2727
```
2828

29-
## Options
29+
## Custom domain
3030

31-
- The property `domain` lets you specify [your custom domain](https://docs.simpleanalytics.com/bypass-ad-blockers).
31+
The property `domain` lets you specify [your custom domain](https://docs.simpleanalytics.com/bypass-ad-blockers).
3232

33-
**Example**
33+
Example:
3434

35-
```
35+
```js
3636
plugins: [
3737
...
3838
['docusaurus-plugin-simple-analytics', {

0 commit comments

Comments
 (0)