maizzle / docs-php

Documentation site for the old, Jigsaw version of Maizzle.

Home Page:https://jigsaw.maizzle.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maizzle PHP Documentation

Developing

Maizzle PHP uses the Jigsaw static site generator for its documentation site.

Here is how you can generate the documentation locally:

  1. Clone the repo and cd into the folder

    git clone https://github.com/maizzle/docs-php.git 
    
    cd docs-php
  2. Install JS dependencies

    npm install
  3. Install PHP dependencies for docs (requires Composer: https://getcomposer.org)

    composer install
  4. Run the build to generate the static site

    npm run dev

To start a development server, use npm run watch.

Contributing

Pull requests are welcome!

If you're planning on adding major changes, please open an issue first, so we can discuss it.

Deploy previews

The site is hosted on Netlify, and build deploy previews are enabled for all pull requests.

About

Documentation site for the old, Jigsaw version of Maizzle.

https://jigsaw.maizzle.com


Languages

Language:HTML 47.6%Language:JavaScript 39.6%Language:PHP 8.9%Language:CSS 4.0%