|
210 | 210 | href: spfx/known-issues-and-common-questions.md
|
211 | 211 | - name: Features
|
212 | 212 | items:
|
| 213 | + - name: Introduction to SharePoint APIs |
| 214 | + items: |
| 215 | + - name: SharePoint .NET Server, CSOM, JSOM, and REST API index |
| 216 | + href: sp-add-ins/sharepoint-net-server-csom-jsom-and-rest-api-index.md |
| 217 | + - name: Complete basic operations using SharePoint client library code |
| 218 | + href: sp-add-ins/complete-basic-operations-using-sharepoint-client-library-code.md |
| 219 | + - name: Complete basic operations using JavaScript library code in SharePoint |
| 220 | + href: sp-add-ins/complete-basic-operations-using-javascript-library-code-in-sharepoint.md |
| 221 | + - name: Get to know the SharePoint REST service |
| 222 | + href: sp-add-ins/get-to-know-the-sharepoint-rest-service.md |
| 223 | + items: |
| 224 | + - name: Complete basic operations |
| 225 | + href: sp-add-ins/complete-basic-operations-using-sharepoint-rest-endpoints.md |
| 226 | + - name: Work with lists and list items |
| 227 | + href: sp-add-ins/working-with-lists-and-list-items-with-rest.md |
| 228 | + - name: Work with folders and files |
| 229 | + href: sp-add-ins/working-with-folders-and-files-with-rest.md |
| 230 | + - name: Determine endpoint URIs |
| 231 | + href: sp-add-ins/determine-sharepoint-rest-service-endpoint-uris.md |
| 232 | + - name: Use OData query operations |
| 233 | + href: sp-add-ins/use-odata-query-operations-in-sharepoint-rest-requests.md |
| 234 | + - name: Navigate data structure |
| 235 | + href: sp-add-ins/navigate-the-sharepoint-data-structure-represented-in-the-rest-service.md |
| 236 | + - name: Synchronize items |
| 237 | + href: sp-add-ins/synchronize-sharepoint-items-using-the-rest-service.md |
| 238 | + - name: Upload a file |
| 239 | + href: sp-add-ins/upload-a-file-by-using-the-rest-api-and-jquery.md |
| 240 | + - name: Set custom permissions |
| 241 | + href: sp-add-ins/set-custom-permissions-on-a-list-by-using-the-rest-interface.md |
| 242 | + - name: Make batch requests |
| 243 | + href: sp-add-ins/make-batch-requests-with-the-rest-apis.md |
213 | 244 | - name: Site theming
|
214 | 245 | items:
|
215 | 246 | - name: Overview
|
|
224 | 255 | href: declarative-customization/site-theming/sharepoint-site-theming-csom.md
|
225 | 256 | - name: Column formatting
|
226 | 257 | href: declarative-customization/column-formatting.md
|
| 258 | + - name: Communication Site |
| 259 | + href: apis/communication-site-creation-rest.md |
| 260 | + - name: Application Lifecycle Management (ALM) APIs |
| 261 | + href: apis/alm-api-for-spfx-add-ins.md |
227 | 262 | - name: Site design
|
228 | 263 | href: declarative-customization/site-design-overview.md
|
229 | 264 | items:
|
|
241 | 276 | href: declarative-customization/site-design-rest-api.md
|
242 | 277 | - name: PnP Provisioning Engine
|
243 | 278 | href: declarative-customization/site-design-pnp-provisioning.md
|
244 |
| -- name: SharePoint APIs |
245 |
| - items: |
246 |
| - - name: Create Communication site |
247 |
| - href: apis/communication-site-creation-rest.md |
248 |
| - - name: Application Lifecycle Management (ALM) APIs |
249 |
| - href: apis/alm-api-for-spfx-add-ins.md |
250 | 279 | - name: Webhooks
|
251 | 280 | href: apis/webhooks/overview-sharepoint-webhooks.md
|
252 | 281 | items:
|
|
266 | 295 | - name: Delete subscription
|
267 | 296 | href: apis/webhooks/lists/delete-subscription.md
|
268 | 297 | - name: Get subscription
|
269 |
| - href: apis/webhooks/lists/get-subscription.md |
| 298 | + href: apis/webhooks/lists/get-subscription.md |
270 | 299 | - name: SharePoint development overview
|
271 | 300 | href: general-development/sharepoint-development-overview.md
|
272 | 301 | items:
|
273 |
| - - name: What's new for developers |
274 |
| - href: general-development/what-s-new-for-developers-in-sharepoint.md |
275 | 302 | - name: Protocol handler error in SharePoint 2016
|
276 | 303 | href: general-development/protocol-handler-error-due-to-deprecated-interface-in-sharepoint-2016.md
|
277 | 304 | - name: Programming models
|
|
1068 | 1095 | items:
|
1069 | 1096 | - name: URL strings and tokens in add-ins
|
1070 | 1097 | href: sp-add-ins/url-strings-and-tokens-in-sharepoint-add-ins.md
|
1071 |
| - - name: SharePoint .NET Server, CSOM, JSOM, and REST API index |
1072 |
| - href: sp-add-ins/sharepoint-net-server-csom-jsom-and-rest-api-index.md |
1073 |
| - - name: Complete basic operations using SharePoint client library code |
1074 |
| - href: sp-add-ins/complete-basic-operations-using-sharepoint-client-library-code.md |
1075 |
| - - name: Complete basic operations using JavaScript library code in SharePoint |
1076 |
| - href: sp-add-ins/complete-basic-operations-using-javascript-library-code-in-sharepoint.md |
1077 |
| - - name: Get to know the SharePoint REST service |
1078 |
| - href: sp-add-ins/get-to-know-the-sharepoint-rest-service.md |
1079 |
| - items: |
1080 |
| - - name: Complete basic operations |
1081 |
| - href: sp-add-ins/complete-basic-operations-using-sharepoint-rest-endpoints.md |
1082 |
| - - name: Work with lists and list items |
1083 |
| - href: sp-add-ins/working-with-lists-and-list-items-with-rest.md |
1084 |
| - - name: Work with folders and files |
1085 |
| - href: sp-add-ins/working-with-folders-and-files-with-rest.md |
1086 |
| - - name: Determine endpoint URIs |
1087 |
| - href: sp-add-ins/determine-sharepoint-rest-service-endpoint-uris.md |
1088 |
| - - name: Use OData query operations |
1089 |
| - href: sp-add-ins/use-odata-query-operations-in-sharepoint-rest-requests.md |
1090 |
| - - name: Navigate data structure |
1091 |
| - href: sp-add-ins/navigate-the-sharepoint-data-structure-represented-in-the-rest-service.md |
1092 |
| - - name: Synchronize items |
1093 |
| - href: sp-add-ins/synchronize-sharepoint-items-using-the-rest-service.md |
1094 |
| - - name: Upload a file |
1095 |
| - href: sp-add-ins/upload-a-file-by-using-the-rest-api-and-jquery.md |
1096 |
| - - name: Set custom permissions |
1097 |
| - href: sp-add-ins/set-custom-permissions-on-a-list-by-using-the-rest-interface.md |
1098 |
| - - name: Make batch requests |
1099 |
| - href: sp-add-ins/make-batch-requests-with-the-rest-apis.md |
1100 | 1098 | - name: Create UX components in SharePoint
|
1101 | 1099 | href: sp-add-ins/create-ux-components-in-sharepoint.md
|
1102 | 1100 | items:
|
|
0 commit comments