Submodule listing
Real git submodules — not just folders that look like one — show up in their own sidebar section, so you always know when a repository nests another one.
The sidebar lists a real git submodule
A repository's submodules show up in their own sidebar section, read straight from .gitmodules and the real submodule state on disk — not guessed from folder names.

Captured from the running app by this scenario.
Do this
- Expand the
submodulessidebar section
You should see
- The sidebar lists the submodule
vendor/shared-lib
This page is generated from apps/e2e/features/submodule.feature, the end-to-end test that drives the feature it describes.