From 3b415dc68258c1665d25310f5dfeadab33960761 Mon Sep 17 00:00:00 2001 From: Sam Erde Date: Mon, 14 Oct 2024 10:33:48 -0400 Subject: [PATCH] Update MkDocs navigation --- mkdocs.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index fa69b33..15501a5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -80,20 +80,23 @@ nav: - Home: "index.md" - Customize: - Initialize-PSEnvironmentConfiguration: "Initialize-PSEnvironmentConfiguration.md" - - Edit-WinGetSettingsFile: "Edit-WinGetSettingsFile.md" + - Install-CommandNotFoundUtility: "Install-CommandNotFoundUtility" + - Set-ConsoleFont: "Set-ConsoleFont.md" - Install-OhMyPosh: "Install-OhMyPosh.md" - Install-PowerShellISE: "Install-PowerShellISE.md" - Install-WinGet: "Install-WinGet.md" - - Set-ConsoleFont" "Set-ConsoleFont.md" + - Edit-WinGetSettingsFile: "Edit-WinGetSettingsFile.md" + - Edit-PSReadLineHistoryFile: "Edit-PSReadLineHistoryFile.md" - Develop: + - New-ScriptFromTemplate: "New-ScriptFromTemplate.md" - Get-TypeAccelerator: "Get-TypeAccelerator.md" - Get-LoadedAssembly: "Get-LoadedAssembly.md" - Show-LoadedAssembly: "Show-LoadedAssembly.md" - - New-ScriptFromTemplate: "New-ScriptFromTemplate.md" - Daily Functions: + - New-Credential: "New-Credential.md" - Get-EnvironmentVariable: "Get-EnvironmentVariable.md" - Set-EnvironmentVariable: "Set-EnvironmentVariable.md" - - New-Credential: "New-Credential.md" - Test-IsElevated: "Test-IsElevated.md" - Update-AllTheThings: "Update-AllTheThings.md" + - Out-JsonFile: "Out-JsonFile" - Get-PowerShellPortable: "Get-PowerShellPortable.md"