We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eafe5f9 + 71949c5 commit 2779666Copy full SHA for 2779666
tools/RELEASE.md
@@ -38,3 +38,14 @@
38
1. `git clone https://github.com/puppetlabs/puppet-vscode` or `git clean -xfd` on working copy
39
1. `npm install`
40
1. `npmx vsce publish`
41
+
42
+## Update the `puppet-vscode` docs website
43
44
+1. Checkout `https://github.com/lingua-pupuli/docs`
45
+1. Run the release update PowerShell script
46
47
+ ``` powershell
48
+ PS> docs/vscode/update-from-source.ps1 -ExtensionSourcePath C:\puppet-vscode
49
+ ```
50
51
+1. Create a commit for the changes and raise a Pull Request
0 commit comments