Skip to content

Commit

Permalink
Merge pull request #1 from Moesif/add-diagram-clean-url
Browse files Browse the repository at this point in the history
Add: Arch diagram and cleanup unpkg URL
  • Loading branch information
dgilling authored Jan 7, 2021
2 parents e710164 + a59283e commit 2a600e8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ For full documentation and configuration, see [moesif-browser-js docs](https://w

The SDK automatically collects useful context from a user's device including any marketing attribution, device type, and location information and stores in the user and/or company profile in Moesif. You can add additional customer properties such as user email and company domain via the [identifyUser()](https://www.moesif.com/docs/client-integration/browser-js/#identifying-users) and [identifyCompany()](https://www.moesif.com/docs/client-integration/browser-js/#identifying-companies) methods.

---

> The below Diagram shows how both `docusaurus-plugin-moesif` and a Moesif [server integration](https://www.moesif.com/docs/server-integration/) to track both web and API traffic made by a customer.
![Diagram of Moesif Moesif and Docusaurus architecture](https://www.moesif.com/docs/images/docs/client-integration/moesif-arch-docusaurus.png)

## How to install

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-moesif",
"version": "0.0.1",
"version": "1.0.0",
"description": "Moesif API Analytics plugin for Docusaurus",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = function (context) {
{
tagName: 'script',
attributes: {
src: '//unpkg.com/moesif-browser-js@^1/moesif.min.js',
src: '//unpkg.com/moesif-browser-js@v1/moesif.min.js',
},
},
{
Expand Down

0 comments on commit 2a600e8

Please sign in to comment.