Skip to content

Commit

Permalink
Switch to absolute paths
Browse files Browse the repository at this point in the history
There is a piece of code in doctrine-website that adds leading slash,
and comes with a comment saying to remove that piece of code once all
sidebar files are fixed. It does so only for directories named
"reference", "tutorials" or "cookbook", which might explain why items
under explanation disappear once you navigate deeper in the tree.
  • Loading branch information
greg0ire committed Dec 10, 2023
1 parent c39d971 commit dd105e0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions docs/en/sidebar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
.. toctree::
:depth: 3

reference/introduction
reference/architecture
reference/configuration
reference/data-retrieval-and-manipulation
reference/query-builder
reference/transactions
reference/platforms
reference/types
reference/schema-manager
reference/schema-representation
reference/security
reference/supporting-other-databases
reference/portability
reference/caching
reference/known-vendor-issues
reference/testing
/reference/introduction
/reference/architecture
/reference/configuration
/reference/data-retrieval-and-manipulation
/reference/query-builder
/reference/transactions
/reference/platforms
/reference/types
/reference/schema-manager
/reference/schema-representation
/reference/security
/reference/supporting-other-databases
/reference/portability
/reference/caching
/reference/known-vendor-issues
/reference/testing

.. toc::

Expand All @@ -29,5 +29,5 @@
.. toctree::
:depth: 3

explanation/dc2type-comments
explanation/implicit-indexes
/explanation/dc2type-comments
/explanation/implicit-indexes

0 comments on commit dd105e0

Please sign in to comment.