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
-**\<locale>** - identifies the language of the article (example: en-us or de-de)
136
+
-**\<product-service>** - the name of the product or service being documented (example: powerShell, dotnet, or azure)
137
+
-**[\<feature-service>]** - (optional) the name of the product's feature or subservice (for example, csharp or load-balancer)
138
+
-**[\<subfolder>]** - (optional) the name of a subfolder within a feature
139
+
-\<topic> - the name of the article file for the topic (example: load-balancer-overview or overview)
140
+
-**[?view=\<view-name>]** - (optional) the view name used by the version selector for content that has multiple versions available (example: azurermps-5.1.1)
141
+
142
+
### Linking to content in the same repo
120
143
121
-
You should use relative links when linking to other content that is hosted on **docs.microsoft.com**.
122
144
When the content is in the same repo, the relative links are simple to calculate.
123
-
Note that the path to cmdlet reference is created by our publishing system.
124
-
There are special rules for linking to reference topics from conceptual topics.
145
+
The link target must be the path to the _Markdown file_ in the repo.
146
+
For example, the following markdown links to the about_Arrays topic in this repo.
0 commit comments