Skip to content

Commit

Permalink
docs: add qrcode converter to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 28, 2024
1 parent dbe27a5 commit cf5b050
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/qrcode-util.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!-- markdownlint-disable -->
<style>
h1 {
/* Remove space for heading */
display: none;
}

/* .md-main {
} */

iframe {
width: 100vw;
height: 80vh;
border: none;
margin: 0;
padding: 0;
overflow: hidden;
}
</style>

<!-- Hide title -->
<h1></h1>

<iframe src="https://hotosm.github.io/qrcodes" scrolling="no">
</iframe>
<!-- markdownlint-enable -->
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ nav:
- API: https://hotosm.github.io/swagger/?url=https://hotosm.github.io/fmtm/openapi.json
- Class Hierarchy: apidocs/html/inherits.html
- Code Coverage: coverage.html
- QRCode Converter: qrcode-util.md

0 comments on commit cf5b050

Please sign in to comment.