Explorar o código

update documentation

Nicolas Ricci %!s(int64=14) %!d(string=hai) anos
pai
achega
ddd26b4dfe

+ 6 - 6
README.md

@@ -1,12 +1,12 @@
-# Integrate the FOS/UserBundle into the Sonata Project
+# Integrate the FOS/UserBundle in the Sonata Project
 
 
-    - AdminBundle : add user and group management
-    - EasyExtends : allows to generate Application level model
+    - AdminBundle: add user and group management
+    - EasyExtends: allows to generate Application level model
 
 
 
 
 # Installation
 # Installation
 
 
-    you have 2 otpions to initialize the SonataUserBundle, you can select which bundle SonataUserBundle extends
+    You have 2 options to initialize the SonataUserBundle, you can select which bundle SonataUserBundle extends
 
 
-        - new Sonata\UserBundle\SonataUserBundle('FOSUserBundle') : the bundle will extends ``FOSUserBundle``
-        - new Sonata\UserBundle\SonataUserBundle() : the bundle will NOT extends ``FOSUserBundle``
+        - new Sonata\UserBundle\SonataUserBundle('FOSUserBundle') : the bundle will extend ``FOSUserBundle``
+        - new Sonata\UserBundle\SonataUserBundle() : the bundle will NOT extend ``FOSUserBundle``

+ 12 - 0
Resources/doc/index.rst

@@ -0,0 +1,12 @@
+Welcome to UserBundle Documentation
+====================================
+
+Reference Guide
+---------------
+
+.. toctree::
+   :maxdepth: 1
+   :numbered:
+
+   reference/introduction
+   reference/installation

+ 7 - 0
Resources/doc/reference/installation.rst

@@ -0,0 +1,7 @@
+Installation
+============
+
+You have 2 options to initialize the SonataUserBundle, you can select which bundle SonataUserBundle extends
+
+    - new Sonata\UserBundle\SonataUserBundle('FOSUserBundle') : the bundle will extend ``FOSUserBundle``
+    - new Sonata\UserBundle\SonataUserBundle() : the bundle will NOT extend ``FOSUserBundle``

+ 7 - 0
Resources/doc/reference/introduction.rst

@@ -0,0 +1,7 @@
+Introduction
+============
+
+Integrate the FOS/UserBundle in the Sonata Project
+
+    - AdminBundle: add user and group management
+    - EasyExtends: allows to generate Application level model