├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ 2 | 3 | *.iml 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Deprecated 2 | 3 | This repository is deprecated and has been archived. Please see the new individual documentation repos for the following projects: 4 | 5 | - [Adobe Authentication](https://github.com/AdobeDocs/adobeio-auth) 6 | - [Adobe I/O CLI](https://github.com/AdobeDocs/adobeio-cli) 7 | - [Adobe I/O Console](https://github.com/AdobeDocs/adobeio-console) 8 | - [Adobe I/O Events](https://github.com/AdobeDocs/adobeio-events) 9 | - [Adobe I/O Runtime](https://github.com/AdobeDocs/adobeio-runtime) 10 | - [Adobe Sign](https://github.com/AdobeDocs/adobe-sign) 11 | --------------------------------------------------------------------------------