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: DEPLOYMENT.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,22 @@ We follow [Semantic Versioning](https://semver.org/).
14
14
15
15
- In `src/ConvertKit_API.php`, change the `const VERSION` to the new version number.
16
16
17
+
## Run phpDocumentor
18
+
19
+
We use [phpDocumentor](https://www.phpdoc.org/) to automatically generate the [PHP SDK documentation](./docs/classes/ConvertKit_API/ConvertKit_API.md).
20
+
21
+
In a Terminal window, run the phpDocumentor command to generate documentation in markdown format:
0 commit comments