Intro

Documentation and tutorials for aepsdk-messaging-ios.

Contributing to this guide

  1. Clone the aepsdk-messaging-ios repository:

    git clone git@github.com:adobe/aepsdk-messaging-ios.git
  2. Ensure Docsify is installed by running the following command:

    npm i docsify-cli -g
  3. Navigate into the aepsdk-messaging-ios repository, then serve the documentation files on your local computer by running following command:

    cd aepsdk-messaging-ios
    docsify serve docs
  4. Browse to http://localhost:3000 to view your local Docsify website

  5. If you have added to or modified the documentation and would like to merge them in, please open a pull request to be reviewed by the Adobe team

Further reading

Learn more about Docsify at their website: https://docsify.js.org/#/