Skip to content

Commit d9066a2

Browse files
Attestation\README listing links as a list (Azure#15914)
* displayed links as a list rather than a single line * displayed links as a list rather than a single line * appconfiguration\Readme: displayed links as a list rather than a single line * attestation\Readme: displayed links as a list rather than a single line #6449 * Apply suggestions from code review Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com>
1 parent 8afa5cf commit d9066a2

File tree

4 files changed

+26
-12
lines changed

4 files changed

+26
-12
lines changed

sdk/agrifood/agrifood-farming-rest/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ Use FarmBeats client library for JavaScript to do the following.
1010

1111
**Please rely heavily on the [service's documentation][product_documentation] and our [REST client docs][rest_client] to use this library**
1212

13-
[Source code][source_code] | [Package (NPM)][npm] | [API reference documentation][ref_docs]| [Product documentation][product_documentation]
13+
Key links:
14+
15+
- [Source code][source_code]
16+
- [Package (NPM)][npm]
17+
- [API reference documentation][ref_docs]
18+
- [Product documentation][product_documentation]
1419

1520
## Getting started
1621

sdk/anomalydetector/ai-anomaly-detector/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
[Azure AnomalyDetector](https://azure.microsoft.com/services/cognitive-services/anomaly-detector/) API enables you to monitor and detect abnormalities in your time series data with machine learning.
44

5-
[Source code](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/anomalydetector/ai-anomaly-detector/) |
6-
[Package (NPM)](https://www.npmjs.com/package/@azure/ai-anomaly-detector) |
7-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/ai-anomaly-detector) |
8-
[Product documentation](https://docs.microsoft.com/azure/cognitive-services/anomaly-detector/) |
9-
[Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/anomalydetector/ai-anomaly-detector/samples)
5+
Key links:
6+
7+
- [Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/anomalydetector/ai-anomaly-detector/)
8+
- [Package (NPM)](https://www.npmjs.com/package/@azure/ai-anomaly-detector)
9+
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/ai-anomaly-detector)
10+
- [Product documentation](https://docs.microsoft.com/azure/cognitive-services/anomaly-detector/)
11+
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/anomalydetector/ai-anomaly-detector/samples)
1012

1113
## Key concepts
1214

sdk/appconfiguration/app-configuration/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ Use the client library for App Configuration to:
88
- Tag keys with labels
99
- Replay settings from any point in time
1010

11-
[Source code](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/appconfiguration/app-configuration/) |
12-
[Package (NPM)](https://www.npmjs.com/package/@azure/app-configuration) |
13-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/app-configuration) |
14-
[Product documentation](https://docs.microsoft.com/azure/azure-app-configuration/) |
15-
[Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/app-configuration/samples)
11+
Key links:
12+
13+
- [Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/appconfiguration/app-configuration/)
14+
- [Package (NPM)](https://www.npmjs.com/package/@azure/app-configuration)
15+
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/app-configuration)
16+
- [Product documentation](https://docs.microsoft.com/azure/azure-app-configuration/)
17+
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/app-configuration/samples)
1618

1719
## Getting started
1820

sdk/attestation/attestation/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ For a more complete view of Azure libraries, see the [azure sdk typescript relea
1212

1313
> NOTE: This is a preview SDK for the Microsoft Azure Attestation service. It provides all the essential functionality to access the Azure Attestation service, it should be considered 'as-is" and is subject to changes in the future which may break compatibility with previous versions.
1414
15-
[Source code][source_code] | [Package (NPM)][Attestation_npm] | [API reference documentation][API_reference] | [Product documentation](https://docs.microsoft.com/azure/attestation/)
15+
Key links:
16+
17+
- [Source code][source_code]
18+
- [Package (NPM)][Attestation_npm]
19+
- [API reference documentation][API_reference]
20+
- [Product documentation](https://docs.microsoft.com/azure/attestation/)
1621

1722
## Getting started
1823

0 commit comments

Comments
 (0)