43 lines
1.1 KiB
HTML
43 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
|
|
|
|
<title>OpenFlexure Microscope Server Developer Guidance</title>
|
|
<meta name="description" content="Developer information for the OpenFlexure Microscope Server.">
|
|
|
|
<link rel="stylesheet" href="./ofm.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
<script>
|
|
// Docsify Configuration (see https://docsify.js.org/#/configuration)
|
|
window.$docsify = {
|
|
name: 'Developer Documentation',
|
|
// Sidebar Configuration
|
|
auto2top: true,
|
|
loadSidebar: true,
|
|
maxLevel: 0,
|
|
subMaxLevel: 4,
|
|
|
|
// Search Plugin Configuration
|
|
search: {
|
|
placeholder: 'Type to search',
|
|
noData: 'No matches found.',
|
|
depth: 2,
|
|
}
|
|
};
|
|
</script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/docsify.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/zoom-image.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
|
|
|
|
</body>
|
|
</html>
|