Skip to content

Commit 458ebee

Browse files
committed
content: Improve default mount instructions
1 parent 2ec625a commit 458ebee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/configuration/module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ version
135135
136136
### Default mounts
137137

138-
Within a project, if you define a mount to map a file system path to a component path, the corresponding default mount for that component will be removed. This action essentially overwrites the standard, automatic mapping for that specific component with your custom one.
138+
When you define a mount to map a file system path to a component path within a project, the corresponding default mount for that component is removed.
139139

140-
Within a module, if you define a mount to map a file system path to a component path, all of the default mounts will be removed. Defining a mount at the module level is a more sweeping change, causing all default mappings within that module to be discarded.
140+
Defining a mount within a module removes all default mounts within that module.
141141

142-
In either case, if you still need one of the default mounts, you must explicitly add it along with the new mount. Because custom mounts override defaults, any necessary default mappings must be re-added manually after you introduce your custom configuration.
142+
In either scenario, if you still need any of the default mounts, you must explicitly add them along with the new mount.
143143

144144
These are the default mounts:
145145

0 commit comments

Comments
 (0)