Giter Site home page Giter Site logo

docs's Introduction

Mailchimp Developer

Mailchimp Open Commerce docs

This repo hosts the open source documentation for Mailchimp Open Commerce (formerly Reaction Commerce). Previous versions of the Reaction Commerce docs are archived in a separate repo.

Markdown and custom syntax

The files in this repo are the source content for the Open Commerce docs on the Mailchimp Developer site.

To render properly on the developer site, all docs should be written in Markdown. Some standard Markdown elements are not supported: avoid H3, H4, H5, and H6 headers, as well as nested lists.

The developer site does support some Markdown-compatible custom components:

Code snippets

Delimit code blocks with triple backticks as in standard Markdown. You can optionally add a GitHub-flavored Markdown language and a title parameter:

```js title=Example
console.log('hello world');
```

Custom code block

The title parameter cannot contain whitespace, so we recommend only using it for filenames, indicating the location of the referenced code.

Code blocks without a language and title are rendered in a plain module:

```
testing 1 2 3
```

Plain code block

Note blocks

Create custom note blocks by starting a blockquote with the string **Note**: :

> **Note**: hello there

Custom note block

Other blockquotes will be rendered normally:

> Hello there

Plain block quote

Contributing

Contributions to this repo are welcome. Please submit an issue or pull request if you feel any information is incomplete or inaccurate.

Approved changes will also be published on the Mailchimp Developer site, although they will not appear there immediately.

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.