Merge pull request #775 from hyddeos/main
Add link to the documentation
This commit is contained in:
		| @@ -165,6 +165,8 @@ | ||||
| 			<Tooltip triggeredBy="#settings" placement="right" color="bg-settings text-black" | ||||
| 				>Settings</Tooltip | ||||
| 			> | ||||
| 			<Tooltip triggeredBy="#documentation" placement="right" color="bg-info">Documentation</Tooltip | ||||
| 			> | ||||
| 			<Tooltip triggeredBy="#logout" placement="right" color="bg-red-600">Logout</Tooltip> | ||||
| 			<nav class="nav-main hidden lg:block z-20"> | ||||
| 				<div class="flex h-screen w-full flex-col items-center transition-all duration-100"> | ||||
| @@ -294,6 +296,29 @@ | ||||
| 								<circle cx="12" cy="12" r="3" /> | ||||
| 							</svg> | ||||
| 						</a> | ||||
| 						<a | ||||
| 							id="documentation" | ||||
| 							sveltekit:prefetch | ||||
| 							href="https://docs.coollabs.io/coolify/" | ||||
| 							target="_blank" | ||||
| 							rel="noopener noreferrer" | ||||
| 							class="icons hover:text-info" | ||||
| 						> | ||||
| 							<svg | ||||
| 								xmlns="http://www.w3.org/2000/svg" | ||||
| 								fill="none" | ||||
| 								viewBox="0 0 24 24" | ||||
| 								stroke-width="1.5" | ||||
| 								stroke="currentColor" | ||||
| 								class="w-9 h-9" | ||||
| 							> | ||||
| 								<path | ||||
| 									stroke-linecap="round" | ||||
| 									stroke-linejoin="round" | ||||
| 									d="M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25" | ||||
| 								/> | ||||
| 							</svg> | ||||
| 						</a> | ||||
|  | ||||
| 						<!-- svelte-ignore a11y-click-events-have-key-events --> | ||||
| 						<div | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andras Bacsai
					Andras Bacsai