diff --git a/docs/quick-start.rst b/docs/quick-start.rst index c86cb301..559678ca 100644 --- a/docs/quick-start.rst +++ b/docs/quick-start.rst @@ -1,5 +1,5 @@ Quick Start ------------ +=========== You are busy, and you just want to ``get things doneā„¢``, so let's get going. @@ -58,7 +58,7 @@ that Crud view is simply a listener for the events generated by the plugin. If this is new to you, don't worry, it will be explained in the following sections. Using It In Your Controllers ----------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Any controller inheriting from ``AppController`` will automatically implement the specified actions loaded int the ``CRUD`` component configuration. @@ -75,7 +75,7 @@ Therefore, you can just leave your controller code empty! } View the Results ----------------- +~~~~~~~~~~~~~~~~ You can now access your categories list by pointing your browser to ``http://example.com/categories``. Browse around your new Admin interface for