- Banner class code consolidation for API pages - Set up temporary table of contents class and file - API pages title styling - Add color styling to doc-type listed on each API details page - Classes and SCSS variables refactor - Mobile optimization on headers, info-banner, and API pages - API page table custom styling - API Class Overview template code overview into table format
		
			
				
	
	
		
			16 lines
		
	
	
		
			392 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			392 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% import "lib/githubLinks.html" as github -%}
 | |
| 
 | |
| <!-- INFO BAR -->
 | |
| <div class="info-banner api-info-bar">
 | |
|   <span class="info-bar-item">
 | |
|     npm package: <a href="#">{$ doc.package $}</a>
 | |
|   </span>
 | |
| 
 | |
|   <span class="info-bar-item">
 | |
|     NgModule: <a href="#">{$ doc.moduleDoc.name $}</a>
 | |
|   </span>
 | |
| 
 | |
|   <span class="info-bar-item">
 | |
|     {$ github.githubViewLink(doc, versionInfo) $}
 | |
|   </span>
 | |
| </div> |