diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-06-10 17:09:47 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-10 17:09:47 -0600 |
commit | e3fb3aba33645ef1c7ba1d1556c806d7c0eb853b (patch) | |
tree | e65b5a0dc7579b0af904c487570c5c5ade742f7b /docs/src/index.md | |
parent | 427dff52c3db481dff38dd1eee83f93e54ea8065 (diff) | |
parent | 4d767c13f15b24fdbfcb610589e757a98c931d70 (diff) |
Merge pull request #159 from ponzu-cms/ponzu-dev
[cli] adding documentation server for local use
Diffstat (limited to 'docs/src/index.md')
-rw-r--r-- | docs/src/index.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/src/index.md b/docs/src/index.md new file mode 100644 index 0000000..944a710 --- /dev/null +++ b/docs/src/index.md @@ -0,0 +1,41 @@ +# Ponzu CMS + Server Framework Docs + + + +## What is Ponzu? + +> Watch the [**video introduction**](https://www.youtube.com/watch?v=T_1ncPoLgrg) + +Ponzu is a powerful and efficient open-source HTTP server framework and CMS. It +provides automatic, free, and secure HTTP/2 over TLS (certificates obtained via +[Let's Encrypt](https://letsencrypt.org)), a useful CMS and scaffolding to generate +content editors, and a fast HTTP API on which to build modern applications. + +Want to jump in right away? Try the [Quickstart](/Quickstart/Overview) + +### Table of Contents + +1. [CLI](/CLI/General-Usage/) +2. [Content](/Content/An-Overview) +3. [Form Fields](/Form-Fields/HTML-Inputs) +4. [HTTP API - Content](/HTTP-APIs/Content) +5. [HTTP API - File Metadata](/HTTP-APIs/File-Metadata) +6. [HTTP API - Search](/HTTP-APIs/Search) +7. [Interfaces - API](/Interfaces/API) +8. [Interfaces - Editor](/Interfaces/Editor) +9. [Interfaces - Item](/Interfaces/Item) +10. [Interfaces - Search](/Interfaces/Search) +11. [Creating Ponzu Addons](/Ponzu-Addons/Creating-Addons) +12. [Using Ponzu Addons](/Ponzu-Addons/Using-Addons) +13. [Quickstart](/Quickstart/Overview) +14. [Backups](/Running-Backups/Backups) +15. [System Configuration](/System-Configuration/Settings) + + +### Need help? Get in touch +- Chat: [#ponzu on Slack](https://gophers.slack.com/messages/C3TBV356D) +- Reach out on Twitter: [@ponzu_cms](https://twitter.com/ponzu_cms) +- File an [issue](https://github.com/ponzu-cms/ponzu/issues) + +--- +current version: `v0.9.2` @ ponzu:master |