Skip to content

Commit ec2c234

Browse files
committed
description-missing, disallowed-html-tag, docs-link-absolute, and image-alt-text-duplicated fixes.
1 parent 373f2a4 commit ec2c234

File tree

30 files changed

+41
-12
lines changed

30 files changed

+41
-12
lines changed

docs/general-development/get-started-with-business-connectivity-services-in-sharepoint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Get started with Business Connectivity Services in SharePoint
3+
description: Describes how to get started with Business Connectivity Services in SharePoint and provides lists of core concepts and basic tasks.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: c6bf3db0-db79-4b13-9834-891d24b2c9e5

docs/general-development/get-started-with-workflows-in-sharepoint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Get started with workflows in SharePoint
3+
description: Describes how to get started with workflows in SharePoint and provides steps for creating a workflow using Visual Studio.
34
ms.date: 09/25/2017
45
keywords: vs.sharepointtools.workflow4.workflowlist,VS.SharePointTools.Workflow4.WorkflowName
56
f1_keywords:

docs/general-development/getting-familiar-with-visual-designer-for-workflow-in-sharepoint-designer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Getting familiar with Visual Designer for workflow in SharePoint Designer 2013
3+
description: Describes the basic features of the Visual Designer in SharePoint Designer 2013 and provides guidance for using the Visual Designer in SharePoint.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: ff9b0314-eea1-47e4-87c7-53ed4de98c30

docs/general-development/getting-ranges-using-atom-feed-and-html-fragment.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Getting Ranges Using Atom Feed and HTML Fragment
3+
description: Describes the Atom feed method and the HTML fragment method to access ranges by using the REST API in Excel Services.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: 45d4ef08-02d6-48dd-b0ef-a748db1a0c6a
@@ -48,7 +49,7 @@ Therefore, for a workbook with the file name **sampleWorkbook.xlsx** that is sav
4849
http://<ServerName>/_vti_bin/ExcelRest.aspx/Docs/Documents/sampleWorkbook.xlsx/model
4950
```
5051

51-
Using the discovery mechanism described in [Discovery in Excel Services REST API](discovery-in-excel-services-rest-api.md), if you click on the **Ranges** Atom feed on the model page on the server, ( `http://` _<ServerName>_ `/_vti_bin/ExcelRest.aspx/Docs/Documents/sampleWorkbook.xlsx/model`), it displays a page that shows all the named ranges in the workbook. The sampleWorkbook.xlsx contains one named range, **SampleNamedRange**, as shown in the following screen shot:
52+
Using the discovery mechanism described in [Discovery in Excel Services REST API](discovery-in-excel-services-rest-api.md), if you click on the **Ranges** Atom feed on the model page on the server, ( `http://` _&lt;ServerName&gt;_ `/_vti_bin/ExcelRest.aspx/Docs/Documents/sampleWorkbook.xlsx/model`), it displays a page that shows all the named ranges in the workbook. The sampleWorkbook.xlsx contains one named range, **SampleNamedRange**, as shown in the following screen shot:
5253

5354

5455

@@ -184,19 +185,19 @@ The feed item contains XML that represents the data inside the range. Following
184185

185186

186187

187-
- **<range>** The range element. Represents the container of the returned range.
188+
- **&lt;range&gt;** The range element. Represents the container of the returned range.
188189

189190

190-
- **<row>** The row element. Represents each row in the range.
191+
- **&lt;row&gt;** The row element. Represents each row in the range.
191192

192193

193-
- **<c>** The cell element. Represents each cell in a row.
194+
- **&lt;c&gt;** The cell element. Represents each cell in a row.
194195

195196

196-
- **<fv>** The formatted value element. Represents the value as it is formatted by Excel. If the value is of type string in the workbook, the formatted value element is the only element under **<c>**.
197+
- **&lt;fv&gt;** The formatted value element. Represents the value as it is formatted by Excel. If the value is of type string in the workbook, the formatted value element is the only element under **&lt;c&gt;**.
197198

198199

199-
- **<v>** The value element. Represents a number value. If the value in the cell is a number instead of a string, the value element contains that information.
200+
- **&lt;v&gt;** The value element. Represents a number value. If the value in the cell is a number instead of a string, the value element contains that information.
200201

