Skip to content

Commit 6733516

Browse files
authored
Update CONTRIBUTING.md
Added webhooks doc structure.
1 parent 2d9c218 commit 6733516

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ The `docs` folder contains the key developer topics:
1616
```
1717
docs
1818
--spfx
19+
--apis
1920
```
2021
At this time, contributions are accepted for:
2122

2223
* SharePoint Framework Developer Preview
24+
* SharePoint Webhooks
25+
26+
### SPFx Folder
2327

2428
The `spfx` folder is further classified into `basics` and `get-started`:
2529

@@ -34,8 +38,25 @@ docs
3438

3539
`basics` folder contains client-side web part concept docs that are helpful in building client-side web parts.
3640

37-
Any images associated with the docs should be uploaded into the `spfx\images` folder.
38-
41+
Any images associated with the docs should be uploaded into the `sp-dev-docs\images` folder.
42+
43+
### SharePoint Webhooks
44+
45+
The `apis\webhooks` folder contains the documentation for SharePoint webhooks. It is further classified into webhook endpoints, for example: lists.
46+
47+
```
48+
docs
49+
--apis
50+
----webhooks
51+
-----lists
52+
```
53+
54+
`webhooks` folder contains basic documentation around getting started and any other docs that cover webhooks in general.
55+
56+
`webhooks\lists` folder contains API documentation around the list subscription service.
57+
58+
Any images associated with the docs should be uploaded into the `sp-dev-docs\images` folder.
59+
3960
## Forking SharePoint Developer Docs repository
4061

4162
The first step is registering yourself on GitHub. Go to https://github.com/ and click on the "Sign up for GitHub" button. Once you're registered ensure you're logged on with your new account and navigate to the Office 365 Developer Patterns and Practices repository at https://github.com/sharepoint/sp-dev-docs. The right top side of the page contains a button called "Fork":

0 commit comments

Comments
 (0)