initial commit
This commit is contained in:
		
						commit
						27b3274027
					
				
					 25 changed files with 1696 additions and 0 deletions
				
			
		
							
								
								
									
										8
									
								
								layouts/shortcodes/qmlmodulelisting.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								layouts/shortcodes/qmlmodulelisting.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,8 @@
 | 
			
		|||
<table>
 | 
			
		||||
	{{- range $name, $module := .Site.Data.modules -}}
 | 
			
		||||
		<tr>
 | 
			
		||||
			<td><a href="/docs/types/{{ lower $name }}">{{ $name }}</a></td>
 | 
			
		||||
			<td>{{ $module.index.shortDescription }}</td>
 | 
			
		||||
		</tr>
 | 
			
		||||
	{{- end -}}
 | 
			
		||||
</table>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue