Skip to content

Commit f7e4b61

Browse files
authored
Merge pull request #10847 from greg0ire/remove-toc
2 parents 5213228 + 6b0afdb commit f7e4b61

File tree

3 files changed

+3
-92
lines changed

3 files changed

+3
-92
lines changed

docs/en/index.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Doctrine ORM don't panic. You can get help from different sources:
1818
- Report a bug on `GitHub <https://github.com/doctrine/orm/issues>`_.
1919
- On `StackOverflow <https://stackoverflow.com/questions/tagged/doctrine-orm>`_
2020

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

2424
Getting Started
2525
---------------
@@ -124,5 +124,3 @@ Cookbook
124124
* **Custom Datatypes**
125125
:doc:`MySQL Enums <cookbook/mysql-enums>`
126126
:doc:`Advanced Field Value Conversion <cookbook/advanced-field-value-conversion-using-custom-mapping-types>`
127-
128-
.. include:: toc.rst

docs/en/toc.rst

-86
This file was deleted.

docs/en/tutorials/getting-started.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -1343,8 +1343,7 @@ means the join details have already been defined on the owning
13431343
side. Therefore we only have to specify the property on the Bug
13441344
class that holds the owning sides.
13451345

1346-
Update your database schema by running:
1347-
::
1346+
Update your database schema by running::
13481347

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

0 commit comments

Comments
 (0)