Update index.html

This commit is contained in:
Stephan Mühl
2023-03-30 11:59:48 +02:00
committed by GitHub
parent 35c8458ff2
commit 3c01234233

View File

@@ -20,11 +20,22 @@
coverpage: true, coverpage: true,
loadNavbar: true, loadNavbar: true,
mergeNavbar: true, mergeNavbar: true,
repo: 'https://github.com/Blueforcer/awtrix-light' repo: 'https://github.com/Blueforcer/awtrix-light',
share: {
reddit: true,
linkedin: true,
facebook: true,
twitter: true,
whatsapp: true,
telegram: true,
}
} }
</script> </script>
<!-- Docsify v4 --> <!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script> <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="https://unpkg.com/docsify-copy-code@2"></script>
<script src="//unpkg.com/docsify-share/build/index.min.js"></script>
</body> </body>
</html> </html>