gitana / alpaca

Alpaca provides the easiest way to generate interactive HTML5 forms for web and mobile applications. It uses JSON Schema and simple Handlebars templates to generate great looking, dynamic user interfaces on top of Twitter Bootstrap, jQuery UI, jQuery Mobile and HTML5.
http://www.alpacajs.org
Other
1.29k stars 371 forks source link

Broken: http://code.cloudcms.com/alpaca/1.5.24/jsdoc/index.html #648

Open clemens-tolboom opened 6 years ago

clemens-tolboom commented 6 years ago

The link on http://www.alpacajs.org/documentation.html to

JavaScript Documentation We generate JSDoc for all of the Alpaca source code. Alpaca JSDoc

http://code.cloudcms.com/alpaca/1.5.24/jsdoc/index.html is broken.

WhileTrueEndWhile commented 6 years ago

https://code.cloudcms.com/alpaca/1.5.0/jsdoc/index.html

(It looks like bugfix versions don't get their own documentation.)

clemens-tolboom commented 6 years ago

So https://raw.githubusercontent.com/gitana/alpaca/master/site/documentation.md needs something different then {{ site.alpaca_version }} in

<div class="row">
    <div class="col-md-12">
        <ul>
            <li><a href="http://code.cloudcms.com/alpaca/{{ site.alpaca_version }}/jsdoc/index.html" target="_blank">Alpaca JSDoc</a></li>
        </ul>
    </div>
</div>
clemens-tolboom commented 6 years ago

@WhileTrueEndWhile thanks :-)