Skip to content

Commit a8c09ad

Browse files
committed
enabling plugins
1 parent 3e51da8 commit a8c09ad

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,21 @@
1313
<script>
1414
window.$docsify = {
1515
name: 'middleware-if-unless',
16-
repo: 'https://github.com/BackendStack21/middleware-if-unless'
16+
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+
}
1725
}
1826
</script>
1927
<!-- Docsify v4 -->
2028
<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>
2132
</body>
2233
</html>

0 commit comments

Comments
 (0)