diff --git a/public/data/pages/searchToolsCollection.json b/public/data/pages/searchToolsCollection.json index 2027c74..46ccbcd 100644 --- a/public/data/pages/searchToolsCollection.json +++ b/public/data/pages/searchToolsCollection.json @@ -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", diff --git a/public/features/adobe-dc-sign-list-webforms/contentTemplate.json b/public/features/adobe-dc-sign-list-webforms/contentTemplate.json new file mode 100644 index 0000000..d7f5e5e --- /dev/null +++ b/public/features/adobe-dc-sign-list-webforms/contentTemplate.json @@ -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• with the appropriate value for the release, such as 2.0.0\n• with your integration key\n• [--sandbox] optional flag if the integration key is for a Sandbox account\n\njava -jar dc-sign-list-webforms-.jar [--sandbox]" + }, + { + "type": "link", + "content": "https://github.com/adobe/dc-sign-list-webforms" + } + ] +} diff --git a/public/features/adobe-dc-sign-list-webforms/images/example-usage.png b/public/features/adobe-dc-sign-list-webforms/images/example-usage.png new file mode 100644 index 0000000..00c46d1 Binary files /dev/null and b/public/features/adobe-dc-sign-list-webforms/images/example-usage.png differ diff --git a/public/features/adobe-dc-sign-list-workflows/contentTemplate.json b/public/features/adobe-dc-sign-list-workflows/contentTemplate.json new file mode 100644 index 0000000..4e9cadb --- /dev/null +++ b/public/features/adobe-dc-sign-list-workflows/contentTemplate.json @@ -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• with the appropriate value for the release, such as 3.0.0\n• with your integration key\n• [--sandbox] optional flag if the integration key is for a Sandbox account\n\njava -jar dc-sign-list-workflows-.jar [--sandbox]" + }, + { + "type": "link", + "content": "https://github.com/adobe/dc-sign-list-workflows" + } + ] +} diff --git a/public/features/adobe-dc-sign-list-workflows/images/example-usage.png b/public/features/adobe-dc-sign-list-workflows/images/example-usage.png new file mode 100644 index 0000000..3d58669 Binary files /dev/null and b/public/features/adobe-dc-sign-list-workflows/images/example-usage.png differ diff --git a/public/features/adobe-power-automate-samples/hub.md b/public/features/adobe-power-automate-samples/hub.md deleted file mode 100644 index 7f08f4e..0000000 --- a/public/features/adobe-power-automate-samples/hub.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: Power Automate Samples -tagline: Example Flows for Common Adobe Sign Use Cases -version: 1.0 -creator: Todd Guerra -contributors: - - -keyFeature: - - - title: Send Custom Emails - icon: - desc: Instead of using the standard Adobe Acrobat Sign emails, send your own custom emails for signing steps - - - title: Automatically Send from Sharepoint - icon: - desc: Upload a file, automatically send it for signature - - - title: Mimic Web Forms for More Flexibility - icon: - desc: Call your flow, get back the signing URL, then redirect your signer to the agreement -docs: "" -products: - - Sign - - Acrobat ---- - -## Key Features - -### Send Custom Emails -Instead of using the standard Adobe Acrobat Sign emails, send your own custom emails for signing steps - -### Automatically Send from Sharepoint -Upload a file, automatically send it for signature - -### Mimic Web Forms for More Flexibility -Call your flow, get back the signing URL, then redirect your signer to the agreement - -## Using Microsoft Power Automate Samples -Power Automate is a powerful tool that can streamline your Adobe Acrobat Sign workflows. This set of flows will get you started, with basic flows to use as building blocks. - -![Power Automate Samples](https://github.com/adobe/acrobat-sign-template-migration-tool/blob/main/images/image1.png) - -## Installing Microsoft Power Automate Samples -Install each flow in Power Automate by selecting "Import -> Import Package (legacy)" in the Power Automate UI and uploading the packages from this repo. Power Automate will guide you through the connections needed. - -[Click Here To Go To Repo](https://github.com/adobe/acrobat-sign-template-migration-tool) - -## Have Questions? - -**Contact Your Customer Success Manager For More Information!** \ No newline at end of file diff --git a/public/features/adobe-power-automate-samples/index.html b/public/features/adobe-power-automate-samples/index.html deleted file mode 100644 index 44d6e51..0000000 --- a/public/features/adobe-power-automate-samples/index.html +++ /dev/null @@ -1,15 +0,0 @@ -

Key Features

-

Send Custom Emails

-

Instead of using the standard Adobe Acrobat Sign emails, send your own custom emails for signing steps

-

Automatically Send from Sharepoint

-

Upload a file, automatically send it for signature

-

Mimic Web Forms for More Flexibility

-

Call your flow, get back the signing URL, then redirect your signer to the agreement

-

Using Microsoft Power Automate Samples

-

Power Automate is a powerful tool that can streamline your Adobe Acrobat Sign workflows. This set of flows will get you started, with basic flows to use as building blocks.

-

Power Automate Samples

-

Installing Microsoft Power Automate Samples

-

Install each flow in Power Automate by selecting "Import -> Import Package (legacy)" in the Power Automate UI and uploading the packages from this repo. Power Automate will guide you through the connections needed.

-

Click Here To Go To Repo

-

Have Questions?

-

Contact Your Customer Success Manager For More Information!

