diff options
author | Steve Manuel <nilslice@gmail.com> | 2018-01-21 12:21:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 12:21:40 -0700 |
commit | 63a60ccf7e3fe494b46d9ab75c15d355b7257404 (patch) | |
tree | b30d0d489942b9a9650e41555befc4a89b75dc42 /docs/src | |
parent | ca0b1f44fec5fb944304bf2668623d21bdc01150 (diff) |
[docs] bump version, release docs version (#226)
* [docs] README.md: update with circle badge and fix docs
* [docs] bump version
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/CLI/General-Usage.md | 1 | ||||
-rw-r--r-- | docs/src/Quickstart/Overview.md | 2 | ||||
-rw-r--r-- | docs/src/index.md | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/docs/src/CLI/General-Usage.md b/docs/src/CLI/General-Usage.md index 2928a53..993ff18 100644 --- a/docs/src/CLI/General-Usage.md +++ b/docs/src/CLI/General-Usage.md @@ -46,6 +46,7 @@ type Review struct { Title string `json:"title"` Body string `json:"body"` Rating int `json:"rating"` + Tags []string `json:"tags"` } ``` diff --git a/docs/src/Quickstart/Overview.md b/docs/src/Quickstart/Overview.md index 329a0f7..6c4bec5 100644 --- a/docs/src/Quickstart/Overview.md +++ b/docs/src/Quickstart/Overview.md @@ -18,7 +18,7 @@ $ cd $GOPATH/src/github.com/nilslice/reviews 5) Generate content type file and boilerplate code (creates `content/review.go`): ```bash -$ ponzu generate content review title:"string" author:"string" rating:"float64" body:"string":richtext website_url:"string" items:"[]string" photo:string:file +$ ponzu generate content review title:"string" author:"string" rating:"float64" body:"string":richtext website_url:"string" items:"[]string" photo:string:file` ``` 6) Build your project: diff --git a/docs/src/index.md b/docs/src/index.md index f9c7ccc..bdf2ddf 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -38,4 +38,4 @@ Want to jump in right away? Try the [Quickstart](/Quickstart/Overview) - File an [issue](https://github.com/ponzu-cms/ponzu/issues) --- -current version: `v0.9.3` @ ponzu:master +current version: `v0.9.4` @ ponzu:master |