Skip to content

Commit

Permalink
Merge pull request #581 from alcaeus/update-outdated-docs
Browse files Browse the repository at this point in the history
Update outdated docs
  • Loading branch information
alcaeus authored Sep 24, 2019
2 parents c5f9316 + 09794a3 commit c4435f5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 68 deletions.
2 changes: 1 addition & 1 deletion Resources/doc/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ The following configuration shows a bunch of mapping examples:
<doctrine_mongodb:mapping name="MyBundle2" type="yml" />
<doctrine_mongodb:mapping name="MyBundle3" type="annotation" dir="Documents/" />
<doctrine_mongodb:mapping name="MyNundle4" type="xml" dir="Resources/config/doctrine/mapping" />
<doctrine_mongodb:mapping name="MyBundle5" type="yml" dir="my-bundle-mappings-dir" alias="BundleAlias" />
<doctrine_mongodb:mapping name="MyBundle5" type="xml" dir="my-bundle-mappings-dir" alias="BundleAlias" />
<doctrine_mongodb:mapping name="doctrine_extensions"
type="xml"
dir="%kernel.root_dir%/../src/vendor/DoctrineExtensions/lib/DoctrineExtensions/Documents"
Expand Down
2 changes: 1 addition & 1 deletion Resources/doc/first_steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ in a number of different formats including XML or directly inside the
http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping.xsd">
<document name="Acme\StoreBundle\Document\Product">
<field fieldName="id" id="true" />
<id />
<field fieldName="name" type="string" />
<field fieldName="price" type="float" />
</document>
Expand Down
1 change: 0 additions & 1 deletion Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ making it easy to configure and use.
security_bundle
events
console
mongodb_library
cookbook/registration_form

Doctrine Extensions: Timestampable, Sluggable, etc.
Expand Down
65 changes: 0 additions & 65 deletions Resources/doc/mongodb_library.rst

This file was deleted.

0 comments on commit c4435f5

Please sign in to comment.