| 
									
										
										
										
											2018-10-17 13:49:28 +01:00
										 |  |  | {% extends 'content.template.html' -%} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content %} | 
					
						
							| 
									
										
										
										
											2018-09-14 10:05:57 +01:00
										 |  |  | <div class="content"> | 
					
						
							|  |  |  | {$ doc.description | marked $} | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-04-03 09:52:53 -04:00
										 |  |  | <h2>Command Overview</h2> | 
					
						
							| 
									
										
										
										
											2018-09-14 10:05:57 +01:00
										 |  |  | <table class="is-full-width list-table property-table"> | 
					
						
							|  |  |  |   <thead> | 
					
						
							|  |  |  |     <tr> | 
					
						
							| 
									
										
										
										
											2021-04-03 09:52:53 -04:00
										 |  |  |       <th>Command</th> | 
					
						
							|  |  |  |       <th>Alias</th> | 
					
						
							|  |  |  |       <th>Description</th> | 
					
						
							| 
									
										
										
										
											2018-09-14 10:05:57 +01:00
										 |  |  |     </tr> | 
					
						
							|  |  |  |   </thead> | 
					
						
							|  |  |  |   <tbody> | 
					
						
							|  |  |  | {% for command in doc.commands %} | 
					
						
							|  |  |  |   <tr> | 
					
						
							| 
									
										
										
										
											2018-10-23 11:10:59 +01:00
										 |  |  |     <td><a class="code-anchor" href="{$ command.path $}"><code class="no-auto-link">{$ command.name $}</code></a></td> | 
					
						
							|  |  |  |     <td>{% for alias in command.commandAliases %}<code class="no-auto-link">{$ alias $} </code>{% endfor %}</td> | 
					
						
							| 
									
										
										
										
											2018-09-14 10:05:57 +01:00
										 |  |  |     <td>{$ command.description | marked $}</td> | 
					
						
							|  |  |  |   </tr> | 
					
						
							|  |  |  | {% endfor %} | 
					
						
							|  |  |  | </tbody> | 
					
						
							| 
									
										
										
										
											2018-10-22 19:55:49 +08:00
										 |  |  | </table> | 
					
						
							| 
									
										
										
										
											2018-10-17 13:49:28 +01:00
										 |  |  | {% endblock %} |