Skip to content

Commit

Permalink
deploy: b42cbf6
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Jul 1, 2024
1 parent 0e72f77 commit 2da1655
Show file tree
Hide file tree
Showing 29 changed files with 5,502 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/textLocator/client-textLocator.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<title>🧊📚 POLAR Documentation</title>
<link rel="stylesheet" href="./github-markdown.css">
<style>
body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (prefers-color-scheme: dark) {
html {
background-color: #0d1117;
}
}
</style>
</head>
<body>
<article class="markdown-body">
<h1>TextLocator MapClient API 🗺️ <code>@polar/client-text-locator</code></h1>
<p>There is no API to this package; it is not configurable, but delivers a hostable website containing the client in question. All reconfiguration must be done in the source code and requires a new build.</p>
<p>When configuring before building, please mind that the <code>index.html</code> in the source folder contains configuration parameters that are later bundled.</p>


<h2>Child documents</h2><nav><ul>
<li><a href="core.html" target="_blank">core.html</a></li><li><a href="lib-custom-types.html" target="_blank">lib-custom-types.html</a></li><li><a href="lib-tooltip.html" target="_blank">lib-tooltip.html</a></li><li><a href="plugin-address-search.html" target="_blank">plugin-address-search.html</a></li><li><a href="plugin-attributions.html" target="_blank">plugin-attributions.html</a></li><li><a href="plugin-draw.html" target="_blank">plugin-draw.html</a></li><li><a href="plugin-icon-menu.html" target="_blank">plugin-icon-menu.html</a></li><li><a href="plugin-layer-chooser.html" target="_blank">plugin-layer-chooser.html</a></li><li><a href="plugin-legend.html" target="_blank">plugin-legend.html</a></li><li><a href="plugin-loading-indicator.html" target="_blank">plugin-loading-indicator.html</a></li><li><a href="plugin-scale.html" target="_blank">plugin-scale.html</a></li><li><a href="plugin-toast.html" target="_blank">plugin-toast.html</a></li><li><a href="plugin-zoom.html" target="_blank">plugin-zoom.html</a></li>
</ul></nav>
</article>
<hr>
<a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md" style="font-family: sans-serif;">Legal Notice (Impressum)</a>
</body>
</html>
Loading

0 comments on commit 2da1655

Please sign in to comment.