mirror of
				https://github.com/KevinMidboe/vue-chartjs.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	⬆️ Update docute docs
This commit is contained in:
		| @@ -1,12 +1,22 @@ | |||||||
| self.$config = { | docute.init({ | ||||||
|   title: 'vue-chartjs docs', |   title: 'vue-chartjs docs', | ||||||
|   plugins: [ |   plugins: [ | ||||||
|     evanyou() |     evanyou() | ||||||
|   ], |   ], | ||||||
|   landing: true, |   landing: true, | ||||||
|   // or custom path |  | ||||||
|   landing: '_landing.html', |   landing: '_landing.html', | ||||||
|   repo: 'apertureless/vue-chartjs', |   repo: 'apertureless/vue-chartjs', | ||||||
|   twitter: 'apertureless', |   twitter: 'apertureless', | ||||||
|   'edit-link': 'https://github.com/apertureless/vue-chartjs/blob/master/docs' |   tocVisibleDepth: 2, | ||||||
| } |   'edit-link': 'https://github.com/apertureless/vue-chartjs/blob/master/docs', | ||||||
|  |   nav: { | ||||||
|  |     default: [ | ||||||
|  |       { | ||||||
|  |         title: 'Home', path: '/home' | ||||||
|  |       }, | ||||||
|  |       { | ||||||
|  |         title: 'Changelog', path: '/changelog', source: 'https://raw.githubusercontent.com/apertureless/vue-chartjs/develop/CHANGELOG.md' | ||||||
|  |       }, | ||||||
|  |     ] | ||||||
|  |   } | ||||||
|  | }) | ||||||
|   | |||||||
| @@ -11,8 +11,8 @@ | |||||||
|   <!-- don't remove this part start --> |   <!-- don't remove this part start --> | ||||||
|   <div id="app"></div> |   <div id="app"></div> | ||||||
|   <script src="https://unpkg.com/docute-evanyou"></script> |   <script src="https://unpkg.com/docute-evanyou"></script> | ||||||
|   <script src="./config.js"></script> |  | ||||||
|   <script src="https://unpkg.com/docute@2/dist/docute.js"></script> |   <script src="https://unpkg.com/docute@2/dist/docute.js"></script> | ||||||
|  |   <script src="./config.js"></script> | ||||||
|   <!-- don't remove this part end --> |   <!-- don't remove this part end --> | ||||||
|  |  | ||||||
|   <!-- Google Analytics --> |   <!-- Google Analytics --> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user