An open API service indexing awesome lists of open source software.

https://github.com/yarysh/aglio-theme-hiro

Hiro theme for the Aglio API Blueprint renderer
https://github.com/yarysh/aglio-theme-hiro

aglio aglio-theme api-blueprint hiro

Last synced: 5 months ago
JSON representation

Hiro theme for the Aglio API Blueprint renderer

Awesome Lists containing this project

README

          

# aglio-theme-hiro

![Build status](https://github.com/yarysh/aglio-theme-hiro/actions/workflows/build.yml/badge.svg)
![Snyk](https://snyk.io/test/github/yarysh/aglio-theme-hiro/badge.svg)

It's a clone of a nice minimalistic theme that was used in [Hiro generator](https://github.com/peterhellberg/hiro).

![Collapsed view](screenshot.png)

## Quick start

Install Aglio:

`npm install -g aglio`

Install Hiro theme:

`npm install -g aglio-theme-hiro`

Then generate your API documentation using Hiro theme:

`aglio -t hiro -i blueprint.apib -o documentation.html`