Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/co-cart/cocart-api-reference-docs

API Reference for CoCart, CoCart Pro and it's add-ons.
https://github.com/co-cart/cocart-api-reference-docs

cocart documentation rest-api slate woocommerce wordpress-plugin

Last synced: 19 days ago
JSON representation

API Reference for CoCart, CoCart Pro and it's add-ons.

Awesome Lists containing this project

README

        

CoCart Documentation

CoCart Logo

[![WordPress Plugin Page](https://img.shields.io/badge/WordPress-%E2%86%92-lightgrey.svg?style=flat-square)](https://wordpress.org/plugins/cart-rest-api-for-woocommerce/)
[![WordPress Plugin Version](https://img.shields.io/wordpress/plugin/v/cart-rest-api-for-woocommerce.svg?style=flat)](https://wordpress.org/plugins/cart-rest-api-for-woocommerce/)
[![WordPress Plugin Downloads](https://img.shields.io/wordpress/plugin/dt/cart-rest-api-for-woocommerce.svg)](https://wordpress.org/plugins/cart-rest-api-for-woocommerce/)

This repository manages the documentation for CoCart.

If you would like to contribute to the documentation to either correct a mistake, maybe add another language or something else. Then please follow these [contribution guidelines](https://github.com/co-cart/co-cart-docs/blob/master/CONTRIBUTING.md).

## Getting Started

### Requirements

You're going to need:

- **Linux or macOS** — Windows may work, but is unsupported.
- **[Ruby, version 2.5 or newer](https://www.ruby-lang.org/en/)**
- **[Bundler](https://bundler.io/)** — If Ruby is already installed, but the `bundle` command doesn't work, just run `gem install bundler` in a terminal.
- **[NodeJS](https://nodejs.org/en/)**

### Getting Set Up

1. Fork this repository on GitHub.
2. Clone *your forked repository* (not this original one) to your hard drive with `git clone https://github.com/YOURUSERNAME/co-cart-docs.git`
3. `cd co-cart-docs`
4. Initialize and start Slate. You can either do this locally, or with Vagrant:

```shell
# either run this to run locally
bundle install
bundle exec middleman server ## Load server process for development.
bundle exec middleman build ## Just build the files.

# OR run this to run with vagrant
vagrant up
```

You can now see the docs at http://localhost:4567.

## CoCart Channels

We have different channels at your disposal where you can find information about the CoCart project, discuss it and get involved:

[![Twitter: cocartapi](https://img.shields.io/twitter/follow/cocartapi?style=social)](https://twitter.com/cocartapi) [![CoCart JS Lib Github Stars](https://img.shields.io/github/stars/co-cart/co-cart-docs?style=social)](https://github.com/co-cart/co-cart-docs)


  • 📖 Docs: this is the place to learn how to use CoCart API. Get started!

  • 🧰 Resources: this is the hub of all CoCart resources to help you build a headless store. Get resources!

  • 👪 Community: use our Slack chat room to share any doubts, feedback and meet great people. This is your place too to share how are you planning to use CoCart!

  • 🐞 GitHub: we use GitHub for bugs and pull requests, doubts are solved with the community.

  • 🐦 Social media: a more informal place to interact with CoCart users, reach out to us on Twitter.

  • 💌 Newsletter: do you want to receive the latest plugin updates and news? Subscribe here.

> The documentation is powered by [Slate](https://github.com/lord/slate).