Skip to content

Commit fe7a899

Browse files
committed
Add see-also relating to (un)mounting
1 parent 5cc4ee3 commit fe7a899

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)