Kyle Fuller
Kyle Fuller
> Seems like it might work well to use `classes` instead of codes for those generic purposes. That sounds good to me. I was going by the example in Swagger...
@toobulkeh Just wanted to point out we've kicked off a new website: - https://apiblueprint.org ([source](http://github.com/apiaryio/apiblueprint.org)) Does this solve some of your concerns? It doesn't yet have an example section, but...
Would seem to be a bug in the [Rouge API Blueprint Lexer](https://github.com/jneen/rouge/blob/master/lib/rouge/lexers/apiblueprint.rb). If there is a newline between the response and body you get different behaviour too: ![screen shot 2017-03-15...
@dave-tucker I don't see how this has anything to do with Dokku, this is a buildpack for Heroku. Hence the repository name. This is designed to work for Heroku.
@dave-tucker Hmm, I didn't know Dokku is heroku compatible thing. I'd be willing to accept a pull-request adding support for Dokku if you would like to make one. The cache...
@dave-tucker I think I'll add a environmental variable to enable the cache, something like `PELICAN_USE_BUILD_CACHE` or something which you can set to true to enable (disabled by default). When it's...
I think it may have been broken due to separation between cocoadocs.rb and server.rb. Haven't fully checked yet.
Yes that sounds like a good idea @floere, can see how shields.io gets this info.
@marklarr That's seriously how shields.io did it: https://github.com/badges/shields/blob/master/server.js#L641-690
I have a better idea: The 404 page could use JavaScript, to detect URL and then query the (future) CocoaDoc's server. If the build is in-progress, says that the docs...