|
25 | 25 | <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path> |
26 | 26 | </svg> |
27 | 27 | </button> |
| 28 | + <!-- GitHub Copilot Chat Button --> |
| 29 | + <a href="https://github.com/copilot?prompt=Using%20the%20dbatools%20PowerShell%20module%20%28https%3A%2F%2Fgithub.com%2Fdataplat%2Fdbatools%29%2C%20" |
| 30 | + target="_blank" |
| 31 | + rel="noopener noreferrer" |
| 32 | + title="Ask Copilot questions about dbatools" |
| 33 | + class="p-2 text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] hover:bg-gray-50 dark:hover:bg-[#2d2d2d] rounded-lg transition-colors" |
| 34 | + aria-label="Chat with GitHub Copilot about dbatools"> |
| 35 | + <svg class="w-5 h-5" viewBox="0 0 24 24" fill="currentColor"> |
| 36 | + <!-- GitHub Copilot icon --> |
| 37 | + <path d="M12 1.5C6.2 1.5 1.5 6.2 1.5 12S6.2 22.5 12 22.5 22.5 17.8 22.5 12 17.8 1.5 12 1.5zM9.5 8.5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm5 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-7.03 5.32c-.14-.39.06-.82.45-.96.39-.14.82.06.96.45.56 1.57 2.03 2.69 3.62 2.69s3.06-1.12 3.62-2.69c.14-.39.57-.59.96-.45.39.14.59.57.45.96-.78 2.17-2.77 3.68-5.03 3.68s-4.25-1.51-5.03-3.68z"/> |
| 38 | + </svg> |
| 39 | + </a> |
28 | 40 | <!-- Theme Toggle Button --> |
29 | 41 | <button id="theme-toggle" class="p-2 text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] hover:bg-gray-50 dark:hover:bg-[#2d2d2d] rounded-lg transition-colors" aria-label="Toggle dark mode"> |
30 | 42 | <!-- Sun icon (visible in dark mode) --> |
|
77 | 89 | <a href="/team" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors py-2">Team</a> |
78 | 90 | <a href="https://github.com/dataplat/dbatools" target="_blank" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors py-2">GitHub</a> |
79 | 91 | <a href="/builds" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors py-2">Builds</a> |
| 92 | + <a href="https://github.com/copilot?prompt=Using%20the%20dbatools%20PowerShell%20module%20%28https%3A%2F%2Fgithub.com%2Fdataplat%2Fdbatools%29%2C%20" |
| 93 | + target="_blank" |
| 94 | + rel="noopener noreferrer" |
| 95 | + class="flex items-center gap-2 text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors py-2"> |
| 96 | + <svg class="w-4 h-4" viewBox="0 0 24 24" fill="currentColor"> |
| 97 | + <path d="M12 1.5C6.2 1.5 1.5 6.2 1.5 12S6.2 22.5 12 22.5 22.5 17.8 22.5 12 17.8 1.5 12 1.5zM9.5 8.5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm5 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-7.03 5.32c-.14-.39.06-.82.45-.96.39-.14.82.06.96.45.56 1.57 2.03 2.69 3.62 2.69s3.06-1.12 3.62-2.69c.14-.39.57-.59.96-.45.39.14.59.57.45.96-.78 2.17-2.77 3.68-5.03 3.68s-4.25-1.51-5.03-3.68z"/> |
| 98 | + </svg> |
| 99 | + Ask Copilot |
| 100 | + </a> |
80 | 101 |
|
81 | 102 | <a href="/install" class="bg-theme-text dark:bg-[#58a6ff] text-white dark:text-[#1a1a1a] px-4 py-2 rounded-lg text-center font-medium mt-2">Install</a> |
82 | 103 | </div> |
|
0 commit comments