Skip to content

Commit

Permalink
Deployed fc54aa0 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland committed Jun 23, 2023
1 parent 61b00f7 commit 110339f
Show file tree
Hide file tree
Showing 13 changed files with 2,157 additions and 111 deletions.
27 changes: 27 additions & 0 deletions powershell/powershell/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,13 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#profile" class="md-nav__link">
Profile
</a>

</li>

<li class="md-nav__item">
<a href="#resources" class="md-nav__link">
Resources
Expand Down Expand Up @@ -1820,6 +1827,13 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#profile" class="md-nav__link">
Profile
</a>

</li>

<li class="md-nav__item">
<a href="#resources" class="md-nav__link">
Resources
Expand Down Expand Up @@ -1937,6 +1951,18 @@


<h1 id="links">Links<a class="headerlink" href="#links" title="Permanent link">&para;</a></h1>
<h2 id="profile">Profile<a class="headerlink" href="#profile" title="Permanent link">&para;</a></h2>
<div class="highlight"><pre><span></span><code>code $PROFILE
</code></pre></div>
<div class="highlight"><pre><span></span><code>Import-Module -Name CLI.Microsoft365.PowerShell.Predictor
Import-Module posh-git
Import-Module -Name Terminal-Icons
oh-my-posh init pwsh --config &quot;$env:POSH_THEMES_PATH/jandedobbeleer.omp.json&quot; | Invoke-Expression
</code></pre></div>
<ul>
<li><a href="https://www.hanselman.com/blog/my-ultimate-powershell-prompt-with-oh-my-posh-and-the-windows-terminal">My Ultimate PowerShell prompt with Oh My Posh and the Windows Terminal</a></li>
<li><a href="https://gist.github.com/shanselman/25f5550ad186189e0e68916c6d7f44c3?WT.mc_id=-blog-scottha">Sanselman - PowerShell_profile</a></li>
</ul>
<h2 id="resources">Resources<a class="headerlink" href="#resources" title="Permanent link">&para;</a></h2>
<ul>
<li><a href="https://docs.microsoft.com/en-us/powershell/scripting/developer/windows-powershell?view=powershell-7.1">Windows PowerShell</a></li>
Expand All @@ -1946,6 +1972,7 @@ <h2 id="resources">Resources<a class="headerlink" href="#resources" title="Perma
<li><a href="https://github.com/BohrenAn/GitHub_PowerShellScripts">Andres Bohren - PowerShellScripts</a></li>
<li><a href="https://github.com/michevnew/PowerShell">Report on Microsoft 365</a></li>
<li><a href="https://github.com/12Knocksinna/Office365itpros">Office 365 for IT Pros PowerShell examples</a></li>
<li><a href="https://github.com/admindroid-community/powershell-scripts">admindroid-community</a></li>
</ul>
<h2 id="syntax">Syntax<a class="headerlink" href="#syntax" title="Permanent link">&para;</a></h2>
<ul>
Expand Down
11 changes: 11 additions & 0 deletions rezepte/kochtips/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1687,6 +1687,13 @@
Salzkartoffel
</a>

</li>

<li class="md-nav__item">
<a href="#salate" class="md-nav__link">
Salate
</a>

</li>

</ul>
Expand All @@ -1712,6 +1719,10 @@ <h2 id="salzkartoffel">Salzkartoffel<a class="headerlink" href="#salzkartoffel"
<ul>
<li><a href="https://www.daskochrezept.de/rezepte/grundrezept-salzkartoffeln_246314.html">Grundrezept: Salzkartoffeln</a></li>
</ul>
<h2 id="salate">Salate<a class="headerlink" href="#salate" title="Permanent link">&para;</a></h2>
<ul>
<li><a href="https://www.youtube.com/watch?v=xIZXU-go0kk">Schwarze Linesen mit Zitonen</a></li>
</ul>



Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 110339f

Please sign in to comment.