| 
									
										
										
										
											2018-09-22 18:44:24 -03:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  |   <head> | 
					
						
							|  |  |  |     <meta charset="UTF-8"> | 
					
						
							| 
									
										
										
										
											2018-09-23 15:06:43 -03:00
										 |  |  |     <title>Task</title> | 
					
						
							| 
									
										
										
										
											2018-09-22 18:44:24 -03:00
										 |  |  |     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | 
					
						
							| 
									
										
										
										
											2018-09-24 21:34:10 -03:00
										 |  |  |     <meta name="description" content="A task runner / simpler Make alternative written in Go"> | 
					
						
							| 
									
										
										
										
											2018-09-22 18:44:24 -03:00
										 |  |  |     <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | 
					
						
							| 
									
										
										
										
											2018-09-23 15:06:43 -03:00
										 |  |  |     <link rel="stylesheet" href="//unpkg.com/docsify-themeable/dist/css/theme-simple.css"> | 
					
						
							| 
									
										
										
										
											2018-09-22 18:44:24 -03:00
										 |  |  |   </head> | 
					
						
							|  |  |  |   <body> | 
					
						
							|  |  |  |     <div id="app"></div> | 
					
						
							|  |  |  |     <script> | 
					
						
							|  |  |  |       window.$docsify = { | 
					
						
							|  |  |  |         name: 'Task', | 
					
						
							|  |  |  |         repo: 'go-task/task', | 
					
						
							| 
									
										
										
										
											2018-09-23 15:31:00 -03:00
										 |  |  |         ga: 'UA-126286662-1', | 
					
						
							| 
									
										
										
										
											2018-09-22 18:44:24 -03:00
										 |  |  |         themeColor: '#83d0f2', | 
					
						
							| 
									
										
										
										
											2018-09-23 15:31:00 -03:00
										 |  |  |         loadSidebar: true, | 
					
						
							|  |  |  |         auto2top: true, | 
					
						
							|  |  |  |         maxLevel: 3, | 
					
						
							|  |  |  |         subMaxLevel: 3 | 
					
						
							| 
									
										
										
										
											2018-09-22 18:44:24 -03:00
										 |  |  |       } | 
					
						
							|  |  |  |     </script> | 
					
						
							|  |  |  |     <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> | 
					
						
							| 
									
										
										
										
											2018-09-23 15:31:00 -03:00
										 |  |  |     <script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script> | 
					
						
							| 
									
										
										
										
											2018-09-23 15:06:43 -03:00
										 |  |  |     <script src="//unpkg.com/docsify-themeable"></script> | 
					
						
							| 
									
										
										
										
											2018-09-22 18:44:24 -03:00
										 |  |  |     <script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script> | 
					
						
							|  |  |  |     <script src="//unpkg.com/prismjs/components/prism-yaml.min.js"></script> | 
					
						
							|  |  |  |   </body> | 
					
						
							|  |  |  | </html> |