Skip to content

Developer documentation for Adobe Experience Platform Data Collection

License

Notifications You must be signed in to change notification settings

adobe/reactor-developer-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e515ff · Feb 20, 2025
Feb 10, 2022
Jan 15, 2021
Mar 7, 2019
Jan 26, 2024
Feb 20, 2025
Dec 8, 2020
Mar 7, 2019
Jan 15, 2021
Mar 7, 2019
Aug 19, 2021
May 14, 2019
Jan 24, 2020
Jun 3, 2019
Nov 18, 2020
Aug 19, 2021
May 14, 2019
May 14, 2019
May 14, 2019
Aug 19, 2021
Aug 19, 2021
Aug 19, 2021
Sep 28, 2022
May 14, 2019
Nov 11, 2019
Dec 8, 2020
Jan 26, 2024
Mar 7, 2019
Mar 7, 2019

Repository files navigation

Reactor Developer Docs

Developer documentation for Adobe Experience Platform Launch - https://developer.adobelaunch.com

Issues

Found something amiss with the documentation? Let us know via an issue.

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

The documentation site is built using Jekyll, a static website generator. While many documentation changes can be simple and using a markdown editor is sufficient to review changes, sometimes it's easier to see how things look after being rendered. This can be achieved in one of two ways, developing locally, or developing using a Docker container.

Fork and clone this reactor-developer-docs repository. After making and previewing changes, create a commit, and open a Pull Request.

Developing

Developing locally

Prerequisites

  • Ruby 2.6.x

Setup

bundle install

Build and run

Next, start Jekyll.

bundle exec jekyll serve --port 4000

Preview

Open a browser to http://localhost:4000.

Developing using a Docker container

For development environment convenience, a docker image is available from Docker Hub.

Prerequisites

  • Docker

Setup

Pull the docker image. Be sure to do this step often to obtain updated versions.

docker pull adobe/reactor-developer-docs-dev

Run the container

Note the path to the reactor-developer-docs directory. Either export the path as $REACTOR_DEVELOPER_DOCS_DIR or replace it in the following command.

If a port other than 8000 is desired, be sure to change it as well.

docker run -d \
  -p 8000:4000 \
  -v $REACTOR_DEVELOPER_DOCS_DIR:/srv/docs \
  --name reactor-developer-docs-dev \
  adobe/reactor-developer-docs-dev:latest

As you make changes to the files and save them, Jekyll will automatically regenerate these pages so you can view the updates in your browser. Note that this can take 20-30 seconds. If you'd like to see the Jekyll output as this regeneration happens, you can use the following command in your console.

docker logs -f reactor-developer-docs-dev

Preview

Open a browser to http://localhost:8000.

Licensing

This project is licensed under the MIT License. See LICENSE for more information.

About

Developer documentation for Adobe Experience Platform Data Collection

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published