2024-08-26 01:56:56 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2024-08-26 17:32:33 -04:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Document</title>
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
|
|
|
<meta name="description" content="Description">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/_media/Favicon-32x32.png">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
|
2024-08-26 01:56:56 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-08-26 17:32:33 -04:00
|
|
|
<style>
|
2024-08-26 01:56:56 -04:00
|
|
|
@font-face {
|
2024-08-26 17:32:33 -04:00
|
|
|
font-family: "DMSans";
|
|
|
|
src: url('_media/DMSans-Medium.ttf') format('truetype');
|
2024-08-26 01:56:56 -04:00
|
|
|
}
|
2024-08-26 17:32:33 -04:00
|
|
|
|
2024-08-26 01:56:56 -04:00
|
|
|
body {
|
2024-08-26 17:32:33 -04:00
|
|
|
font-family: "DMSans", sans-serif;
|
2024-08-26 01:56:56 -04:00
|
|
|
}
|
2024-08-26 17:32:33 -04:00
|
|
|
</style>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script>
|
2024-08-26 01:56:56 -04:00
|
|
|
window.$docsify = {
|
2024-08-26 17:32:33 -04:00
|
|
|
name: 'Spiderweb',
|
|
|
|
loadSidebar: true,
|
|
|
|
repo: 'https://github.com/itsthejoker/spiderweb',
|
|
|
|
maxLevel: 4,
|
|
|
|
subMaxLevel: 2,
|
|
|
|
coverpage: true,
|
|
|
|
'flexible-alerts': {
|
|
|
|
style: 'callout' // or 'flat'
|
|
|
|
},
|
|
|
|
auto2top: true,
|
|
|
|
search: {
|
|
|
|
// insertAfter: '.app-name',
|
|
|
|
// insertBefore: '.sidebar-nav',
|
|
|
|
noData: {
|
|
|
|
'/': 'No results!',
|
|
|
|
},
|
|
|
|
paths: 'auto',
|
|
|
|
placeholder: {
|
|
|
|
'/': 'Search',
|
|
|
|
},
|
|
|
|
}
|
2024-08-26 01:56:56 -04:00
|
|
|
}
|
2024-08-26 17:32:33 -04:00
|
|
|
</script>
|
|
|
|
<!-- Docsify v4 -->
|
|
|
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
|
|
|
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-python.min.js"></script>
|
|
|
|
<!-- admonitions -->
|
|
|
|
<script src="https://unpkg.com/docsify-plugin-flexible-alerts"></script>
|
|
|
|
<!-- pagination -->
|
|
|
|
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
|
|
|
|
<!-- tabs -->
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
|
|
|
|
<!-- search -->
|
|
|
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
|
2024-08-26 01:56:56 -04:00
|
|
|
</body>
|
|
|
|
</html>
|