You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+23-2Lines changed: 23 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,14 @@ The `docs` folder contains the key developer topics:
16
16
```
17
17
docs
18
18
--spfx
19
+
--apis
19
20
```
20
21
At this time, contributions are accepted for:
21
22
22
23
* SharePoint Framework Developer Preview
24
+
* SharePoint Webhooks
25
+
26
+
### SPFx Folder
23
27
24
28
The `spfx` folder is further classified into `basics` and `get-started`:
25
29
@@ -34,8 +38,25 @@ docs
34
38
35
39
`basics` folder contains client-side web part concept docs that are helpful in building client-side web parts.
36
40
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
+
39
60
## Forking SharePoint Developer Docs repository
40
61
41
62
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