diff --git a/public/features/adobe-power-automate-samples/index.json b/public/features/adobe-power-automate-samples/index.json deleted file mode 100644 index 6f0a712..0000000 --- a/public/features/adobe-power-automate-samples/index.json +++ /dev/null @@ -1 +0,0 @@ -{"properties":{"title":"Power Automate Samples","tagline":"Example Flows for Common Adobe Sign Use Cases","version":1,"creator":"Todd Guerra","contributors":[null],"keyFeature":[{"title":"Send Custom Emails","icon":null,"desc":"Instead of using the standard Adobe Acrobat Sign emails, send your own custom emails for signing steps"},{"title":"Automatically Send from Sharepoint","icon":null,"desc":"Upload a file, automatically send it for signature"},{"title":"Mimic Web Forms for More Flexibility","icon":null,"desc":"Call your flow, get back the signing URL, then redirect your signer to the agreement"}],"docs":"","products":["Sign","Acrobat"],"id":"adobe-power-automate-samples","html":"/public/features/adobe-power-automate-samples/index.html","json":"/public/features/adobe-power-automate-samples/index.json","adobeCertified":false,"repo":"https://github.com/adobe/power-automate-samples"},"content":"

Key Features

\n

Send Custom Emails

\n

Instead of using the standard Adobe Acrobat Sign emails, send your own custom emails for signing steps

\n

Automatically Send from Sharepoint

\n

Upload a file, automatically send it for signature

\n

Mimic Web Forms for More Flexibility

\n

Call your flow, get back the signing URL, then redirect your signer to the agreement

\n

Using Microsoft Power Automate Samples

\n

Power Automate is a powerful tool that can streamline your Adobe Acrobat Sign workflows. This set of flows will get you started, with basic flows to use as building blocks.

\n

\"Power

\n

Installing Microsoft Power Automate Samples

\n

Install each flow in Power Automate by selecting "Import -> Import Package (legacy)" in the Power Automate UI and uploading the packages from this repo. Power Automate will guide you through the connections needed.

\n

Click Here To Go To Repo

\n

Have Questions?

\n

Contact Your Customer Success Manager For More Information!

\n"} \ No newline at end of file diff --git a/public/features/adobe-sign-template-migration-tool/contentTemplate.json b/public/features/adobe-sign-template-migration-tool/contentTemplate.json new file mode 100644 index 0000000..a4e30cf --- /dev/null +++ b/public/features/adobe-sign-template-migration-tool/contentTemplate.json @@ -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" + } + ] +} diff --git a/public/features/adobe-sign-template-migration-tool/images/image1.png b/public/features/adobe-sign-template-migration-tool/images/image1.png new file mode 100644 index 0000000..358acfa Binary files /dev/null and b/public/features/adobe-sign-template-migration-tool/images/image1.png differ diff --git a/public/features/adobe-sign-template-migration-tool/images/image2.png b/public/features/adobe-sign-template-migration-tool/images/image2.png new file mode 100644 index 0000000..e90aa0d Binary files /dev/null and b/public/features/adobe-sign-template-migration-tool/images/image2.png differ diff --git a/src/pages/tool-detail/mock.json b/src/pages/tool-detail/mock.json deleted file mode 100644 index cb3ee57..0000000 --- a/src/pages/tool-detail/mock.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "properties": { - "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)", - "keyFeature": [ - { - "title": "Feature One", - "icon": null, - "desc": "A description for feature one" - }, - { - "title": "Feature Two", - "icon": null, - "desc": "A description for feature two" - }, - { - "title": "Feature Three", - "icon": null, - "desc": "A description for feature three" - } - ], - "docs": null, - "repo": "https://github.com/fearn/ai-crazytown" - }, - "content": "

AI Crazytown is an innovative tool that harnesses the power of artificial intelligence to generate unique assets based on a given prompt. Whether you need an image, a 3D object, a video, or even an ASCII representation, AI Crazytown has got you covered.

\n

Key Features

\n
    \n
  1. Prompt-based Asset Generation: Simply provide a prompt, and AI Crazytown will use its advanced GenAI technology to create a one-of-a-kind asset tailored to your needs.

    \n
  2. \n
  3. Versatile Asset Types: AI Crazytown can generate assets in various formats, including PNG, JPEG, MORGT, MP4, OBJ, or TXT. This ensures that you have the flexibility to choose the most suitable format for your project.

    \n
  4. \n
\n

Installation

\n

To start using AI Crazytown, follow these steps:

\n
    \n
  1. Install the ai-crazytown module using npm:
  2. \n
\n
npm install ai-crazytown\n
\n
    \n
  1. Import the module into your project:
  2. \n
\n
const aiCrazytown = require('ai-crazytown');\n
\n
    \n
  1. You're all set! Start generating amazing assets with AI Crazytown.
  2. \n
\n

Caveats

\n

While AI Crazytown is a powerful tool, there are a few caveats to keep in mind:

\n
    \n
  • AI Crazytown relies on the quality of the provided prompt. The more specific and detailed the prompt, the better the generated asset will be.

    \n
  • \n
  • The generated assets are based on randomization and AI algorithms. While they are designed to be creative and unique, there might be instances where the output doesn't meet your exact expectations.

    \n
  • \n
  • AI Crazytown is not recommended for use in critical or sensitive applications where precise and controlled asset generation is required.

    \n
  • \n
\n

Start exploring the endless possibilities of AI Crazytown and unleash your creativity today!

\n

Example Links

\n

Here are a few examples of different types of links you can include in your markdown:

\n
    \n
  1. External Link: GitHub Copilot - This is an example of a link to an external website.

    \n
  2. \n
  3. Local Asset: \"Logo\" - Replace /path/to/your/logo.png with the actual path to your local asset, such as an image or video file.

    \n
  4. \n
  5. Document Link: User Manual - Replace https://github.com/fearn/ai-crazytown/user_manual.pdf with the actual URL to your document file on GitHub.

    \n
  6. \n
\n

Feel free to customize these examples to fit your specific needs. Happy linking!

\n

Testing

\n

Now we'll edit this and this should cause an action to trigger.

\n" -} \ No newline at end of file