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: src/pages/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ API References for use when building Adobe Express add-ons.
14
14
Here you will find a set of API References to use with your Adobe Express add-on development.
15
15
16
16
### Authoring APIs
17
-
The Authoring APIs allow you to perform authoring functions like creating shapes and accessing other high-level API features that are inherent to the Adobe Express editor. The [Editor](../pages/api/classes/Editor.md) class is the main entry point into the Authoring APIs.
17
+
The [Authoring APIs](./api/overview.md) allow you to perform authoring functions like creating shapes and accessing other high-level API features that are inherent to the Adobe Express editor. The [Editor](./api/classes/Editor.md) class is the main entry point into the Authoring APIs.
18
+
19
+
Refer to the [editor-api](https://github.com/AdobeDocs/express-add-on-samples/tree/main/script-runtime-samples/editor-apis) and [image-and-page](https://github.com/AdobeDocs/express-add-on-samples/tree/main/script-runtime-samples/image-and-page) code samples for more details on how to use the authoring APIs.
0 commit comments