项目作者: bagisto

项目描述 :
Bagisto Development and API Documentation:
高级语言: Shell
项目地址: git://github.com/bagisto/bagisto-docs.git
创建时间: 2019-05-17T10:41:15Z
项目社区:https://github.com/bagisto/bagisto-docs

开源协议:

下载


Bagisto Documentation

You can find the online version of the Bagisto documentation at https://devdocs.bagisto.com.

Contribution guide

For contributing to the docs, you first need to set up the project,

Make sure your PR follows all these points,

  • Before writing the docs just make sure to check that if that topic is already written or not.

  • Make sure your markdown indentation should be proper. You can install mark-down lint also. This will help you to follow the markdown conventions.

  • If you are creating new files for the docs, then make sure the filename should be kebab-case. For e.g. file-1.md, file-2.md.

Install dependencies

  • Run the following command,

    1. npm install
  • Run the docs locally,

    1. npm run docs:dev
  • Open your browser and go to http://localhost:8080.