Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to open offline/online documentation #43

Open
voytas75 opened this issue Dec 18, 2023 · 1 comment
Open

Option to open offline/online documentation #43

voytas75 opened this issue Dec 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@voytas75
Copy link
Owner

Doc offline to md file and online to github md file

@voytas75
Copy link
Owner Author

invoke website:

$Url = "https://www.example.com"
$ProcessStartInfo = New-Object System.Diagnostics.ProcessStartInfo
$ProcessStartInfo.FileName = $Url
$ProcessStartInfo.UseShellExecute = $true
[System.Diagnostics.Process]::Start($ProcessStartInfo)

@voytas75 voytas75 changed the title Option to doc Option to open offline/online documentation Dec 19, 2023
@voytas75 voytas75 added the enhancement New feature or request label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant