Skip to content

bagisto/bagisto-headless-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bagisto Headless Documentation

You can find the online version of the Bagisto Headless documentation at https://headless-doc.bagisto.com.

Contribution Guide

We welcome contributions to improve the Bagisto Headless documentation! Follow these steps to get started:

Getting Started

  1. Fork the repository - Click the "Fork" button on GitHub
  2. Clone your fork - Download your forked repository locally
  3. Install dependencies - Follow the Installation section below
  4. Create a branch - Make your changes in a feature branch

Contribution Guidelines

Before submitting your pull request, please ensure:

  • Check for existing content - Verify the topic isn't already documented to avoid duplication
  • Follow markdown standards - Use proper indentation and formatting (consider installing a markdown linter)
  • Use kebab-case filenames - Name files using lowercase with hyphens (e.g., checkout-component.md)
  • VitePress standards - Use VitePress containers (::: info, ::: tip, ::: warning) for better presentation
  • Code examples - Include practical, working code examples when applicable
  • Clear structure - Use proper headings, lists, and sections for readability

Content Standards

  • Write clear, concise documentation with practical examples
  • Include step-by-step instructions for complex procedures
  • Use proper grammar and professional tone
  • Test code examples to ensure they work correctly
  • Add relevant cross-references to related documentation

Installation

Prerequisites

  • Node.js (version 16 or higher)
  • npm or yarn package manager

Setup Instructions

  1. Install dependencies

    npm install
  2. Start development server

    npm run docs:dev
  3. Access the documentation

    Open your browser and navigate to http://localhost:5173

Available Scripts

  • npm run docs:dev - Start development server with hot reload
  • npm run docs:build - Build documentation for production

About

Bagisto Headless Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •