Skip to content

Commit

Permalink
docs: update docs sidebar, add xlsform validator/converter
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Mar 2, 2024
1 parent 78f6ce8 commit 91dddc4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
26 changes: 26 additions & 0 deletions docs/xlsform-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://getodk.org/xlsform" scrolling="no">
</iframe>
<!-- markdownlint-enable -->
11 changes: 7 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ nav:
- FAQ: FAQ.md
- User Manuals:
- Project Managers: User-Manual-For-Project-Managers.md
- Utilities:
- XLSForm Converter: xlsform-util.md
- QRCode Converter: qrcode-util.md
- Helpers: https://api.stage.fmtm.hotosm.org/docs#/helper
- API Docs: https://hotosm.github.io/swagger/?url=https://hotosm.github.io/fmtm/openapi.json
- Dev:
- Setup: dev/Setup.md
- Backend: dev/Backend.md
Expand All @@ -84,7 +89,5 @@ nav:
- Troubleshooting: dev/Troubleshooting.md
- Pre-Commit: https://docs.hotosm.org/dev-guide/pre-commit/
- Versioning: https://docs.hotosm.org/dev-guide/version-control/#creating-releases
- 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
- Class Hierarchy: apidocs/html/inherits.html
- Code Coverage: coverage.html

0 comments on commit 91dddc4

Please sign in to comment.