Skip to content

Commit 7556035

Browse files
authored
Merge pull request #4340 from davep/see-also-mounts
Add see-alsos relating to (un)mounting
2 parents fc56863 + fe7a899 commit 7556035

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

docs/events/load.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
::: textual.events.Load
22
options:
33
heading_level: 1
4+
5+
## See also
6+
7+
- [Mount](mount.md)

docs/events/mount.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
::: textual.events.Mount
22
options:
33
heading_level: 1
4+
5+
## See also
6+
7+
- [Load](load.md)
8+
- [Unmount](unmount.md)

docs/events/unmount.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
::: textual.events.Unmount
22
options:
33
heading_level: 1
4+
5+
## See also
6+
7+
- [Mount](mount.md)

0 commit comments

Comments
 (0)