201202

202203
Using XML gives you an easier way to get data out of an Excel range so that you can use it in your application.

docs/general-development/getting-started-with-excel-services.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Getting Started with Excel Services
3+
description: Provides an overview of Excel Services and its architecture, and provides links to Excel Service articles and reference topics.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: 392e4734-5ca0-4647-8f6d-e671daa45a4d

docs/general-development/how-to-access-external-data-with-rest-in-sharepoint.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Access external data by using REST in SharePoint
3+
description: Describes how to access external data from SharePoint by using REST URLs for BCS and provides an example that sets up an external list.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: 0663cc8c-a736-434d-9858-6ce12ce7f748
@@ -54,7 +55,7 @@ The SharePoint REST service provides a way to access external data using a speci
5455
|:-----|:-----|
5556
| [Use OData query operations in SharePoint REST requests](https://msdn.microsoft.com/library/d4b5c277-ed50-420c-8a9b-860342284b72%28Office.15%29.aspx) <br/> |Learn how to use the SharePoint REST service, which provides a REST programming interface comparable to the existing client object model. <br/> |
5657
| [Get to know the SharePoint REST service](https://msdn.microsoft.com/library/2de035a0-ac75-43bd-9665-5c5a59c4c590%28Office.15%29.aspx) <br/> |Get the basics of using the SharePoint REST service to access and update SharePoint data, using the REST and OData web protocol standards. <br/> |
57-
| [Complete basic operations using SharePoint REST endpoints](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoint-rest-endpoints) <br/> |Learn how to navigate the SharePoint data structure as it is represented in the REST service, perform common CRUD (create, read, update, and delete) operations on SharePoint items via the REST service, synchronize SharePoint items across applications, and control item concurrency. <br/> |
58+
| [Complete basic operations using SharePoint REST endpoints](/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoint-rest-endpoints) <br/> |Learn how to navigate the SharePoint data structure as it is represented in the REST service, perform common CRUD (create, read, update, and delete) operations on SharePoint items via the REST service, synchronize SharePoint items across applications, and control item concurrency. <br/> |
5859

5960

6061
## Create an SharePoint Add-in to access external data using REST
@@ -211,7 +212,7 @@ Press F5 to deploy the app to SharePoint. Browse to the Default.aspx page in the
211212
- [Get to know the SharePoint REST service](https://msdn.microsoft.com/library/2de035a0-ac75-43bd-9665-5c5a59c4c590%28Office.15%29.aspx)
212213

213214

214-
- [Complete basic operations using SharePoint REST endpoints](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoint-rest-endpoints)
215+
- [Complete basic operations using SharePoint REST endpoints](/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoint-rest-endpoints)
215216

216217

217218
- [Add-in-scoped external content types in SharePoint](add-in-scoped-external-content-types-in-sharepoint.md)

docs/general-development/how-to-add-a-device-channel-panel-snippet-in-sharepoint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Add a Device Channel Panel snippet in SharePoint
3+
description: Describes how to add a Device Channel Panel that can be added to a master page or page layout to control how content is rendered in created channels.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: 612780a8-6267-49f6-a32d-33600bb5f6b4

docs/general-development/how-to-add-a-security-trim-snippet-in-sharepoint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Add a Security Trim snippet in SharePoint
3+
description: Describes how to add a Security Trim snippet in SharePoint to display content only to specific and authenticated users.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: 4beaab08-760b-408a-b768-906312779379

docs/general-development/how-to-add-a-web-part-zone-snippet-in-sharepoint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Add a web part zone snippet in SharePoint
3+
description: Describes how to add a web part zone snippet in SharePoint and provides a list of Web part zone properties used to restrict content authors.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: 7583b217-200c-4569-8f88-fe975c8ebd72

docs/general-development/how-to-add-an-edit-mode-panel-snippet-in-sharepoint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Add an Edit Mode Panel snippet in SharePoint
3+
description: Describes how to add an Edit Mode Panel snippet in SharePoint to display instructions or other content to content authors.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: 39fa1e32-9129-407d-914f-96f4c6e66dc8

0 commit comments

Comments
 (0)