Public/Show-Docs.ps1

Function Show-Docs {
    <#
    .Description
    Will launch the markdown help for this functions
    #>

    Start-Process https://github.com/TheTaylorLee/FortiWizard/tree/main/docs
}