/mezzio.github.io

Documentation site for Mezzio

Primary LanguageHTML

mezzio.github.io

This is the documentation website for Mezzio, and contains:

  • the landing page
  • the Mezzio component list

Building the homepage

You can add or edit components in the file:

  • data/component-list.mezzio.json

Whenever you do, update the homepage using:

$ php build/build-component-lists.php

Preview the project using:

$ php -S 0:8000 -t .

and then browsing to http://localhost:8000

Check in changes to index.html when done.