Skip to content
Snippets Groups Projects
Commit 78f635c9 authored by aeschylus's avatar aeschylus
Browse files

fix book.json yet again to remove the search plugin, since it won't work.

parent 073f1c98
No related branches found
No related tags found
No related merge requests found
{ {
"gitbook": "2.x.x",
"structure": { "structure": {
"summary": "docs/SUMMARY.md" "summary": "docs/SUMMARY.md"
} },
"plugins": ["-search"]
} }
# API Reference
# Source Code Tours
# Events Reference
# Getting Started
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
"type": "git", "type": "git",
"url": "https://github.com/IIIF/mirador" "url": "https://github.com/IIIF/mirador"
}, },
"license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"gitbook": "3.2.0",
"gitbook-cli": "2.3.0", "gitbook-cli": "2.3.0",
"gitbook-plugin-search": "2.2.1", "gitbook-plugin-search": "2.2.1",
"grunt": ">=0.4.5 <1.0.0", "grunt": ">=0.4.5 <1.0.0",
......
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" type="text/css" href="build/mirador/css/mirador-combined.css">
<title>Mirador Viewer</title>
<style type="text/css">
body { padding: 0; margin: 0; overflow: hidden; font-size: 70%; }
#viewer { background: #333 url(images/debut_dark.png) left top repeat; width: 100%; height: 100%; position: fixed; }
#manifest-select-menu { opacity: 1; -webkit-transform: none;}
</style>
</head>
<body>
<div id="viewer">
<div id="manifest-select-menu">
<h1>Bodeleian Manuscript 1337</h1>
<h2>A Second Level Heading</h2>
<h3>Third Level</h3>
<h4></h4>
<h5></h5>
<hr>
<div class="imagePlaceholder"></div>
<img src="" alt="Here is an example of an image">
<caption></caption>
</div>
</div>
<script src="build/mirador/mirador.js"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment