You can generate docs for comsumption by the angular.io website by running: ```bash gulp docs/angular.io ``` The generated docs can be found in `dist/angular.io`
		
			
				
	
	
		
			8 lines
		
	
	
		
			204 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			204 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {
 | |
| {%- for item in doc.data %}
 | |
|   "{$ item.name $}" : {
 | |
|     "title" : "{$ item.title $}"{% if item.intro %},
 | |
|     "intro" : "{$ item.intro $}"{% endif %}
 | |
|   }{% if not loop.last %},{% endif %}
 | |
| {% endfor -%}
 | |
| } |