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 3e51da8 commit a8c09adCopy full SHA for a8c09ad
docs/index.html
@@ -13,10 +13,21 @@
13
<script>
14
window.$docsify = {
15
name: 'middleware-if-unless',
16
- repo: 'https://github.com/BackendStack21/middleware-if-unless'
+ repo: 'https://github.com/BackendStack21/middleware-if-unless',
17
+ share: {
18
+ reddit: false,
19
+ linkedin: true,
20
+ facebook: true,
21
+ twitter: true,
22
+ whatsapp: true,
23
+ telegram: true,
24
+ }
25
}
26
</script>
27
<!-- Docsify v4 -->
28
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
29
+
30
+ <script src="https://unpkg.com/docsify-copy-code@2"></script>
31
+ <script src="https://unpkg.com/docsify-share/build/index.min.js"></script>
32
</body>
33
</html>
0 commit comments