Skip to content

Commit 6dfa9df

Browse files
committed
Updates to content, paths
1 parent bd9f625 commit 6dfa9df

File tree

3 files changed

+5
-43
lines changed

3 files changed

+5
-43
lines changed

gatsby-config.js

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,12 @@
1212

1313
module.exports = {
1414
pathPrefix: process.env.PATH_PREFIX || '/express-add-on-apis/docs/',
15-
siteMetadata: {
16-
// versions: [
17-
// {
18-
// title: 'v2.0',
19-
// selected: true
20-
// },
21-
// {
22-
// title: 'v1.4',
23-
// path: 'https://github.com/AdobeDocs/dev-site'
24-
// }
25-
// ],
15+
siteMetadata: {
2616
pages: [
2717
{
2818
title: 'Overview',
2919
path: '/',
30-
},
31-
// {
32-
// title: 'Guides',
33-
// path: '/guides/'
34-
// },
20+
},
3521
{
3622
title: 'References',
3723
menu: [

src/pages/guides/index.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/pages/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ API References for use when building Adobe Express add-ons.
1414
Here you will find a set of API References to use with your Adobe Express add-on development.
1515

1616
### 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.
1820

1921

2022
<br/><br/><br/><br/>

0 commit comments

Comments
 (0)