You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This convention can be used to change the default naming for documents.
24
+
By default new documents are generated with the `README.md` file name.
25
+
26
+
When the template file is stored under a well-known path `<name>/<version>/template.json` or `<name>/template.json`.
27
+
i.e. `templates/storage/v1/template.json` or `templates/storage/template.json`
28
+
29
+
The `name` and `version` can be used to name the output file.
30
+
The resulting file name is updated to `<name>_<version>.md`.
31
+
i.e. `storage_v1.md`
32
+
33
+
For `version` to be detected, the version sub-directory must start with `v` and be followed by a number.
34
+
When the version sub-directory a not detected the resulting file name is updated to `<name>.md`.
35
+
i.e. `storage.md`
36
+
37
+
## NOTE
38
+
39
+
An online version of this document is available at https://github.com/Azure/PSDocs.Azure/blob/main/docs/concepts/en-US/about_PSDocs_Azure_Conventions.md.
0 commit comments