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
{% ifproperty.description %}{{ property.description | raw }}{% endif %}
10
+
{% ifproperty.static %}* This property is **static**.{% endif %}
11
+
{% ifproperty.deprecated %}* **Warning:** this property is **deprecated**. This means that this property will likely be removed in a future version.{% endif %}
Copy file name to clipboardExpand all lines: DEPLOYMENT.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,16 @@ We follow [Semantic Versioning](https://semver.org/).
16
16
17
17
## Run phpDocumentor
18
18
19
-
We use [phpDocumentor](https://www.phpdoc.org/) to automatically generate the [PHP SDK documentation](./docs/classes/ConvertKit_API/ConvertKit_API.md).
19
+
We use [phpDocumentor](https://www.phpdoc.org/), with a custom markdown template, to automatically generate the [PHP SDK documentation](./docs/classes/ConvertKit_API/ConvertKit_API.md).
20
20
21
21
In a Terminal window, run the phpDocumentor command to generate documentation in markdown format:
0 commit comments