igo
Version:
Igo is a Node.js Web Framework based on Express
51 lines (42 loc) • 1.35 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Igo.js</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css" />
<link rel="icon" href="_media/favicon.ico" type="image/x-icon">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Igo.js',
repo: 'igocreate/igo',
loadSidebar: true,
coverpage: true,
notFoundPage: true,
themeColor: '#226F9B',
auto2top: true,
maxLevel: 2,
subMaxLevel: 2,
search: 'auto',
search: {
maxAge: 86400000, // Expiration time, the default one day
paths: 'auto',
placeholder: 'Type to search...',
noData: 'No Results!',
// Headline depth, 1 - 6
depth: 6,
hideOtherSidebarContent: true, // whether or not to hide other sidebar content
}
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="https://unpkg.com/docsify-copy-code@2"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
</body>
</html>