feat: add docs repo (#1202)

This commit is contained in:
Mo
2022-07-04 14:33:27 -05:00
committed by GitHub
parent 1e666fa606
commit 42dee7513e
643 changed files with 98794 additions and 168 deletions

11
docs/static/matomo.js vendored Normal file
View File

@@ -0,0 +1,11 @@
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.standardnotes.org/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '7']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();