GithubHelp home page GithubHelp logo

isabella232 / reactor-developer-docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adobe/reactor-developer-docs

0.0 0.0 0.0 24.65 MB

Developer documentation for Adobe Experience Platform Launch

License: MIT License

Dockerfile 0.06% Ruby 1.69% HTML 1.40% CSS 95.93% JavaScript 0.92%

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

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.

reactor-developer-docs's People

Contributors

aaronius avatar afeedhshaji avatar decaroa avatar dompuiu avatar gciltaru avatar jasonwc avatar jbarchibald avatar jeffchasin avatar misterphilip avatar perlmonger42 avatar pnolan89 avatar remear avatar spencerroan avatar stewartschillingsdi avatar thatzacdavis avatar thealphadollar avatar thebenrob 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.