Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature pages #3

Merged
merged 2 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions public/data/pages/searchToolsCollection.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
[
{
"id": "fearn-ai-crazytown",
"title": "AI Crazytown",
"tagline": "Takes a prompt and randomly generates an asset in either image, 3D object, video, or ascii format.",
"creator": "Name (email)",
"contributors": "Name (email), name (email)",
"desc": "Takes a prompt and randomly generates an asset in either image, 3D object, video, or ascii format.",
"productType": ["Sign", "Acrobat"],
"path": "public/features/fearn-ai-crazytown/index.json"
},
{
"id": "adobe-dc-sign-list-templates",
"title": "Adobe Sign List Templates",
Expand Down
40 changes: 40 additions & 0 deletions public/features/adobe-dc-sign-list-webforms/contentTemplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"title": "Acrobat Sign List Web Forms",
"tagLine": "Obtain a list of all the web forms in your Acrobat Sign account",
"version": "2.0.0",
"creator": "Chris Hughes",
"keyFeature": [
{
"title": "List All Web Forms",
"desc": "Keep track of all the web forms that exist throughout your Acrobat Sign account"
},
{
"title": "Supports Sandbox Account",
"desc": "Use the optional --sandbox switch to use with Sandbox account"
},
{
"title": "Concise Output Format",
"desc": "Output is intentionally concise to easily support directing to a CSV file for further analysis"
}
],
"content": [
{
"type": "text",
"content": "Java-based command-line tool to list all the web forms in an Acrobat Sign account (in CSV format)"
},
{
"type": "image",
"content": "example-usage.png"
}
],
"installation": [
{
"type": "text",
"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]"
},
{
"type": "link",
"content": "https://github.com/adobe/dc-sign-list-webforms"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions public/features/adobe-dc-sign-list-workflows/contentTemplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"title": "Acrobat Sign List Workflows",
"tagLine": "Obtain a list of all the custom workflows in your Acrobat Sign account",
"version": "3.0.0",
"creator": "Chris Hughes",
"keyFeature": [
{
"title": "List All Workflows",
"desc": "Keep track of all the custom workflows that exist throughout your Acrobat Sign account"
},
{
"title": "Supports Sandbox Account",
"desc": "Use the optional --sandbox switch to use with Sandbox account"
},
{
"title": "Concise Output Format",
"desc": "Output is intentionally concise to easily support directing to a CSV file for further analysis"
}
],
"content": [
{
"type": "text",
"content": "Java-based command-line tool to list all the custom workflows in an Acrobat Sign account (in CSV format)"
},
{
"type": "image",
"content": "example-usage.png"
}
],
"installation": [
{
"type": "text",
"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]"
},
{
"type": "link",
"content": "https://github.com/adobe/dc-sign-list-workflows"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 0 additions & 50 deletions public/features/adobe-power-automate-samples/hub.md

This file was deleted.

15 changes: 0 additions & 15 deletions public/features/adobe-power-automate-samples/index.html

This file was deleted.

1 change: 0 additions & 1 deletion public/features/adobe-power-automate-samples/index.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"title": "Sign to Sign Template Migration Tool",
"tagLine": "Migrate Templates from One Adobe Acrobat Sign Account to Another With Ease",
"version": "1.0",
"creator": "Ross GroganKaylor and Todd Guerra",
"keyFeature": [
{
"title": "Commercial to Gov",
"desc": "Migrate templates from commercial Sign accounts to FedRAMP Moderate Sign for Gov"
},
{
"title": "Commercial to Commercial",
"desc": "Migrate templates cross-shard, from one account to another"
},
{
"title": "Development to Production",
"desc": "Migrate from your development environment to your production Adobe Acrobat Sign account"
}
],
"content": [
{
"type": "text",
"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!"
},
{
"type": "image",
"content": "image1.png"
},
{
"type": "text",
"content": "Monitor progress in the log as it runs. "
},
{
"type": "image",
"content": "image2.png"
}
],
"installation": [
{
"type": "text",
"content": "The migration tool is an Angular app that just needs downloaded and built."
},
{
"type": "link",
"content": "https://github.com/adobe/acrobat-sign-template-migration-tool"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 0 additions & 28 deletions src/pages/tool-detail/mock.json

This file was deleted.

Loading