Skip to content

Commit

Permalink
Merge pull request #10847 from greg0ire/remove-toc
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored Jul 18, 2023
2 parents 5213228 + 6b0afdb commit f7e4b61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 92 deletions.
6 changes: 2 additions & 4 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Doctrine ORM don't panic. You can get help from different sources:
- Report a bug on `GitHub <https://github.com/doctrine/orm/issues>`_.
- On `StackOverflow <https://stackoverflow.com/questions/tagged/doctrine-orm>`_

If you need more structure over the different topics you can browse the :doc:`table
of contents <toc>`.
If you need more structure over the different topics you can browse the table
of contents.

Getting Started
---------------
Expand Down Expand Up @@ -124,5 +124,3 @@ Cookbook
* **Custom Datatypes**
:doc:`MySQL Enums <cookbook/mysql-enums>`
:doc:`Advanced Field Value Conversion <cookbook/advanced-field-value-conversion-using-custom-mapping-types>`

.. include:: toc.rst
86 changes: 0 additions & 86 deletions docs/en/toc.rst

This file was deleted.

3 changes: 1 addition & 2 deletions docs/en/tutorials/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1343,8 +1343,7 @@ means the join details have already been defined on the owning
side. Therefore we only have to specify the property on the Bug
class that holds the owning sides.

Update your database schema by running:
::
Update your database schema by running::

$ php bin/doctrine orm:schema-tool:update --force

Expand Down

0 comments on commit f7e4b61

Please sign in to comment.