Skip to content

Conversation

@tetrapod00
Copy link
Contributor

@tetrapod00 tetrapod00 commented Oct 18, 2024

Closes #8792.

Applies a similar fix as #9989. Converts all headers in tutorials\3d\particles\index.rst to fake rubric headers. Note that in this case we can't have any real subheaders on the page at all, due to the order of the sections. If the page was structured like the following, the toctree would be counted as a subsection of Introduction and the pages would not appear in the sidebar.

Introduction
-------------

Some paragraphs of text.

.. rubric:: Basic usage

.. toctree::
   :maxdepth: 1
   :name: toc-particles-basic

   creating_a_3d_particle_system
Master This PR
firefox_BsvF5Tk4HA firefox_uSnItb6WOW

Converts all headers in tutorials\3d\particles\index.rst to fake rubric headers.
Note that in this case we can't have any real subheaders on the page due to
the order of the sections.
@tetrapod00
Copy link
Contributor Author

If #10111 is approved, this will need changes.

@mhilbrunner mhilbrunner added bug area:manual Issues and PRs related to the Manual/Tutorials section of the documentation cherrypick:4.3 labels Oct 30, 2024
@mhilbrunner mhilbrunner merged commit e3ce781 into godotengine:master Oct 30, 2024
1 check passed
@mhilbrunner
Copy link
Member

Thanks!

@tetrapod00 tetrapod00 deleted the particles-sidebar-fix branch October 30, 2024 08:13
@mhilbrunner
Copy link
Member

Cherrypicked to 4.3 in #10346.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:manual Issues and PRs related to the Manual/Tutorials section of the documentation bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unreachable pages via sidebar

2 participants