Create a developer guidance section for the hosted docs
This commit is contained in:
parent
9788e0d2b7
commit
bc36a1e9d0
14 changed files with 3569 additions and 189 deletions
43
apidocs/dev/index.html
Normal file
43
apidocs/dev/index.html
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue