update docs

This commit is contained in:
Stephan Mühl
2023-03-22 21:36:47 +01:00
parent 55b08c7fff
commit 26c1639032
13 changed files with 192 additions and 18 deletions

View File

@@ -9,10 +9,15 @@
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<nav class="app-nav"></nav>
<div id="app">Loading ...</div>
<script>
window.$docsify = {
name: '',
loadSidebar: true,
coverpage: true,
loadNavbar: true,
mergeNavbar: true,
repo: 'https://github.com/Blueforcer/awtrix-light'
}
</script>