diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-03-09 11:53:58 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-03-09 11:53:58 -0800 |
commit | d5b7c62043b1ef5b284b094f4663c17e5abd33c7 (patch) | |
tree | b834fd0ef50c35d9ad910bc80d1a15c1373faace /examples/README.md | |
parent | 242c6212d173dae622b374d38a4fa2a640a4f4c6 (diff) |
adding api.Externalable example, with Approve/AutoApprove and hooks
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..9789cab --- /dev/null +++ b/examples/README.md @@ -0,0 +1,14 @@ +## Examples + +Within this directory, you can find a number of different examples of how to use +Ponzu and its features. The goal of this directory is not to host full Ponzu +projects, but rather just a few files or a package to demonstrate interface +implementation, using hooks, adding new API endpoints, or creating/using addons. + +If you are making a contribution to the Ponzu project and are introducing a new +feature, it would be very helpful to include an example with a concrete use-case +for this directory. + +### Table of Contents +1. [Add content via HTTP API using the `api.Externalable` interface](https://github.com/ponzu-cms/ponzu/tree/master/content/externalable) + |