We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9de6f commit bca630eCopy full SHA for bca630e
1 file changed
README.md
@@ -137,10 +137,10 @@ To run PSDocs for Azure locally use the `Invoke-PSDocument` cmdlet.
137
Import-Module PSDocs.Azure;
138
139
# Generate markdown
140
-Invoke-PSDocument -Module PSDocs.Azure -InputObject '<template_file_path>';
+Invoke-PSDocument -Module PSDocs.Azure -InputObject '<template_file_path>' -OutputPath out/docs/;
141
```
142
143
-This will generate a `README.md` with the generated markdown.
+This will generate a `README.md` in out/docs directory with the generated markdown (also creates out/docs/ directory if it does not exist).
144
145
### Scanning for templates
146
0 commit comments