Skip to content

Commit e0c9685

Browse files
committed
Add initial documentation for menu structure in user guides
1 parent 5993230 commit e0c9685

File tree

97 files changed

+18119
-750
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+18119
-750
lines changed

.github/workflows/retype-action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ on:
77

88
jobs:
99
publish:
10+
name: Publish to retype branch
11+
1012
runs-on: ubuntu-latest
13+
1114
permissions:
1215
contents: write
1316

@@ -18,8 +21,6 @@ jobs:
1821
env:
1922
RETYPE_KEY: ${{ secrets.RETYPE_KEY }}
2023

21-
- uses: retypeapp/action-build@latest
22-
2324
- uses: retypeapp/action-github-pages@latest
2425
with:
2526
update-branch: true

docs/404.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1">
66
<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.810766107927">
7+
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.11.0.814029200929">
88

99
<!-- See retype.com -->
1010
<meta name="generator" content="Retype 3.11.0">
@@ -29,11 +29,11 @@
2929
<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>
3030

3131
<link href="/PowerShellScripting/favicon.ico" rel="icon">
32-
<link href="/PowerShellScripting/resources/css/retype.css?v=3.11.0.810766107927" rel="stylesheet">
32+
<link href="/PowerShellScripting/resources/css/retype.css?v=3.11.0.814029200929" rel="stylesheet">
3333

34-
<script data-cfasync="false" src="/PowerShellScripting/resources/js/config.js?v=3.11.0.810766107927" data-turbo-eval="false" defer></script>
34+
<script data-cfasync="false" src="/PowerShellScripting/resources/js/config.js?v=3.11.0.814029200929" data-turbo-eval="false" defer></script>
3535
<script data-cfasync="false" src="/PowerShellScripting/resources/js/retype.js?v=3.11.0" data-turbo-eval="false" defer></script>
36-
<script id="lunr-js" data-cfasync="false" src="/PowerShellScripting/resources/js/lunr.js?v=3.11.0.810766107927" data-turbo-eval="false" defer></script>
36+
<script id="lunr-js" data-cfasync="false" src="/PowerShellScripting/resources/js/lunr.js?v=3.11.0.814029200929" data-turbo-eval="false" defer></script>
3737
</head>
3838
<body>
3939
<div id="retype-app" class="relative text-base antialiased text-base-text bg-base-bg font-body">
@@ -50,7 +50,7 @@
5050
<div class="flex items-center px-2 md:px-6">
5151
<a id="retype-branding-logo" href="/PowerShellScripting/" class="flex items-center leading-snug text-xl">
5252
<span class="dark:text-white font-bold line-clamp-1 md:line-clamp-2">PowerShellScripting</span>
53-
</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">Documentation</span>
53+
</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>
5454
</div>
5555

5656
<span class="hidden h-8 border-r md:inline-block border-base-border"></span>
@@ -61,7 +61,10 @@
6161
<nav id="retype-header-nav" class="hidden md:flex">
6262
<ul class="flex flex-col mb-4 md:pl-16 md:mb-0 md:flex-row md:items-center">
6363
<li class="mr-6">
64-
<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">GitHub</a>
64+
<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>
65+
</li>
66+
<li class="mr-6">
67+
<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/tree/main?tab=GPL-3.0-1-ov-file#readme">License</a>
6568
</li>
6669

6770
</ul>
@@ -138,7 +141,10 @@
138141
<nav>
139142
<ul class="flex flex-wrap justify-center items-center">
140143
<li class="mr-6">
141-
<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">GitHub</a>
144+
<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>
145+
</li>
146+
<li class="mr-6">
147+
<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/tree/main?tab=GPL-3.0-1-ov-file#readme">License</a>
142148
</li>
143149

144150
</ul>

docs/buy-me-a-kofi/index.html

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,36 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1">
66
<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.810766107927">
7+
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.11.0.814029200929">
88

99
<!-- See retype.com -->
1010
<meta name="generator" content="Retype 3.11.0">
1111

1212
<!-- Primary Meta Tags -->
13-
<title>Support the Project</title>
14-
<meta name="title" content="Support the Project">
15-
<meta name="description" content="If you find this project useful, consider buying me a coffee!">
13+
<title>Buy me a kofi</title>
14+
<meta name="title" content="Buy me a kofi">
1615

1716
<!-- Canonical -->
1817
<link rel="canonical" href="https://twcau.github.io/PowerShellScripting/buy-me-a-kofi/">
1918

