Skip to content

Commit 18a2480

Browse files
Deployed 8b7fa53 with MkDocs version: 1.6.1
1 parent a7eb653 commit 18a2480

4 files changed

Lines changed: 27 additions & 26 deletions

File tree

Dictionary/index.html

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@
13281328
<a href="#api" class="md-nav__link">
13291329
<span class="md-ellipsis">
13301330

1331-
API (Application Programming Interface)
1331+
API
13321332

13331333
</span>
13341334
</a>
@@ -1425,10 +1425,10 @@
14251425
<ul class="md-nav__list">
14261426

14271427
<li class="md-nav__item">
1428-
<a href="#ci-cd" class="md-nav__link">
1428+
<a href="#cicd" class="md-nav__link">
14291429
<span class="md-ellipsis">
14301430

1431-
CI/CD (Continuous Integration/Continuous Deployment)
1431+
CI/CD
14321432

14331433
</span>
14341434
</a>
@@ -1667,7 +1667,7 @@
16671667
<a href="#pull-request" class="md-nav__link">
16681668
<span class="md-ellipsis">
16691669

1670-
Pull Request (PR)
1670+
Pull Request
16711671

16721672
</span>
16731673
</a>
@@ -1695,7 +1695,7 @@
16951695
<a href="#repository" class="md-nav__link">
16961696
<span class="md-ellipsis">
16971697

1698-
Repository (Repo)
1698+
Repository
16991699

17001700
</span>
17011701
</a>
@@ -1734,7 +1734,7 @@
17341734
<a href="#semantic-versioning" class="md-nav__link">
17351735
<span class="md-ellipsis">
17361736

1737-
Semantic Versioning (SemVer)
1737+
Semantic Versioning
17381738

17391739
</span>
17401740
</a>
@@ -1879,7 +1879,7 @@
18791879
<a href="#yaml" class="md-nav__link">
18801880
<span class="md-ellipsis">
18811881

