gabordemooij / redbean

ORM layer that creates models, config and database on the fly
https://www.redbeanphp.com
2.31k stars 279 forks source link

RedBeanPHP manual on github for editing #707

Closed gabordemooij closed 5 years ago

gabordemooij commented 5 years ago

Sorry that it took longer than expected.

The manual will be available soon in a special branch. Just checking the final version to be shared now...

alystair commented 5 years ago

Referencing my comment on #361 once this is ready to go :)

gabordemooij commented 5 years ago

Hi all,

As promised the manual has been uploaded to github. https://github.com/gabordemooij/redbean/blob/manual/redbean_manual.html Send me pull request if you have contributions. Please keep your PRs as small as possible.

How it works:

Enjoy!

alystair commented 5 years ago

Curious to know the thought process in making it a branch instead as a separate project on github.

gabordemooij commented 5 years ago

Just like 'github pages' works. Yeah it's a bit of git-abuse but why not. I do not really see downsides. Do you?