Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Documentation/Reference/FileStructure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ Further conventions are:
* Code examples to be included should start with an underscore, for example
:file:`_Services.yaml`.

.. note::
Do not place symbolic links inside the :path:`Documentation` folder. The
rendering walks the directory tree literally; a symlink (for example an
:file:`AGENTS.md` or :file:`CLAUDE.md` link created by AI tooling) breaks
the file walk and thereby the rendering.

.. _full-documentation:

Full documentation in reST
Expand Down