help: add cssCdn to API info
authorThomas Park <thomas@thomaspark.me>
Wed, 4 Sep 2013 13:33:45 +0000 (09:33 -0400)
committerThomas Park <thomas@thomaspark.me>
Wed, 4 Sep 2013 13:33:45 +0000 (09:33 -0400)
help/index.html

index 87c79e3..ef83ef1 100644 (file)
             <h1 id="api">API</h1>
             <p>You can use the API to integrate the themes with your platform. Send your request to:</p>
             <p><a href="http://api.bootswatch.com/3/">http://api.bootswatch.com/3/</a></p>
-            <p>This returns the <code>version</code> and a <code>themes</code> array with the following properties: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, <code>cssMin</code>, <code>less</code>, and <code>lessVariables</code>.</p>
+            <p>This returns the <code>version</code> and a <code>themes</code> array with the following properties: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, <code>cssMin</code>, <code>cssCdn</code>, <code>less</code>, and <code>lessVariables</code>.</p>
             <p>Here's a <a href="http://jsbin.com/oqubil/1/edit" target="_blank">demo</a> with mustache.js templating.</p>
 
         </div>