The Bow Framework documentation web site
Install the documentation localy and contrib on.
git clone https://github.com/bowphp/docs bowphp-docs
cd bowphp-docs
npm install
npm run start
Install doctum.phar
generator and generate the API docus
cd api-docs
./bash.sh
Edit the content of bowphp-docs/docs
for update documentation and save.
Thank you for considering contributing to Bow Framework! The contribution guide is in the framework documentation.