forked from AdobeDocs/ff-services-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreference-firefly.js
91 lines (90 loc) · 2.59 KB
/
reference-firefly.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
module.exports = [
{
title: 'Overview',
path: '/firefly-api/',
},
{
title: 'Quickstart',
path: '/firefly-api/guides/'
},
{
title: 'Concepts',
path: '/firefly-api/guides/concepts/',
pages: [
{
title: 'Get Credentials',
path: '/firefly-api/guides/concepts/create-credentials/'
},
{
title: 'Authentication',
path: '/firefly-api/guides/concepts/authentication/'
},
{
title: 'Image Model Styles',
path: '/firefly-api/guides/concepts/styles/'
},
{
title: 'Rate limits',
path: '/firefly-api/guides/concepts/rate-limits/'
},
{
title: ' Seed ID',
path: '/firefly-api/guides/concepts/seed-id'
}
]
},
{
title: 'How-Tos',
path: '/firefly-api/guides/how-tos/create-your-first-ff-application.md',
pages: [
{
title: 'Create Your First Firefly API Implementation',
path: '/firefly-api/guides/how-tos/create-your-first-ff-application.md'
},
{
title: 'Integrating Firefly Services with Microsoft Power Automate',
path: '/firefly-api/guides/how-tos/firefly-services-with-powerautomate'
}
]
},
{
title: 'API Reference',
path: '/firefly-api/guides/api/upload_image',
pages: [
{
title: "Upload Image",
path: "/firefly-api/guides/api/upload_image/"
},
{
title: "Text to Image",
path: "/firefly-api/guides/api/image_generation/"
},
{
title: "Generative Expand",
path: "/firefly-api/guides/api/generative_expand/"
},
{
title: "Generative Fill",
path: "/firefly-api/guides/api/generative_fill/"
}
]
},
{
title: 'Release Notes',
path: '/firefly-api/guides/release-notes/',
},
{
title: 'Help',
path: '/firefly-api/guides/help/best-practices/',
pages: [
{
title: 'Best Practices',
path: '/firefly-api/guides/help/best-practices/'
},
{
title: 'Troubleshooting',
path: '/firefly-api/guides/help/troubleshooting/'
}
]
}
]