1882-
YAML (YAML Ain't Markup Language)
1882+
YAML
18831883

18841884
</span>
18851885
</a>
@@ -1930,10 +1930,11 @@ <h2 id="quick-reference">Quick Reference<a class="headerlink" href="#quick-refer
19301930
<p>Common terms you might encounter:
19311931
- <a href="#api"><abbr title="Application Programming Interface">API</abbr></a> - Application Programming Interface
19321932
- <a href="#azure">Azure</a> - Microsoft's cloud platform
1933-
- <a href="#ci-cd"><abbr title="Continuous Integration/Continuous Deployment">CI/CD</abbr></a> - Continuous Integration/Continuous Deployment
1933+
- <a href="#cicd"><abbr title="Continuous Integration/Continuous Deployment">CI/CD</abbr></a> - Continuous Integration/Continuous Deployment
19341934
- <a href="#cmdlet">Cmdlet</a> - PowerShell command
19351935
- <a href="#git"><abbr title="Version Control System">Git</abbr></a> - Version control system
19361936
- <a href="#github"><abbr title="Web-based platform for version control using Git">GitHub</abbr></a> - Code hosting platform
1937+
- <a href="#lts"><abbr title="Long-Term Servicing">LTS</abbr></a> - Long-Term Servicing
19371938
- <a href="#mkdocs">MkDocs</a> - Documentation generator
19381939
- <a href="#module">Module</a> - PowerShell package
19391940
- <a href="#pipeline">Pipeline</a> - Automated process chain
@@ -1944,8 +1945,8 @@ <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permanen
19441945
<p>This dictionary serves as a reference for developers, contributors, and users to understand the terminology and concepts used in PSModule projects. Each entry includes clear definitions, usage examples, and related links where applicable.</p>
19451946
<hr />
19461947
<h2 id="a">A<a class="headerlink" href="#a" title="Permanent link">#</a></h2>
1947-
<h3 id="api"><abbr title="Application Programming Interface">API</abbr> (Application Programming Interface)<a class="headerlink" href="#api" title="Permanent link">#</a></h3>
1948-
<p>A set of protocols, routines, and tools for building software applications. APIs specify how software components should interact and are used when programming graphical user interface (GUI) components.</p>
1948+
<h3 id="api"><abbr title="Application Programming Interface">API</abbr><a class="headerlink" href="#api" title="Permanent link">#</a></h3>
1949+
<p>Application Programming Interface (<abbr title="Application Programming Interface">API</abbr>) - A set of protocols, routines, and tools for building software applications. APIs specify how software components should interact and are used when programming graphical user interface (GUI) components.</p>
19491950
<p><strong>Example</strong>: The <a href="#github"><abbr title="Web-based platform for version control using Git">GitHub</abbr></a> <abbr title="Application Programming Interface">API</abbr> allows developers to interact with <abbr title="Web-based platform for version control using Git">GitHub</abbr> repositories, issues, and pull requests programmatically.</p>
19501951
<h3 id="azure">Azure<a class="headerlink" href="#azure" title="Permanent link">#</a></h3>
19511952
<p>Microsoft's cloud computing platform that provides a wide range of cloud services, including compute, analytics, storage, and networking.</p>
@@ -1963,8 +1964,8 @@ <h3 id="build-pipeline">Build Pipeline<a class="headerlink" href="#build-pipelin
19631964
<p>An automated process that compiles, tests, and packages source code into deployable artifacts.</p>
19641965
<hr />
19651966
<h2 id="c">C<a class="headerlink" href="#c" title="Permanent link">#</a></h2>
1966-
<h3 id="ci-cd"><abbr title="Continuous Integration/Continuous Deployment">CI/CD</abbr> (Continuous Integration/Continuous Deployment)<a class="headerlink" href="#ci-cd" title="Permanent link">#</a></h3>
1967-
<p>A software development practice where developers regularly merge their code changes into a central repository, after which automated builds and tests are run.</p>
1967+
<h3 id="cicd"><abbr title="Continuous Integration/Continuous Deployment">CI/CD</abbr><a class="headerlink" href="#cicd" title="Permanent link">#</a></h3>
1968+
<p>Continuous Integration/Continuous Deployment (<abbr title="Continuous Integration/Continuous Deployment">CI/CD</abbr>) - A software development practice where developers regularly merge their code changes into a central repository, after which automated builds and tests are run.</p>
19681969
<h3 id="cmdlet">Cmdlet<a class="headerlink" href="#cmdlet" title="Permanent link">#</a></h3>
19691970
<p>A lightweight <a href="#powershell">PowerShell</a> command that follows the verb-noun naming convention and is designed to perform a specific function.</p>
19701971
<p><strong>Example</strong>: <code>Get-Process</code>, <code>Set-Location</code>, <code>New-Item</code></p>
@@ -1983,12 +1984,12 @@ <h3 id="git"><abbr title="Version Control System">Git</abbr><a class="headerlink
19831984
<h3 id="github"><abbr title="Web-based platform for version control using Git">GitHub</abbr><a class="headerlink" href="#github" title="Permanent link">#</a></h3>
19841985
<p>A web-based platform for version control and collaboration that lets you and others work together on projects from anywhere.</p>
19851986
<h3 id="github-actions"><abbr title="Web-based platform for version control using Git">GitHub</abbr> Actions<a class="headerlink" href="#github-actions" title="Permanent link">#</a></h3>
1986-
<p><a href="#github"><abbr title="Web-based platform for version control using Git">GitHub</abbr>'s</a> built-in <a href="#ci-cd"><abbr title="Continuous Integration/Continuous Deployment">CI/CD</abbr></a> platform that allows you to automate your build, test, and deployment <a href="#pipeline">pipeline</a>.</p>
1987+
<p><a href="#github"><abbr title="Web-based platform for version control using Git">GitHub</abbr>'s</a> built-in <a href="#cicd"><abbr title="Continuous Integration/Continuous Deployment">CI/CD</abbr></a> platform that allows you to automate your build, test, and deployment <a href="#pipeline">pipeline</a>.</p>
19871988
<p><strong>Example</strong>: Automatically running tests when a <a href="#pull-request">pull request</a> is created.</p>
19881989
<hr />
19891990
<h2 id="l">L<a class="headerlink" href="#l" title="Permanent link">#</a></h2>
19901991
<h3 id="lts"><abbr title="Long-Term Servicing">LTS</abbr><a class="headerlink" href="#lts" title="Permanent link">#</a></h3>
1991-
<p>Long-Term Servicing.
1992+
<p>Long-Term Servicing (<abbr title="Long-Term Servicing">LTS</abbr>).
19921993
For more info visit: <a href="https://learn.microsoft.com/en-us/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.5">PowerShell Support Lifecycle</a></p>
19931994
<hr />
19941995
<h2 id="m">M<a class="headerlink" href="#m" title="Permanent link">#</a></h2>
@@ -2004,18 +2005,18 @@ <h3 id="pipeline">Pipeline<a class="headerlink" href="#pipeline" title="Permanen
20042005
<p>A series of automated processes that allow developers and <a href="#devops"><abbr title="Development and Operations">DevOps</abbr></a> professionals to reliably and efficiently compile, build, and deploy their code.</p>
20052006
<h3 id="powershell">PowerShell<a class="headerlink" href="#powershell" title="Permanent link">#</a></h3>
20062007
<p>A task automation and configuration management framework from Microsoft, consisting of a command-line shell and the associated scripting language.</p>
2007-
<h3 id="pull-request">Pull Request (PR)<a class="headerlink" href="#pull-request" title="Permanent link">#</a></h3>
2008-
<p>A method of submitting contributions to a software project where changes are proposed and reviewed before being merged into the main codebase.</p>
2008+
<h3 id="pull-request">Pull Request<a class="headerlink" href="#pull-request" title="Permanent link">#</a></h3>
2009+
<p>Pull Request (PR) - A method of submitting contributions to a software project where changes are proposed and reviewed before being merged into the main codebase.</p>
20092010
<hr />
20102011
<h2 id="r">R<a class="headerlink" href="#r" title="Permanent link">#</a></h2>
2011-
<h3 id="repository">Repository (Repo)<a class="headerlink" href="#repository" title="Permanent link">#</a></h3>
2012-
<p>A storage location for software packages, often used in version control systems to store project files and their revision history.</p>
2012+
<h3 id="repository">Repository<a class="headerlink" href="#repository" title="Permanent link">#</a></h3>
2013+
<p>Repository (Repo) - A storage location for software packages, often used in version control systems to store project files and their revision history.</p>
20132014
<h3 id="rest-api"><abbr title="Representational State Transfer">REST</abbr> <abbr title="Application Programming Interface">API</abbr><a class="headerlink" href="#rest-api" title="Permanent link">#</a></h3>
20142015
<p>An architectural style for designing web services that uses <abbr title="Hypertext Transfer Protocol">HTTP</abbr> requests to GET, PUT, POST, and DELETE data.</p>
20152016
<hr />
20162017
<h2 id="s">S<a class="headerlink" href="#s" title="Permanent link">#</a></h2>
2017-
<h3 id="semantic-versioning">Semantic Versioning (SemVer)<a class="headerlink" href="#semantic-versioning" title="Permanent link">#</a></h3>
2018-
<p>A versioning scheme that uses a three-part version number: MAJOR.MINOR.PATCH, where each part is incremented based on the type of changes made.</p>
2018+
<h3 id="semantic-versioning">Semantic Versioning<a class="headerlink" href="#semantic-versioning" title="Permanent link">#</a></h3>
2019+
<p>Semantic Versioning (SemVer) - A versioning scheme that uses a three-part version number: MAJOR.MINOR.PATCH, where each part is incremented based on the type of changes made.</p>
20192020
<p><strong>Example</strong>: Version 1.2.3 where 1 is major, 2 is minor, and 3 is patch.</p>
20202021
<h3 id="static-site-generator">Static Site Generator<a class="headerlink" href="#static-site-generator" title="Permanent link">#</a></h3>
20212022
<p>A tool that generates a full static <abbr title="Hyper Text Markup Language">HTML</abbr> website based on raw data and a set of templates.</p>
@@ -2038,8 +2039,8 @@ <h3 id="workflow">Workflow<a class="headerlink" href="#workflow" title="Permanen
20382039
<p><strong>Example</strong>: A <a href="#github-actions"><abbr title="Web-based platform for version control using Git">GitHub</abbr> Actions</a> workflow that runs tests every time code is pushed to a <a href="#repository">repository</a>.</p>
20392040
<hr />
20402041
<h2 id="y">Y<a class="headerlink" href="#y" title="Permanent link">#</a></h2>
2041-
<h3 id="yaml">YAML (YAML Ain't Markup Language)<a class="headerlink" href="#yaml" title="Permanent link">#</a></h3>
2042-
<p>A human-readable data serialization standard commonly used for configuration files and data exchange.</p>
2042+
<h3 id="yaml">YAML<a class="headerlink" href="#yaml" title="Permanent link">#</a></h3>
2043+
<p>YAML Ain't Markup Language (YAML) - A human-readable data serialization standard commonly used for configuration files and data exchange.</p>
20432044
<p><strong>Example</strong>: <a href="#github-actions"><abbr title="Web-based platform for version control using Git">GitHub</abbr> Actions</a> workflows are defined using <a href="#yaml">YAML</a> files.</p>
20442045
<hr />
20452046
<div class="admonition info">
@@ -2072,7 +2073,7 @@ <h3 id="yaml">YAML (YAML Ain't Markup Language)<a class="headerlink" href="#yaml
20722073
<span class="md-icon" title="Last update">
20732074
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
20742075
</span>
2075-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago" title="August 4, 2025 11:20:46 UTC"><span class="timeago" datetime="2025-08-04T11:20:46+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date" title="August 4, 2025 11:20:46 UTC">2025-08-04</span>
2076+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago" title="August 4, 2025 11:42:01 UTC"><span class="timeago" datetime="2025-08-04T11:42:01+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date" title="August 4, 2025 11:42:01 UTC">2025-08-04</span>
20762077
</span>
20772078

20782079

feed_rss_created.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel><title>PSModule Docs</title><link>https://psmodule.io/docs/</link><atom:link href="https://psmodule.io/docs/feed_rss_created.xml" rel="self" type="application/rss+xml" /><docs>https://github.com/PSModule/docs</docs><language>en</language> <pubDate>Mon, 04 Aug 2025 11:25:21 -0000</pubDate> <lastBuildDate>Mon, 04 Aug 2025 11:25:21 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.17.3</generator> <image> <url>None</url> <title>PSModule Docs</title><link>https://psmodule.io/docs/</link> </image> <item> <title>Test blog post</title> <author>Marius Storhaug</author> <description>&lt;h1&gt;Test blog post&lt;/h1&gt;&lt;p&gt;This is a test blog post.&lt;/p&gt;</description><link>https://psmodule.io/docs/Blog/2024/01/31/test-blog-post/</link> <pubDate>Wed, 31 Jan 2024 00:00:00 +0000</pubDate><source url="https://psmodule.io/docs/feed_rss_created.xml">PSModule Docs</source><guid isPermaLink="true">https://psmodule.io/docs/Blog/2024/01/31/test-blog-post/</guid> <enclosure url="https://psmodule.io/docs/assets/images/social/Blog/Posts/test.png" type="image/png" length="20898" /> </item> </channel></rss>
1+
<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel><title>PSModule Docs</title><link>https://psmodule.io/docs/</link><atom:link href="https://psmodule.io/docs/feed_rss_created.xml" rel="self" type="application/rss+xml" /><docs>https://github.com/PSModule/docs</docs><language>en</language> <pubDate>Mon, 04 Aug 2025 11:44:10 -0000</pubDate> <lastBuildDate>Mon, 04 Aug 2025 11:44:10 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.17.3</generator> <image> <url>None</url> <title>PSModule Docs</title><link>https://psmodule.io/docs/</link> </image> <item> <title>Test blog post</title> <author>Marius Storhaug</author> <description>&lt;h1&gt;Test blog post&lt;/h1&gt;&lt;p&gt;This is a test blog post.&lt;/p&gt;</description><link>https://psmodule.io/docs/Blog/2024/01/31/test-blog-post/</link> <pubDate>Wed, 31 Jan 2024 00:00:00 +0000</pubDate><source url="https://psmodule.io/docs/feed_rss_created.xml">PSModule Docs</source><guid isPermaLink="true">https://psmodule.io/docs/Blog/2024/01/31/test-blog-post/</guid> <enclosure url="https://psmodule.io/docs/assets/images/social/Blog/Posts/test.png" type="image/png" length="20898" /> </item> </channel></rss>

feed_rss_updated.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel><title>PSModule Docs</title><link>https://psmodule.io/docs/</link><atom:link href="https://psmodule.io/docs/feed_rss_updated.xml" rel="self" type="application/rss+xml" /><docs>https://github.com/PSModule/docs</docs><language>en</language> <pubDate>Mon, 04 Aug 2025 11:25:21 -0000</pubDate> <lastBuildDate>Mon, 04 Aug 2025 11:25:21 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.17.3</generator> <image> <url>None</url> <title>PSModule Docs</title><link>https://psmodule.io/docs/</link> </image> <item> <title>Test blog post</title> <author>Marius Storhaug</author> <description>&lt;h1&gt;Test blog post&lt;/h1&gt;&lt;p&gt;This is a test blog post.&lt;/p&gt;</description><link>https://psmodule.io/docs/Blog/2024/01/31/test-blog-post/</link> <pubDate>Wed, 31 Jan 2024 00:00:00 +0000</pubDate><source url="https://psmodule.io/docs/feed_rss_updated.xml">PSModule Docs</source><guid isPermaLink="true">https://psmodule.io/docs/Blog/2024/01/31/test-blog-post/</guid> <enclosure url="https://psmodule.io/docs/assets/images/social/Blog/Posts/test.png" type="image/png" length="20898" /> </item> </channel></rss>
1+
<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel><title>PSModule Docs</title><link>https://psmodule.io/docs/</link><atom:link href="https://psmodule.io/docs/feed_rss_updated.xml" rel="self" type="application/rss+xml" /><docs>https://github.com/PSModule/docs</docs><language>en</language> <pubDate>Mon, 04 Aug 2025 11:44:10 -0000</pubDate> <lastBuildDate>Mon, 04 Aug 2025 11:44:10 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.17.3</generator> <image> <url>None</url> <title>PSModule Docs</title><link>https://psmodule.io/docs/</link> </image> <item> <title>Test blog post</title> <author>Marius Storhaug</author> <description>&lt;h1&gt;Test blog post&lt;/h1&gt;&lt;p&gt;This is a test blog post.&lt;/p&gt;</description><link>https://psmodule.io/docs/Blog/2024/01/31/test-blog-post/</link> <pubDate>Wed, 31 Jan 2024 00:00:00 +0000</pubDate><source url="https://psmodule.io/docs/feed_rss_updated.xml">PSModule Docs</source><guid isPermaLink="true">https://psmodule.io/docs/Blog/2024/01/31/test-blog-post/</guid> <enclosure url="https://psmodule.io/docs/assets/images/social/Blog/Posts/test.png" type="image/png" length="20898" /> </item> </channel></rss>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)