jbruni / dev-docs

This repo contains the markdown files and static assets powering developer.bigcommerce.com. https://developer.bigcommerce.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BigCommerce Developer Documentation

This repo contains the markdown files and static assets powering developer.bigcommerce.com, which includes: API Docs, Theme Docs, BigCommerce for WordPress, and Legacy Docs.

Directory Structure

./

.
├── _project                           # Process stuff: templates, style guides, etc
|    ├── archive                       # Deprecated content
│    ├── _components.md                # Example markup for common doc components
│    ├── _doc_style_guide.md           # Style guide for docs
│    ├── _page_template.md             # Stub markup to use when creating a new doc
│    └── _spec_style_guide.md          # Style Guide for API Spec files
├── assets                             # Static files used in docs
│   └── images                         # Images and screenshots used in docs
├── docs                               # Markdown powering API, Theme, and WordPress Docs
│    ├── api-docs                      # API docs
│    ├── bigcommerce-for-wordpress     # BigCommerce for WordPress docs
│    ├── legacy                        # Legacy Blueprint and V2 API docs
│    └── stencil-docs                  # Theme docs
├── reference                          # OAS (AKA Swagger) files powering the API Reference
│    └── json                          # JSON Specification files
├── .spelling                          # mdspell dictionary
├── .textlintrc                        # textlint configuration file
├── Gruntfile.js                       # grunt configuration file
├── package-lock.json                  # packages for grunt, linting, and spell checking
├── package.json                       # packages for grunt, linting, and spell checking

Contributing

If you're interested in contributing to BigCommerce Developer Documentation, see CONTRIBUTIONS.md for instructions and guidelines.

Recommending Changes

Feel free to recommend changes to BigCommerce Developer Documentation. To do see, submit an issue on GitHub, or leave us feedback on developer.bigcommerce.com using the Docs Feedback form (bottom right).

About

This repo contains the markdown files and static assets powering developer.bigcommerce.com. https://developer.bigcommerce.com/


Languages

Language:JavaScript 63.1%Language:HTML 36.9%