We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0832032 commit 8ac0834Copy full SHA for 8ac0834
docs/index.html
@@ -14,6 +14,7 @@
14
window.$docsify = {
15
name: 'Laravel Wallet',
16
repo: 'bavix/laravel-wallet',
17
+ ga: 'UA-98195013-2',
18
loadSidebar: true,
19
loadNavbar: true,
20
relativePath: true,
@@ -23,6 +24,7 @@
23
24
}
25
</script>
26
<script src="https://unpkg.com/docsify/lib/docsify.min.js"></script>
27
+ <script src="https://unpkg.com/docsify/lib/plugins/ga.min.js"></script>
28
<script src="https://unpkg.com/prismjs/components/prism-bash.min.js"></script>
29
<script src="https://unpkg.com/prismjs/components/prism-php.min.js"></script>
30
</body>
0 commit comments