From 96c95e1cf23ae0f2fbca84f00041aebad15d33e8 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Sat, 18 Feb 2023 16:49:26 -0600 Subject: [PATCH 1/4] fixed changelog path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f654681..c2918c9 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ New-VaultProject -DestinationPath $outPutPath ## Contributing -If you'd like to contribute to Catesta, please see the [contribution guidelines](.github/CHANGELOG.md). +If you'd like to contribute to Catesta, please see the [contribution guidelines](docs/CHANGELOG.md). ## License From 9d5a6705b1b14d14a5d173f148c2f23937dc63d3 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Sat, 18 Feb 2023 16:53:28 -0600 Subject: [PATCH 2/4] updated links in help --- docs/New-ModuleProject.md | 14 +++----------- docs/New-VaultProject.md | 16 +++++----------- src/Catesta/Public/New-ModuleProject.ps1 | 12 ++---------- src/Catesta/Public/New-VaultProject.ps1 | 15 +++++---------- 4 files changed, 15 insertions(+), 42 deletions(-) diff --git a/docs/New-ModuleProject.md b/docs/New-ModuleProject.md index 815ca82..4a29ad8 100644 --- a/docs/New-ModuleProject.md +++ b/docs/New-ModuleProject.md @@ -1,7 +1,7 @@ --- external help file: Catesta-help.xml Module Name: Catesta -online version: https://github.com/techthoughts2/Catesta/blob/main/docs/New-ModuleProject.md +online version: https://www.catesta.dev schema: 2.0.0 --- @@ -377,17 +377,9 @@ Read the manifest schemas to understand how to properly craft a ModuleParameters ## RELATED LINKS -[https://github.com/techthoughts2/Catesta/blob/main/docs/New-ModuleProject.md](https://github.com/techthoughts2/Catesta/blob/main/docs/New-ModuleProject.md) +[https://www.catesta.dev](https://www.catesta.dev) -[https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Module-Manifest-Schema.md](https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Module-Manifest-Schema.md) +[https://www.catesta.dev/en/latest/New-ModuleProject/](https://www.catesta.dev/en/latest/New-ModuleProject/) [https://docs.microsoft.com/powershell/scripting/developer/module/writing-a-windows-powershell-module](https://docs.microsoft.com/powershell/scripting/developer/module/writing-a-windows-powershell-module) -[https://aws.amazon.com/codebuild/](https://aws.amazon.com/codebuild/) - -[https://help.github.com/actions](https://help.github.com/actions) - -[https://azure.microsoft.com/services/devops/](https://azure.microsoft.com/services/devops/) - -[https://www.appveyor.com/](https://www.appveyor.com/) - diff --git a/docs/New-VaultProject.md b/docs/New-VaultProject.md index 61fecfc..38c3ba4 100644 --- a/docs/New-VaultProject.md +++ b/docs/New-VaultProject.md @@ -1,7 +1,7 @@ --- external help file: Catesta-help.xml Module Name: Catesta -online version: https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Vault-Extension.md +online version: https://www.catesta.dev schema: 2.0.0 --- @@ -362,17 +362,11 @@ Author: Jake Morrison - @jakemorrison - https://www.techthoughts.info/ ## RELATED LINKS -[https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Vault-Extension.md](https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Vault-Extension.md) +[https://www.catesta.dev](https://www.catesta.dev) -[https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Vault-Manifest-Schema.md](https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Vault-Manifest-Schema.md) +[https://www.catesta.dev/en/latest/New-VaultProject/](https://www.catesta.dev/en/latest/New-VaultProject/) -[https://github.com/PowerShell/SecretManagement](https://github.com/PowerShell/SecretManagement) - -[https://aws.amazon.com/codebuild/](https://aws.amazon.com/codebuild/) - -[https://help.github.com/actions](https://help.github.com/actions) +[https://www.catesta.dev/en/latest/Catesta-Vault-Extension/](https://www.catesta.dev/en/latest/Catesta-Vault-Extension/) -[https://azure.microsoft.com/services/devops/](https://azure.microsoft.com/services/devops/) - -[https://www.appveyor.com/](https://www.appveyor.com/) +[https://github.com/PowerShell/SecretManagement](https://github.com/PowerShell/SecretManagement) diff --git a/src/Catesta/Public/New-ModuleProject.ps1 b/src/Catesta/Public/New-ModuleProject.ps1 index 986c495..d50e236 100644 --- a/src/Catesta/Public/New-ModuleProject.ps1 +++ b/src/Catesta/Public/New-ModuleProject.ps1 @@ -203,19 +203,11 @@ Due to the nature of the lower level Plaster engagement, this means it is possible to pass hashtable choices in ModuleParameters that are not supported. Read the manifest schemas to understand how to properly craft a ModuleParameters table. .LINK - https://github.com/techthoughts2/Catesta/blob/main/docs/New-ModuleProject.md + https://www.catesta.dev .LINK - https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Module-Manifest-Schema.md + https://www.catesta.dev/en/latest/New-ModuleProject/ .LINK https://docs.microsoft.com/powershell/scripting/developer/module/writing-a-windows-powershell-module -.LINK - https://aws.amazon.com/codebuild/ -.LINK - https://help.github.com/actions -.LINK - https://azure.microsoft.com/services/devops/ -.LINK - https://www.appveyor.com/ .COMPONENT Catesta #> diff --git a/src/Catesta/Public/New-VaultProject.ps1 b/src/Catesta/Public/New-VaultProject.ps1 index e3732cd..ec106b9 100644 --- a/src/Catesta/Public/New-VaultProject.ps1 +++ b/src/Catesta/Public/New-VaultProject.ps1 @@ -190,19 +190,14 @@ .NOTES Author: Jake Morrison - @jakemorrison - https://www.techthoughts.info/ .LINK - https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Vault-Extension.md + https://www.catesta.dev .LINK - https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Vault-Manifest-Schema.md + https://www.catesta.dev/en/latest/New-VaultProject/ .LINK - https://github.com/PowerShell/SecretManagement -.LINK - https://aws.amazon.com/codebuild/ -.LINK - https://help.github.com/actions + https://www.catesta.dev/en/latest/Catesta-Vault-Extension/ .LINK - https://azure.microsoft.com/services/devops/ -.LINK - https://www.appveyor.com/ + https://github.com/PowerShell/SecretManagement + .COMPONENT Catesta #> From be0106322e45ebbf69cc107f81afb7a5bcb18037 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Sat, 18 Feb 2023 17:08:40 -0600 Subject: [PATCH 3/4] updated CONTRIBUTING link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2918c9..10d0b58 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ New-VaultProject -DestinationPath $outPutPath ## Contributing -If you'd like to contribute to Catesta, please see the [contribution guidelines](docs/CHANGELOG.md). +If you'd like to contribute to Catesta, please see the [contribution guidelines](.github/CONTRIBUTING.md). ## License From fd8995426bbeb25dcf57135ce05ddf2c3319dcfa Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 7 Jan 2024 19:39:49 -0700 Subject: [PATCH 4/4] Update Catesta-FAQ.md --- docs/Catesta-FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Catesta-FAQ.md b/docs/Catesta-FAQ.md index c4f1d81..96deba0 100644 --- a/docs/Catesta-FAQ.md +++ b/docs/Catesta-FAQ.md @@ -11,11 +11,11 @@ Badge examples: ![AWS CodeBuild Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiL2FvTzZsNGFoL1VTTk1UOGE3WXlwSVFRT3BTWngzc1czdVZLTEpNYWJld2xSbS9Ea3R0b3ZETm96Zk5md2ZXMVUwNXZnSnlaRlpuWUJldzdGMENpemRjPSIsIml2UGFyYW1ldGVyU3BlYyI6Ikl3T3VwdU43UUxya0J1SVciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master) ``` -- **GitHub Actions**: [![GitHub Actions Build Status Windows pwsh Master](https://github.com/techthoughts2/Catesta/workflows/Catesta-Windows-pwsh/badge.svg?branch=master)](https://github.com/techthoughts2/Catesta/actions) +- **GitHub Actions**: [![GitHub Actions Build Status Windows pwsh Main](https://github.com/techthoughts2/Catesta/workflows/Catesta-Windows-pwsh/badge.svg?branch=main)](https://github.com/techthoughts2/Catesta/actions) - *Just replace the link with your repo* ```plain - [![GitHub Actions Build Status Windows pwsh Master](https://github.com/techthoughts2/Catesta/workflows/Catesta-Windows-pwsh/badge.svg?branch=master)](https://github.com/techthoughts2/Catesta/actions) + [![GitHub Actions Build Status Windows pwsh Main](https://github.com/techthoughts2/Catesta/workflows/Catesta-Windows-pwsh/badge.svg?branch=main)](https://github.com/techthoughts2/Catesta/actions) ``` - **Appveyor**: [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/kech4dkqsrb9xuet/branch/master?svg=true)](https://ci.appveyor.com/project/techthoughts2/appveyortest/branch/master)