reactioncommerce/reaction-docs

Name: reaction-docs

Owner: Reaction Commerce

Description: Documentation for Reaction

Created: 2015-12-21 01:45:49.0

Updated: 2018-05-22 19:14:14.0

Pushed: 2018-05-22 19:14:19.0

Homepage: https://docs.reactioncommerce.com/

Size: 54150

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Reaction Documentation

This repository contains source for Reaction Commerce documentation.

All pushed branches are published to https://docs.reactioncommerce.com

Contributing
  1. Click on Edit on GitHub from any Reaction Commerce documentation page.
  2. Click on the :pen: to enter edit mode.
  3. Make changes and commit changes with the Create a new branch for this commit and start a pull request. option.
  4. Make a pull request against the master branch.
Linting

Reaction Docs uses remark-lint for linting Markdown style:

Linking
  1. To link from one documentation page to another, always use .md file extension:

[Store Operator Guide](/admin/dashboard.md) Example: Store Operator Guide

  1. To link to a specific point within the same page, use a # anchor tag:

[Testing](#testing) Example: Testing

  1. To link to a specific point in a different page, use both .md and #:

[Variable naming convention](/developer/contributing/styleguide.md#variables) Example: Variable naming convention

Testing

You can view and test your branch live on https://docs.reactioncommerce.com/.

  1. Go to https://docs.reactioncommerce.com/
  2. Open browser console and run: Meteor.call("redoc/flushDocCache")
  3. Find your branch in the drop-down menu. The URL should change to https://docs.reactioncommerce.com/reaction-docs/your-branch-name/intro and you should be able to see and test your changes here.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.