mirror of
				https://github.com/go-task/task.git
				synced 2025-10-30 23:58:01 +02:00 
			
		
		
		
	Documentation: GA
This commit is contained in:
		| @@ -9,6 +9,6 @@ trim_trailing_whitespace = true | ||||
| indent_style = tab | ||||
| indent_size = 8 | ||||
|  | ||||
| [*.{md,yml,yaml,json,toml}] | ||||
| [*.{md,yml,yaml,json,toml,htm,html}] | ||||
| indent_style = space | ||||
| indent_size = 2 | ||||
|   | ||||
| @@ -14,6 +14,7 @@ | ||||
|       window.$docsify = { | ||||
|         name: 'Task', | ||||
|         repo: 'go-task/task', | ||||
|         ga: 'UA-126286662-1', | ||||
|         themeColor: '#83d0f2', | ||||
|         loadSidebar: true, | ||||
|         auto2top: true, | ||||
| @@ -22,6 +23,7 @@ | ||||
|       } | ||||
|     </script> | ||||
|     <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> | ||||
|     <script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script> | ||||
|     <script src="//unpkg.com/docsify-themeable"></script> | ||||
|     <script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script> | ||||
|     <script src="//unpkg.com/prismjs/components/prism-yaml.min.js"></script> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user