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.
copy to clipboard
1 parent 0ab4576 commit a4f7ef9Copy full SHA for a4f7ef9
docs/index.html
@@ -25,6 +25,7 @@
25
</script>
26
<!-- Docsify v4 -->
27
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
28
+ <script src="https://unpkg.com/docsify-copy-code"></script>
29
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
30
<!-- docsify-themeable (latest v0.x.x) -->
31
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script>
package.json
@@ -84,6 +84,7 @@
84
"chromedriver": "latest",
85
"cross-env": "^7.0.3",
86
"deepmerge": "^4.2.2",
87
+ "docsify-cli": "4.4.4",
88
"eslint": "^8.27.0",
89
"eslint-config-prettier": "^8.5.0",
90
"eslint-plugin-prettier": "^4.2.1",
0 commit comments