Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airsequel/servant-docs-blaze
Create an HTML documentation page for your Servant API via Servant Docs and Blaze HTML
https://github.com/airsequel/servant-docs-blaze
blaze-html haskell servant servant-docs
Last synced: about 2 months ago
JSON representation
Create an HTML documentation page for your Servant API via Servant Docs and Blaze HTML
- Host: GitHub
- URL: https://github.com/airsequel/servant-docs-blaze
- Owner: Airsequel
- Created: 2023-11-27T12:45:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T16:36:46.000Z (about 1 year ago)
- Last Synced: 2024-05-21T03:16:50.081Z (8 months ago)
- Topics: blaze-html, haskell, servant, servant-docs
- Language: Haskell
- Homepage:
- Size: 454 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# Servant Docs Blaze
Create an HTML documentation page for your Servant API
via [Servant Docs](https://hackage.haskell.org/package/servant-docs)
and [Blaze HTML](https://hackage.haskell.org/package/blaze-html).This repo is necessary, because Servant.Docs only includes a
[markdown renderer] per default.![Screenshot](./screenshot.png)
[markdown renderer]:
https://hackage.haskell.org/package/servant-docs-0.13/docs/Servant-Docs.html#v:markdown> [!WARNING]
> This hasn't been written in a way that it can be used as a library, yet.
> Any help to make this possible and release it on Hackage is appreciated!
> Until then, you can copy the code into your project
> and manually adapt it to your needs.