Code Monkey home page Code Monkey logo

reactor-developer-docs's Introduction

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

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, devloping 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 locally

Prerequisites

  • Ruby 2.6.x

Setup

bundle install

Build and run

Next, start Jekyll.

bundle exec jekyll serve

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

Preview

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

reactor-developer-docs's People

Contributors

remear avatar jbarchibald avatar jeffchasin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.