beyondcode / laravel-self-diagnosis

Perform Self-Diagnosis Tests On Your Laravel Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package Documentation via github-pages

Namoshek opened this issue · comments

Taking reference to #35, I wonder what would be best to use for easy usage in future:

  • a separate gh-pages branch where we only keep documentation files
  • a new docs folder for the documentation

I saw that the docs folder is ignored in .gitignore - is this for a particular reason or can we use the docs folder for the documentation? My personal preference would be to not have a separate branch as this makes PRs for code changes that require documentation changes a lot harder (it actually requires two PRs every time).