Skip to content

Commit

Permalink
added a docs generator
Browse files Browse the repository at this point in the history
  • Loading branch information
godbone committed Sep 27, 2017
1 parent 6bc690f commit bf48a82
Show file tree
Hide file tree
Showing 4 changed files with 300 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
vendor/
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Datepicker, timepicker & google map fields
- Changelog file
- Added an extra value choice to select, checkbox & radio add_choice function
- Docs generator

### Changed
- Renamed various files to match the psr-4 autoload standard so the autoloading can actually work
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -23,5 +23,8 @@
],
"autoload": {
"psr-4": {"Geniem\\ACF\\": "src/"}
},
"require-dev": {
"victorjonsson/markdowndocs": "^1.3"
}
}
}
294 changes: 294 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf48a82

Please sign in to comment.