All Projects → bigcommerce → dev-docs

bigcommerce / dev-docs

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

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to dev-docs

Feedback
Feedback & wiki for Snipaste https://snipaste.com
Stars: ✭ 1,863 (+5721.88%)
Mutual labels:  feedback
Amplify
Respectfully request feedback in your Android app.
Stars: ✭ 155 (+384.38%)
Mutual labels:  feedback
Nativepopup
Clone of Apple iOS App's feedback popup, and easily customizable.
Stars: ✭ 247 (+671.88%)
Mutual labels:  feedback
Gh Polls
These polls work by pasting individual markdown SVG images into your issue, each wrapped with a link that tracks a vote. A single vote per IP is allowed for a given poll, which are stored in DynamoDB.
Stars: ✭ 1,726 (+5293.75%)
Mutual labels:  feedback
Shaky Android
Shake to send feedback for Android.
Stars: ✭ 144 (+350%)
Mutual labels:  feedback
Alive Progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
Stars: ✭ 2,940 (+9087.5%)
Mutual labels:  feedback
Bugshaker Android
Shake to send a bug report!
Stars: ✭ 124 (+287.5%)
Mutual labels:  feedback
Food-Ordering-Application-with-Review-Analyzer
A food ordering android application with feedback analyzer to improve food suggestions to customer.
Stars: ✭ 67 (+109.38%)
Mutual labels:  feedback
Design
OSGi design repository
Stars: ✭ 150 (+368.75%)
Mutual labels:  feedback
Postfacto
Self-hosted retro tool aimed at helping remote teams
Stars: ✭ 224 (+600%)
Mutual labels:  feedback
Logchimp
Track your customers feedback to build better products with LogChimp
Stars: ✭ 139 (+334.38%)
Mutual labels:  feedback
Shinyfeedback
display user feedback next to Shiny inputs
Stars: ✭ 143 (+346.88%)
Mutual labels:  feedback
Feedbackeffect
A library for playing sounds and providing haptic feedback with ease.
Stars: ✭ 208 (+550%)
Mutual labels:  feedback
Feedback
Public feedback discussions for: GitHub Mobile, GitHub Discussions, and GitHub Codespaces
Stars: ✭ 136 (+325%)
Mutual labels:  feedback
ways-of-working
Ways of Working (WoW) with team principles, values, ground rules, aspirations, norms, working agreements, shared expectations, and group understandings
Stars: ✭ 527 (+1546.88%)
Mutual labels:  feedback
Nativescript Feedback
📢 Non-blocking textual feedback for your NativeScript app
Stars: ✭ 127 (+296.88%)
Mutual labels:  feedback
Feedback
📢 docs.microsoft.com site feedback
Stars: ✭ 170 (+431.25%)
Mutual labels:  feedback
pmChatBot
A simple feed-back bot written in PHP. Like Livegram. Heroku Support
Stars: ✭ 31 (-3.12%)
Mutual labels:  feedback
pedal
A collection of tools to analyze student's Python source code
Stars: ✭ 22 (-31.25%)
Mutual labels:  feedback
Laravel Feedback Component
Customizable Feedback Component for Laravel
Stars: ✭ 216 (+575%)
Mutual labels:  feedback

BigCommerce Developer Documentation

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

Other repositories that contain markdown files and static assets that appear on developer.bigcommerce.com include theme-context-object-schemas for Theme Objects and api-specs for API Reference.

Directory Structure

.
├── _project                           # Process stuff: templates, style guides, etc
│    ├── _components.md                # Not in use: 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
│    ├── msf                           # MSF docs
│    ├── partner-apps                  # Docs for some partner integrations
│    └── stencil-docs                  # Theme docs
├── .gitignore                         # gitignore
├── .nojekyll                          # 
├── .spelling                          # mdspell dictionary
├── .stoplight.json                    # Stoplight Platform edit view configuration file
├── .textlintrc                        # textlint configuration file
├── CONTRIBUTING.md                    # guidelines for contribution
├── Gruntfile.js                       # grunt configuration file
├── package-lock.json                  # packages for grunt, linting, and spell checking
├── package.json                       # packages for grunt, linting, and spell checking
├── pull_request_template_CODEOWNER.md # template for codeowner dev merges
├── pull_request_template.md           # template for most pull requests
└── toc.json                           # Stoplight Platform table of contents configuration file 

Contributing

If you're interested in contributing to BigCommerce Developer Documentation, see CONTRIBUTING.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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].