docs/6-show-pages.md in activeadmin-1.0.0 vs docs/6-show-pages.md in activeadmin-1.1.0
- old
+ new
@@ -1,10 +1,11 @@
---
redirect_from: /docs/6-show-pages.html
---
# Customize the Show Page
-The show block is rendered within the context of the view and uses [Arbre](https://github.com/activeadmin/arbre) syntax.
+The show block is rendered within the context of the view and uses
+[Arbre](https://github.com/activeadmin/arbre) syntax.
With the `show` block, you can render anything you want.
```ruby
ActiveAdmin.register Post do