aglio icon indicating copy to clipboard operation
aglio copied to clipboard

An API Blueprint renderer with theme support that outputs static HTML

Results 102 aglio issues
Sort by recently updated
recently updated
newest added

I don't know if this is a request, a question, or a bug. 😄 I'm trying to do two things: 1) Instead of using the built-in highlight on Req/Resp bodies,...

question

Aglio will not install and outputs the following errors, any help would be much appreciated. I was able to build protagonist from source fine, cloning the repo and running `npm...

Hi ! I have troubles installing agile with my configuration. I don't really know what to do. Can you help ? ``` ➜ ~ sudo npm install -g aglio Password:...

question

Hi, I am using aglio for generating documentation, but I have an issue with urls. Aglio generates url with dashes, but I want there slashes. In which file can that...

question

Installed aglio new theme ``` yarn add global aglio-theme-olio-attributes yarn add global aglio-theme-onlicar ``` But cant load theme ``` aglio -i test.md -o test.html -t onlicar >> { Error: Could...

question

This fixes #239 See the documentation of [chokidar](https://github.com/paulmillr/chokidar) on `awaitWriteFinish` for more details.

I noticed some discussion in the API Blueprint Slack chat room about supporting Hercule syntax in Aglio, and can see how it's unfortunate for new comers to Apiary and API...

feature request

Motivation: Sometimes it would be useful to be able to modify the blueprint before it's rendered (without touching the markdown). The proposed changes would allow users to parse the markdown,...

feature request

Trying to read large blueprints from stdin fails, giving a syntax error which suggests the content was truncated. Reading the same file in via `-i ` method works fine, so...