Skip to content

Commit

Permalink
Merge pull request #5 from nucleos/docs
Browse files Browse the repository at this point in the history
Improve documentation
  • Loading branch information
core23 committed Jan 11, 2020
2 parents 37d2a66 + 94f2781 commit 9cf16d5
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
15 changes: 15 additions & 0 deletions docs/customize_profile.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Customize Profile
=================

.. note::

Work in progress!

Add more fields
---------------

- Extend ``Nucleos\ProfileBundle\Form\Model\Profile``
- Add custom form model to configuration
- Use symfony FormExtensions


13 changes: 13 additions & 0 deletions docs/customize_registration.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Customize Registration
======================

.. note::

Work in progress!

Add more fields
---------------

- Extend ``Nucleos\ProfileBundle\Form\Model\Registration``
- Add custom form model to configuration
- Use symfony FormExtensions
4 changes: 3 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ The following documents are available:
events
mailing
routing
customize_profile
customize_registration
configuration
migrate_from_fos
migrate_from_fos <https://nucleosuserbundle.readthedocs.io/en/latest/migrate_from_fos.html>


.. _NucleosUserBundle: https://github.com/nucleos/NucleosUserBundle/
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Install the bundle
==================
Installation
============

Prerequisites
-------------
Expand Down

0 comments on commit 9cf16d5

Please sign in to comment.