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

``` index.apib # Group A --- child-A.apib # Child A [/path] ## Some API [POST] ## Another API [GET] --- child-B.apib # Child B [/path] ## Some Other API [POST]...

Aglio looks fantastic but I have problems rendering complex cases as such: I have this file: https://raw.githubusercontent.com/samwiseapi/apiary-samwise/master/apiary.apib where I got a) "attributes" sections such as ``` + Response 200 (application/json)...

feature request
needs work

A company project needed support for "try it out" functionality, where you can enter values into form fields, press a button to send the request to the server and display...

I am suddenly experiencing a problem with the `aglio-olio-theme`. I'm receiving a `ENOENT` issue (missing file/directory) on `aglio 2.2.0`: ``` Error: Could not get CSS: Error writing cached CSS to...

I tried passing the `--no-theme-condense-nav` option, and if I dump `options` in `aglio-theme/lib/main.js` I can see the option has the proper value: ``` $ aglio -i resources/docs/api.apib -o resources/views/api.html -t...

Hi, It would be great for compile to work as render does. I mean, what I need is : - accept string as input - accept includePath What do you...

Hi, we have an API with collection endpoints accepting huge number of filter URI parameters (more than 50). We would like to document everything, but the problem is that aglio...

$ sudo npm install -g aglio npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm WARN deprecated [email protected]: Jade has been renamed to pug, please...

This solves the problem of using aglio with `npm2nix` where the `node_modules` directory is readonly.

> Hi. @danielgtaylor . I want to ask you about my issue. > I run comment (aglio -i index.apib --server) and I get this error. > `root@DESKTOP-9GH78EL:/mnt/d/xampp/htdocs/project-office/hrmlabsv2/documentation# aglio -i index.apib...