Skip to content

Commit d313f2c

Browse files
author
gsnow
committed
Merge branch 'feat-r1b' into 'main'
📝 docs: Update Documentation. See merge request powershell/commitfusion!4
2 parents 93b0f38 + f1ad3fc commit d313f2c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/_includes/menu.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
{% if site.custom.prod %}
44
<a href="{{ site.custom.prod }}"><button id="about" class="button-29" role="button">About</button></a>
55
<a href="{{ site.custom.prod }}/features"><button id="features" class="button-29" role="button">Features</button></a>
6-
<a href="{{ site.custom.prod }}/installation"><button id="installation" class="button-29" role="button">Installation</button></a>
6+
<a href="{{ site.custom.prod }}/install"><button id="installation" class="button-29" role="button">Installation</button></a>
77
<a href="{{ site.custom.prod }}/cmdlets"><button id="cmdlets" class="button-29" role="button">Cmdlets</button></a>
88
<a href="{{ site.custom.prod }}/examples"><button id="examples" class="button-29" role="button">Examples</button></a>
99
{% endif %}
1010

1111
{% if site.custom.dev %}
1212
<a href="/"><button id="about" class="button-29" role="button">About</button></a>
1313
<a href="/features"><button id="features" class="button-29" role="button">Features</button></a>
14-
<a href="/installation"><button id="installation" class="button-29" role="button">Installation</button></a>
14+
<a href="/install"><button id="installation" class="button-29" role="button">Installation</button></a>
1515
<a href="/cmdlets"><button id="cmdlets" class="button-29" role="button">Cmdlets</button></a>
1616
<a href="/examples"><button id="examples" class="button-29" role="button">Examples</button></a>
1717
{% endif %}

docs/cmdlets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,4 @@ Get-CiSetFusion -NoSemver -NoRender | Select-Object -First 10 | FT -Wrap
328328
## Get-CommitFusionModuleInstance
329329
**Get-CommitFusionModuleInstance** takes `0` Parameters and will return the module instance initiated at module import. See `$moduleroot/libs/cmdlets/Get-CommitFusionModuleInstance.psm1`, used by all the cmdlets to interact with the class instance.
330330

331-
<a href="commitfusion/cmdlets#toc"><i class="fa-solid fa-circle-up"></i></a>
331+
<a href="/cmdlets#toc"><i class="fa-solid fa-circle-up"></i></a>

docs/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@
6666
- Parses scraped version of [🧷unicode.org](https://unicode.org/emoji/charts/emoji-list.html) icon set, returns `PSObject`, Miscellaneous function.
6767

6868
<div align="right">
69-
<a href="commitfusion/installation"> Installing Commit Fusion </a>
69+
<a href="/install"> Installing Commit Fusion </a>
7070
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ Import-Module -Name commitfusion
5151

5252

5353
<div align="right">
54-
<a href="commitfusion/cmdlets"> Using Commitfusion's cmdlets </a>
54+
<a href="/cmdlets"> Using Commitfusion's cmdlets </a>
5555
</div>

0 commit comments

Comments
 (0)