2019
<!-- Open Graph / Facebook -->
2120
<meta property="og:type" content="website">
2221
<meta property="og:url" content="https://twcau.github.io/PowerShellScripting/buy-me-a-kofi/">
23-
<meta property="og:title" content="Support the Project">
24-
<meta property="og:description" content="If you find this project useful, consider buying me a coffee!">
22+
<meta property="og:title" content="Buy me a kofi">
2523

2624
<!-- Twitter -->
2725
<meta property="twitter:card" content="summary_large_image">
2826
<meta property="twitter:url" content="https://twcau.github.io/PowerShellScripting/buy-me-a-kofi/">
29-
<meta property="twitter:title" content="Support the Project">
30-
<meta property="twitter:description" content="If you find this project useful, consider buying me a coffee!">
27+
<meta property="twitter:title" content="Buy me a kofi">
3128

3229
<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>
3330

3431
<link href="../favicon.ico" rel="icon">
35-
<link href="../resources/css/retype.css?v=3.11.0.810766107927" rel="stylesheet">
32+
<link href="../resources/css/retype.css?v=3.11.0.814029200929" rel="stylesheet">
3633

37-
<script data-cfasync="false" src="../resources/js/config.js?v=3.11.0.810766107927" data-turbo-eval="false" defer></script>
34+
<script data-cfasync="false" src="../resources/js/config.js?v=3.11.0.814029200929" data-turbo-eval="false" defer></script>
3835
<script data-cfasync="false" src="../resources/js/retype.js?v=3.11.0" data-turbo-eval="false" defer></script>
39-
<script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.11.0.810766107927" data-turbo-eval="false" defer></script>
36+
<script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.11.0.814029200929" data-turbo-eval="false" defer></script>
4037
</head>
4138
<body>
4239
<div id="retype-app" class="relative text-base antialiased text-base-text bg-base-bg font-body">
@@ -53,7 +50,7 @@
5350
<div class="flex items-center px-2 md:px-6">
5451
<a id="retype-branding-logo" href="../" class="flex items-center leading-snug text-xl">
5552
<span class="dark:text-white font-bold line-clamp-1 md:line-clamp-2">PowerShellScripting</span>
56-
</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">Documentation</span>
53+
</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>
5754
</div>
5855

5956
<span class="hidden h-8 border-r md:inline-block border-base-border"></span>
@@ -64,7 +61,10 @@
6461
<nav id="retype-header-nav" class="hidden md:flex">
6562
<ul class="flex flex-col mb-4 md:pl-16 md:mb-0 md:flex-row md:items-center">
6663
<li class="mr-6">
67-
<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">GitHub</a>
64+
<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>
65+
</li>
66+
<li class="mr-6">
67+
<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/tree/main?tab=GPL-3.0-1-ov-file#readme">License</a>
6868
</li>
6969

7070
</ul>
@@ -141,7 +141,10 @@
141141
<nav>
142142
<ul class="flex flex-wrap justify-center items-center">
143143
<li class="mr-6">
144-
<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">GitHub</a>
144+
<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>
145+
</li>
146+
<li class="mr-6">
147+
<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/tree/main?tab=GPL-3.0-1-ov-file#readme">License</a>
145148
</li>
146149

147150
</ul>
@@ -176,22 +179,19 @@
176179
</li>
177180
<li class="pr-4">
178181
<a href="../buy-me-a-kofi/" class="pr-4">
179-
Support the Project
182+
Buy me a kofi
180183
</a>
181184
</li>
182185
</ol>
183186
</nav>
184187

185188
<!-- Page content -->
186-
<!-- omit from toc -->
187-
<doc-anchor-target id="support-the-project" class="break-words">
189+
<doc-anchor-target id="buy-me-a-kofi" class="break-words">
188190
<h1>
189-
<doc-anchor-trigger class="header-anchor-trigger" to="#support-the-project">#</doc-anchor-trigger>
190-
<span>Support the Project</span>
191+
<doc-anchor-trigger class="header-anchor-trigger" to="#buy-me-a-kofi">#</doc-anchor-trigger>
192+
<span>Buy me a kofi</span>
191193
</h1>
192194
</doc-anchor-target>
193-
<p>If you find this project useful, consider buying me a coffee!</p>
194-
<p><a href="https://ko-fi.com/" class="outbound" target="_blank"><span>Buy Me a Ko-fi</span><svg xmlns="http://www.w3.org/2000/svg" class="retype-outbound-trigger docs-icon ml-1" viewBox="0 0 24 24" role="presentation"><g fill="currentColor"><path d="M15.5 2.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0V4.06l-6.22 6.22a.75.75 0 1 1-1.06-1.06L19.94 3h-3.69a.75.75 0 0 1-.75-.75Z"/><path d="M2.5 4.25c0-.966.784-1.75 1.75-1.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.25.25 0 0 0-.25.25v15.5c0 .138.112.25.25.25h15.5a.25.25 0 0 0 .25-.25v-8.5a.75.75 0 0 1 1.5 0v8.5a1.75 1.75 0 0 1-1.75 1.75H4.25a1.75 1.75 0 0 1-1.75-1.75V4.25Z"/></g></svg></a></p>
195195

