32 lines
		
	
	
		
			No EOL
		
	
	
		
			868 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			No EOL
		
	
	
		
			868 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| ---
 | |
| layout: main
 | |
| title: Welcome to API documentation
 | |
| scripts: ["/site/assets/libs/jquery/jquery.min.js", "https://cdn.moot.it/latest/moot.min.js", "/site/assets/js/comments.min.js"]
 | |
| ---
 | |
| 
 | |
| <div style="min-height:600px">
 | |
|     <h1>API documentation</h1>
 | |
|     <div class="intro">    
 | |
|         See how different things are done with HeadJS
 | |
|     </div>
 | |
|     <h3>
 | |
|         Pick your version and get cookin' !
 | |
|     </h3>
 | |
|     <h2>
 | |
|         <ul>
 | |
|             <li>
 | |
|                 <a href="/site/api/v1.00.html">v{{site.head.minor}}</a>
 | |
|             </li>
 | |
|             <li>
 | |
|                 <a href="/site/api/v2.00.html">v2.0.0 (work in progress)</a>
 | |
|             </li>
 | |
|         </ul>
 | |
|     </h2>
 | |
| </div>
 | |
| 
 | |
| <div class="intro">    
 | |
|     <strong>Make it the only script in your HEAD.</strong>
 | |
|     « A concise solution to universal problems »
 | |
| </div>  
 | |
| 
 | |
| {% include sections/download.html %} | 
