Skip to content

Commit 824a251

Browse files
author
Doug Ross
committed
Adding folders for existing features - group 1
1 parent a6b2cde commit 824a251

File tree

10 files changed

+128
-66
lines changed

10 files changed

+128
-66
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"title": "Acrobat Sign List Web Forms",
3+
"tagLine": "Obtain a list of all the web forms in your Acrobat Sign account",
4+
"version": "2.0.0",
5+
"creator": "Chris Hughes",
6+
"keyFeature": [
7+
{
8+
"title": "List All Web Forms",
9+
"desc": "Keep track of all the web forms that exist throughout your Acrobat Sign account"
10+
},
11+
{
12+
"title": "Supports Sandbox Account",
13+
"desc": "Use the optional --sandbox switch to use with Sandbox account"
14+
},
15+
{
16+
"title": "Concise Output Format",
17+
"desc": "Output is intentionally concise to easily support directing to a CSV file for further analysis"
18+
}
19+
],
20+
"content": [
21+
{
22+
"type": "text",
23+
"content": "Java-based command-line tool to list all the web forms in an Acrobat Sign account (in CSV format)"
24+
},
25+
{
26+
"type": "image",
27+
"content": "example-usage.png"
28+
}
29+
],
30+
"installation": [
31+
{
32+
"type": "text",
33+
"content": "Set-Up Instructions\n\n• Download Java 1.8, if you don't already have it installed on your machine\n• Add IP addresses to your allow list, if needed\n\nAs the tool makes use of the Acrobat Sign REST API, it is necessary to provide an integration key for your account\n\nUsage\n\nExecute the following command, replacing\n• <version> with the appropriate value for the release, such as 2.0.0\n• <integrationKey> with your integration key\n• [--sandbox] optional flag if the integration key is for a Sandbox account\n\njava -jar dc-sign-list-webforms-<version>.jar <integrationKey> [--sandbox]"
34+
},
35+
{
36+
"type": "link",
37+
"content": "https://github.com/adobe/dc-sign-list-webforms"
38+
}
39+
]
40+
}
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"title": "Acrobat Sign List Workflows",
3+
"tagLine": "Obtain a list of all the custom workflows in your Acrobat Sign account",
4+
"version": "3.0.0",
5+
"creator": "Chris Hughes",
6+
"keyFeature": [
7+
{
8+
"title": "List All Workflows",
9+
"desc": "Keep track of all the custom workflows that exist throughout your Acrobat Sign account"
10+
},
11+
{
12+
"title": "Supports Sandbox Account",
13+
"desc": "Use the optional --sandbox switch to use with Sandbox account"
14+
},
15+
{
16+
"title": "Concise Output Format",
17+
"desc": "Output is intentionally concise to easily support directing to a CSV file for further analysis"
18+
}
19+
],
20+
"content": [
21+
{
22+
"type": "text",
23+
"content": "Java-based command-line tool to list all the custom workflows in an Acrobat Sign account (in CSV format)"
24+
},
25+
{
26+
"type": "image",
27+
"content": "example-usage.png"
28+
}
29+
],
30+
"installation": [
31+
{
32+
"type": "text",
33+
"content": "Set-Up Instructions\n\n• Download Java 1.8, if you don't already have it installed on your machine\n• Add IP addresses to your allow list, if needed\n\nAs the tool makes use of the Acrobat Sign REST API, it is necessary to provide an integration key for your account\n\nUsage\n\nExecute the following command, replacing\n• <version> with the appropriate value for the release, such as 3.0.0\n• <integrationKey> with your integration key\n• [--sandbox] optional flag if the integration key is for a Sandbox account\n\njava -jar dc-sign-list-workflows-<version>.jar <integrationKey> [--sandbox]"
34+
},
35+
{
36+
"type": "link",
37+
"content": "https://github.com/adobe/dc-sign-list-workflows"
38+
}
39+
]
40+
}
Loading

public/features/adobe-power-automate-samples/hub.md

-50
This file was deleted.

public/features/adobe-power-automate-samples/index.html

-15
This file was deleted.

public/features/adobe-power-automate-samples/index.json

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"title": "Sign to Sign Template Migration Tool",
3+
"tagLine": "Migrate Templates from One Adobe Acrobat Sign Account to Another With Ease",
4+
"version": "1.0",
5+
"creator": "Ross GroganKaylor and Todd Guerra",
6+
"keyFeature": [
7+
{
8+
"title": "Commercial to Gov",
9+
"desc": "Migrate templates from commercial Sign accounts to FedRAMP Moderate Sign for Gov"
10+
},
11+
{
12+
"title": "Commercial to Commercial",
13+
"desc": "Migrate templates cross-shard, from one account to another"
14+
},
15+
{
16+
"title": "Development to Production",
17+
"desc": "Migrate from your development environment to your production Adobe Acrobat Sign account"
18+
}
19+
],
20+
"content": [
21+
{
22+
"type": "text",
23+
"content": "The template migration tool is a standalone application, ran from your desktop. Simply log into the source environment and destination environment, choose which templates you want to migrate, then migrate!"
24+
},
25+
{
26+
"type": "image",
27+
"content": "image1.png"
28+
},
29+
{
30+
"type": "text",
31+
"content": "Monitor progress in the log as it runs. "
32+
},
33+
{
34+
"type": "image",
35+
"content": "image2.png"
36+
}
37+
],
38+
"installation": [
39+
{
40+
"type": "text",
41+
"content": "The migration tool is an Angular app that just needs downloaded and built."
42+
},
43+
{
44+
"type": "link",
45+
"content": "https://github.com/adobe/acrobat-sign-template-migration-tool"
46+
}
47+
]
48+
}
Loading
Loading

0 commit comments

Comments
 (0)