196196

197197
<!-- Required only on API pages -->
@@ -201,20 +201,20 @@ <h1>
201201

202202
<nav id="retype-nextprev" class="print:hidden flex mt-14">
203203
<div class="w-1/2">
204-
<a class="px-5 py-4 h-full flex items-center break-normal font-medium text-body-link border border-base-border hover:border-base-border-hover rounded-l-lg transition-colors duration-150 relative hover:z-5" href="../contributing/">
204+
<a class="px-5 py-4 h-full flex items-center break-normal font-medium text-body-link border border-base-border hover:border-base-border-hover rounded-l-lg transition-colors duration-150 relative hover:z-5" href="../user-guides/testing/">
205205
<svg xmlns="http://www.w3.org/2000/svg" class="mr-3" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" overflow="visible"><path d="M19 11H7.41l5.29-5.29a.996.996 0 10-1.41-1.41l-7 7a1 1 0 000 1.42l7 7a1.024 1.024 0 001.42-.01.996.996 0 000-1.41L7.41 13H19c.55 0 1-.45 1-1s-.45-1-1-1z" /><path fill="none" d="M0 0h24v24H0z" /></svg>
206206
<span>
207207
<span class="block text-xs font-normal text-base-text-muted">Previous</span>
208-
<span class="block mt-1">Contributing</span>
208+
<span class="block mt-1">Testing</span>
209209
</span>
210210
</a>
211211
</div>
212212

213213
<div class="w-1/2">
214-
<a class="px-5 py-4 -mx-px h-full flex items-center justify-end break-normal font-medium text-body-link border border-base-border hover:border-base-border-hover rounded-r-lg transition-colors duration-150 relative hover:z-5" href="../license/">
214+
<a class="px-5 py-4 -mx-px h-full flex items-center justify-end break-normal font-medium text-body-link border border-base-border hover:border-base-border-hover rounded-r-lg transition-colors duration-150 relative hover:z-5" href="../changelog/">
215215
<span>
216216
<span class="block text-xs font-normal text-right text-base-text-muted">Next</span>
217-
<span class="block mt-1">License</span>
217+
<span class="block mt-1">Changelog</span>
218218
</span>
219219
<svg xmlns="http://www.w3.org/2000/svg" class="ml-3" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" overflow="visible"><path d="M19.92 12.38a1 1 0 00-.22-1.09l-7-7a.996.996 0 10-1.41 1.41l5.3 5.3H5c-.55 0-1 .45-1 1s.45 1 1 1h11.59l-5.29 5.29a.996.996 0 000 1.41c.19.2.44.3.7.3s.51-.1.71-.29l7-7c.09-.09.16-.21.21-.33z" /><path fill="none" d="M0 0h24v24H0z" /></svg>
220220
</a>
@@ -227,9 +227,12 @@ <h1>
227227
<footer class="flex flex-wrap items-center justify-between print:justify-center">
228228
<div id="retype-footer-links" class="print:hidden">
229229
<ul class="flex flex-wrap items-center text-sm">
230+
<li>
231+
<a class="block mr-4 py-2 text-sm whitespace-nowrap transition-colors duration-200 ease-linear text-footer-link hover:text-footer-link-hover md:mb-0" href="https://github.com/twcau/PowerShellScripting/tree/main?tab=GPL-3.0-1-ov-file#readme">License</a>
232+
</li>
230233
</ul>
231234
</div>
232-
<div id="retype-copyright" class="print:justify-center py-2 text-footer-text font-footer-link-weight text-sm leading-relaxed"></div>
235+
<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>
233236
</footer>
234237
</div>
235238
</div>
@@ -258,6 +261,6 @@ <h1>
258261

259262
<div id="retype-overlay-target"></div>
260263

261-
<script data-cfasync="false">window.__DOCS__ = { "title": "Support the Project", level: 1, icon: "file", hasPrism: false, hasMermaid: false, hasMath: false, tocDepth: 23 }</script>
264+
<script data-cfasync="false">window.__DOCS__ = { "title": "Buy me a kofi", level: 1, icon: "file", hasPrism: false, hasMermaid: false, hasMath: false, tocDepth: 23 }</script>
262265
</body>
263266
</html>

0 commit comments

Comments
 (0)