Skip to content

Commit d6d3248

Browse files
authored
Update help-generation.md
1 parent 447a0f6 commit d6d3248

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/development-docs/help-generation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Get-ChildItem -Path $PathToHelpFolder | Update-MarkdownHelp -AlphabeticParamsOrd
7272

7373
This will update all of the markdown files with public interface changes made to corresponding cmdlets, add markdown files for any new cmdlets, remove markdown files for any deleted cmdlets, and update the module page (_e.g.,_ `AzureRM.Profile.md`) with any added or removed cmdlets.
7474

75+
_This seems to work better when run from withing the help folder itself. Also, you will have to import the profile module form under <Repo base path>/src/Package/Default/ResourceManager\AzureResourceManager\AzureRM.Profile\AzureRM.Profile.psd1_
76+
7577
#### Updating a single markdown file
7678

7779
To update a single markdown file with the changes made to the corresponding cmdlet, use the [`Update-MarkdownHelp`](https://github.com/PowerShell/platyPS/blob/master/docs/Update-MarkdownHelp.md) cmdlet:

0 commit comments

Comments
 (0)