Skip to content

Commit 73e3edf

Browse files
committed
add RSS example
1 parent 7a46477 commit 73e3edf

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

memdocs/use-docs.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,26 @@ To share feedback on the fundamental docs.microsoft.com platform, see [Docs feed
124124

125125
To receive notifications when content changes in the documentation library, use the following steps:
126126

127-
1. Use the [docs search](/search/) to find an article or set of articles. For example:
127+
1. Use the [docs search](/search/) to find an article or set of articles.
128128

129-
- Search for a single article by title, ["What's new in Microsoft Intune"](/search/index?scope=Intune&search=%22What%27s+new+in+microsoft+intune%22)
129+
- Search for a single article by title, for example: [What's new in Microsoft Intune](/search/?scope=Intune&terms="What%27s%20new%20in%20microsoft%20intune"%2B"learn%20what%27s%20new").
130130
131131
> [!TIP]
132-
> To refine a single article search to a single article, use the full title that displays in the docs.microsoft.com search results. This title is what appears in the browser tab.
132+
> To refine the search to a single article, use the full title that displays in the docs.microsoft.com search results. You can also use a string from the first paragraph, as shown in this example.
133+
134+
This example results in the following RSS link:
135+
136+
```url
137+
https://docs.microsoft.com/api/search/rss?search=%22What%27s+new+in+microsoft+intune%22%2B%22learn+what%27s+new%22&locale=en-us&facet=&%24filter=scopes%2Fany%28t%3A+t+eq+%27Intune%27%29
138+
```
139+
140+
> [!NOTE]
141+
> The above RSS feed URL example includes the `&locale=en-us` variable. The `locale` variable is required, but you can change it to another supported locale. For example, `&locale=ja-jp`.
133142
134143
- Search for any Configuration Manager article about [BitLocker](/search/index?scope=ConfigMgr&search=BitLocker)
135144
136145
> [!NOTE]
137-
> Use other keywords or the Docs search filters to further refine the query.
146+
> Use other keywords or the Docs search filters to further refine your search query.
138147
139148
1. At the bottom of the list of results, select the **RSS** link.
140149

0 commit comments

Comments
 (0)