Skip to content

Commit ad9b18a

Browse files
committed
TOC changes to fix confusion on the structures
1 parent 2dd4d78 commit ad9b18a

File tree

1 file changed

+36
-38
lines changed

1 file changed

+36
-38
lines changed

docs/toc.yml

Lines changed: 36 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,37 @@
210210
href: spfx/known-issues-and-common-questions.md
211211
- name: Features
212212
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
213244
- name: Site theming
214245
items:
215246
- name: Overview
@@ -224,6 +255,10 @@
224255
href: declarative-customization/site-theming/sharepoint-site-theming-csom.md
225256
- name: Column formatting
226257
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
227262
- name: Site design
228263
href: declarative-customization/site-design-overview.md
229264
items:
@@ -241,12 +276,6 @@
241276
href: declarative-customization/site-design-rest-api.md
242277
- name: PnP Provisioning Engine
243278
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
250279
- name: Webhooks
251280
href: apis/webhooks/overview-sharepoint-webhooks.md
252281
items:
@@ -266,12 +295,10 @@
266295
- name: Delete subscription
267296
href: apis/webhooks/lists/delete-subscription.md
268297
- name: Get subscription
269-
href: apis/webhooks/lists/get-subscription.md
298+
href: apis/webhooks/lists/get-subscription.md
270299
- name: SharePoint development overview
271300
href: general-development/sharepoint-development-overview.md
272301
items:
273-
- name: What's new for developers
274-
href: general-development/what-s-new-for-developers-in-sharepoint.md
275302
- name: Protocol handler error in SharePoint 2016
276303
href: general-development/protocol-handler-error-due-to-deprecated-interface-in-sharepoint-2016.md
277304
- name: Programming models
@@ -1068,35 +1095,6 @@
10681095
items:
10691096
- name: URL strings and tokens in add-ins
10701097
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
11001098
- name: Create UX components in SharePoint
11011099
href: sp-add-ins/create-ux-components-in-sharepoint.md
11021100
items:

0 commit comments

Comments
 (0)