diff --git a/README.md b/README.md index 8c2938f497f8b1bc881ef27b6f8c9358791d88a3..bb18fdc00b0a7012e31afc732ab7e8fbf15e3b05 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,6 @@ Use [template.md](./template.md) to create new content. * [On-Boarding to IICS](./docs/on-boarding-to-iics.md) * [Logging in](./docs/logging-in.md) * [Tutorials](./docs/tutorials.md) -* [How To Guides](./docs/howto.md) * [Training](./docs/training/training.md) * [Best Practices And Recommendations](./docs/best-practices.md) * [Shared Orgs and Sub Orgs](./docs/shared-org-vs-sub-org.md) diff --git a/docs/best-practices.md b/docs/best-practices.md index e29a71ddb3c74625a9555c6e0e87fbdc3b677569..912ab3e7f98fab803a2a0f31adf88a5bfd6b3084 100644 --- a/docs/best-practices.md +++ b/docs/best-practices.md @@ -1,9 +1,10 @@ # Best Practices And Recommendations -Here are some recommended best practices for designing integrations in IICS. +Here are some recommended best practices for designing and working with integrations in IICS. * [Working In a Shared Environment](best-practices/shared-environment.md) * [Naming Conventions](best-practices/naming.md) * [AWS S3 as a Flat file alternative](best-practices/flat-file-alternative.md) * [Secure Agents](best-practices/secure-agent.md) -* [Cloud Data Integration (CDI) and Cloud Application Integration (CAI)](best-practices/cai-vs-cdi.md) \ No newline at end of file +* [Cloud Data Integration (CDI) and Cloud Application Integration (CAI)](best-practices/cai-vs-cdi.md) +* [Migrating Assets between Organizations](best-practices/asset-migration.md) diff --git a/docs/docs/asset-migration.md b/docs/best-practices/asset-migration.md similarity index 91% rename from docs/docs/asset-migration.md rename to docs/best-practices/asset-migration.md index d90caa3dc48831c62ddc41fd8b0128aff08b8a2b..e2462a4c177d9467ae4f253d6f66a7f63f880e86 100644 --- a/docs/docs/asset-migration.md +++ b/docs/best-practices/asset-migration.md @@ -1,11 +1,11 @@ -#Asset Migration +# Asset Migration When moving IICS assets from one org to another (most commonly from Test to Production), there are several methods that can be used, each described below. -##Import and Export +## Import and Export IICS has built in functionality for the export and import of assets between organizations. Please refer to the [Informatica Knowledge Base Article](https://knowledge.informatica.com/s/article/523654?language=en_US) on the subject. -##IICS Assets Tool +## IICS Assets Tool Enterprise Integration has created a tool to synchronize assets between Test and Production, located at [This Repository](https://git.doit.wisc.edu/interop/iics/iics-assets/-/tree/master). Please ([Contact our Team](../README.md) if you would like to access it. diff --git a/docs/howto.md b/howto.md similarity index 100% rename from docs/howto.md rename to howto.md