Intro
Documentation and tutorials for aepsdk-messaging-ios.
Contributing to this guide
Clone the aepsdk-messaging-ios repository:
git clone git@github.com:adobe/aepsdk-messaging-ios.git
Ensure Docsify is installed by running the following command:
npm i docsify-cli -g
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
Browse to http://localhost:3000 to view your local Docsify website
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/#/