File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 44
55## Setup
66
7- Install the package ` @branchup/ docusaurus-plugin-simple-analytics` :
7+ Install the package ` docusaurus-plugin-simple-analytics ` :
88
99```
10- npm install --save @branchup/ docusaurus-plugin-simple-analytics
10+ npm install --save docusaurus-plugin-simple-analytics
1111```
1212
1313Or
1414
1515```
16- yarn add @branchup/ docusaurus-plugin-simple-analytics
16+ yarn add docusaurus-plugin-simple-analytics
1717```
1818
1919Then, add the plugin to ` docusaurus.config.js ` :
2020
2121```
2222plugins: [
2323 ...
24- ['@branchup/ docusaurus-plugin-simple-analytics', {}],
24+ ['docusaurus-plugin-simple-analytics', {}],
2525 ...
2626],
2727```
@@ -35,7 +35,7 @@ plugins: [
3535```
3636plugins: [
3737 ...
38- ['@branchup/ docusaurus-plugin-simple-analytics', {
38+ ['docusaurus-plugin-simple-analytics', {
3939 domain: 'custom.domain.com'
4040 }],
4141 ...
@@ -46,6 +46,10 @@ plugins: [
4646
4747The plugin has no effect in development.
4848
49+ ## Special thanks
50+
51+ Developed by https://www.branchup.tech (https://github.com/branchup ).
52+
4953## License
5054
51- Licensed under the [ MIT License] ( http://www.opensource.org/licenses/mit-license.php )
55+ Licensed under the [ MIT License] ( http://www.opensource.org/licenses/mit-license.php )
You can’t perform that action at this time.
0 commit comments