|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width,initial-scale=1"> |
6 | 6 | <meta name="turbo-root" content="/PowerShellScripting"> |
7 | | - <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.11.0.814026458839"> |
| 7 | + <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.11.0.814027484588"> |
8 | 8 |
|
9 | 9 | <!-- See retype.com --> |
10 | 10 | <meta name="generator" content="Retype 3.11.0"> |
|
33 | 33 |
|
34 | 34 | <script data-cfasync="false">(function(){var cl=document.documentElement.classList,ls=localStorage.getItem("retype_scheme"),hd=cl.contains("dark"),hl=cl.contains("light"),wm=window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches;if(ls==="dark"||(!ls&&wm&&!hd&&!hl)){cl.remove("light");cl.add("dark")}else if(ls==="light"||(!ls&&!wm&&!hd&&!hl)){cl.remove("dark");cl.add("light")}})();</script> |
35 | 35 |
|
36 | | - <link href="resources/css/retype.css?v=3.11.0.814026458839" rel="stylesheet"> |
| 36 | + <link href="resources/css/retype.css?v=3.11.0.814027484588" rel="stylesheet"> |
37 | 37 |
|
38 | | - <script data-cfasync="false" src="resources/js/config.js?v=3.11.0.814026458839" data-turbo-eval="false" defer></script> |
| 38 | + <script data-cfasync="false" src="resources/js/config.js?v=3.11.0.814027484588" data-turbo-eval="false" defer></script> |
39 | 39 | <script data-cfasync="false" src="resources/js/retype.js?v=3.11.0" data-turbo-eval="false" defer></script> |
40 | | - <script id="lunr-js" data-cfasync="false" src="resources/js/lunr.js?v=3.11.0.814026458839" data-turbo-eval="false" defer></script> |
41 | | - <script id="prism-js" data-cfasync="false" src="resources/js/prism.js?v=3.11.0.814026458839" defer></script> |
| 40 | + <script id="lunr-js" data-cfasync="false" src="resources/js/lunr.js?v=3.11.0.814027484588" data-turbo-eval="false" defer></script> |
| 41 | + <script id="prism-js" data-cfasync="false" src="resources/js/prism.js?v=3.11.0.814027484588" defer></script> |
42 | 42 | </head> |
43 | 43 | <body> |
44 | 44 | <div id="retype-app" class="relative text-base antialiased text-base-text bg-base-bg font-body"> |
|
53 | 53 | <!-- Logo --> |
54 | 54 | <div class="flex items-center justify-between h-full py-2 md:w-75"> |
55 | 55 | <div class="flex items-center px-2 md:px-6"> |
56 | | - <a id="retype-branding-logo" href="" class="flex items-center leading-snug text-xl"> |
57 | | - <span class="dark:text-white font-bold line-clamp-1 md:line-clamp-2">PowerShell Scripting</span> |
58 | | - </a><span id="retype-branding-label" class="inline-flex mt-1 px-2 py-1 ml-4 text-xs font-medium leading-none items-center rounded-md bg-branding-label-bg text-branding-label-text ring-1 ring-branding-label-border ring-inset md:inline-block">Docs</span> |
| 56 | + <a id="retype-branding-logo" href="" class="flex items-center leading-snug text-2xl"> |
| 57 | + <span class="dark:text-white font-bold line-clamp-1 md:line-clamp-2">Project Name</span> |
| 58 | + </a> |
59 | 59 | </div> |
60 | 60 |
|
61 | 61 | <span class="hidden h-8 border-r md:inline-block border-base-border"></span> |
|
65 | 65 | <!-- Top Nav --> |
66 | 66 | <nav id="retype-header-nav" class="hidden md:flex"> |
67 | 67 | <ul class="flex flex-col mb-4 md:pl-16 md:mb-0 md:flex-row md:items-center"> |
68 | | - <li class="mr-6"> |
69 | | - <a class="py-2 md:mb-0 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-header-text font-header-text-weight hover:text-header-text-hover" href="https://github.com/twcau/PowerShellScripting">Code</a> |
70 | | - </li> |
71 | | - <li class="mr-6"> |
72 | | - <a class="py-2 md:mb-0 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-header-text font-header-text-weight hover:text-header-text-hover" href="https://github.com/twcau/PowerShellScripting?tab=GPL-3.0-1-ov-file#readme">License</a> |
73 | | - </li> |
74 | | - |
| 68 | + |
75 | 69 | </ul> |
76 | 70 | </nav> |
77 | 71 |
|
|
142 | 136 | <template #sidebar-footer> |
143 | 137 | <div class="shrink-0 mt-auto border-t md:bg-transparent md:border-none dark:border-base-border"> |
144 | 138 |
|
145 | | - <div class="py-3 px-6 md:hidden border-b dark:border-base-border"> |
146 | | - <nav> |
147 | | - <ul class="flex flex-wrap justify-center items-center"> |
148 | | - <li class="mr-6"> |
149 | | - <a class="block py-1 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-header-text font-header-text-weight hover:text-header-text-hover" href="https://github.com/twcau/PowerShellScripting">Code</a> |
150 | | - </li> |
151 | | - <li class="mr-6"> |
152 | | - <a class="block py-1 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-header-text font-header-text-weight hover:text-header-text-hover" href="https://github.com/twcau/PowerShellScripting?tab=GPL-3.0-1-ov-file#readme">License</a> |
153 | | - </li> |
154 | | - |
155 | | - </ul> |
156 | | - </nav> |
157 | | - </div> |
158 | | - |
159 | 139 | <a class="flex items-center justify-center flex-nowrap h-16 text-gray-350 dark:text-dark-400 hover:text-gray-600 dark:hover:text-dark-300 transition-colors duration-150 ease-in docs-powered-by" target="_blank" href="https://retype.com/" rel="noopener"> |
160 | 140 | <span class="text-xs whitespace-nowrap">Powered by</span> |
161 | 141 | <svg xmlns="http://www.w3.org/2000/svg" class="ml-2" fill="currentColor" width="96" height="20" overflow="visible"><path d="M0 0v20h13.59V0H0zm11.15 17.54H2.44V2.46h8.71v15.08zM15.8 20h2.44V4.67L15.8 2.22zM20.45 6.89V20h2.44V9.34z"/><g><path d="M40.16 8.44c0 1.49-.59 2.45-1.75 2.88l2.34 3.32h-2.53l-2.04-2.96h-1.43v2.96h-2.06V5.36h3.5c1.43 0 2.46.24 3.07.73s.9 1.27.9 2.35zm-2.48 1.1c.26-.23.38-.59.38-1.09 0-.5-.13-.84-.4-1.03s-.73-.28-1.39-.28h-1.54v2.75h1.5c.72 0 1.2-.12 1.45-.35zM51.56 5.36V7.2h-4.59v1.91h4.13v1.76h-4.13v1.92h4.74v1.83h-6.79V5.36h6.64zM60.09 7.15v7.48h-2.06V7.15h-2.61V5.36h7.28v1.79h-2.61zM70.81 14.64h-2.06v-3.66l-3.19-5.61h2.23l1.99 3.45 1.99-3.45H74l-3.19 5.61v3.66zM83.99 6.19c.65.55.97 1.4.97 2.55s-.33 1.98-1 2.51-1.68.8-3.04.8h-1.23v2.59h-2.06V5.36h3.26c1.42 0 2.45.28 3.1.83zm-1.51 3.65c.25-.28.37-.69.37-1.22s-.16-.92-.48-1.14c-.32-.23-.82-.34-1.5-.34H79.7v3.12h1.38c.68 0 1.15-.14 1.4-.42zM95.85 5.36V7.2h-4.59v1.91h4.13v1.76h-4.13v1.92H96v1.83h-6.79V5.36h6.64z"/></g></svg> |
|
740 | 720 | <ul class="flex flex-wrap items-center text-sm"> |
741 | 721 | </ul> |
742 | 722 | </div> |
743 | | - <div id="retype-copyright" class="print:justify-center py-2 text-footer-text font-footer-link-weight text-sm leading-relaxed"><p>© Copyright 2025, Michael Harris. All rights reserved.</p></div> |
| 723 | + <div id="retype-copyright" class="print:justify-center py-2 text-footer-text font-footer-link-weight text-sm leading-relaxed"></div> |
744 | 724 | </footer> |
745 | 725 | </div> |
746 | 726 | </div> |
|
0 commit comments