updeep/docs/index.html
2023-01-10 15:03:10 -05:00

61 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Document</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="vendor/themes/vue.css" />
<style>
div.info {
background: lightgreen;
margin: 0px 2em;
padding: 0.25em 1em;
font-weight: normal;
border-radius: 1em;
color: black;
}
div.info h4 {
margin: 0px;
}
</style>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
loadNavbar: true,
name: "updeep-remeda",
repo: "https://github.com/yanick/updeep-remeda",
alias: {
"/api": "/latest/api",
},
namespaces: [
{
id: "version",
values: ["latest"],
optional: true,
default: "latest",
selector: "#version-selector",
},
],
name:
'<a id="home-link" class="app-name-link" data-nosearch href="/">updeep-remeda</a> ' +
'<select id="version-selector" name="version">' +
'<option value="latest">latest</value>' +
"</select>",
// disable automatic linking to avoid navigating when clicking on select
nameLink: false,
};
</script>
<script src="docsify-namespaced.js"></script>
<script src="vendor/docsify.js"></script>
</body>
</html>