Skip to content

Commit 18b15d9

Browse files
slusarzsirainen
authored andcommitted
Fix suffix of man page included files
Include files can't have '.md' suffix, or else VitePress will process as a documentation file (and add bogus sidebar entries)
1 parent ac592e4 commit 18b15d9

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

docs/core/man/doveadm-backup.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dovecotComponent: core
66

77
# doveadm-backup(1) - Dovecot's one-way mailbox synchronization feature
88

9-
<!-- @include: include/doveadm-backup-sync.md -->
9+
<!-- @include: include/doveadm-backup-sync.inc -->

docs/core/man/doveadm-copy.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dovecotComponent: core
66

77
# doveadm-copy(1) - Copy messages matching the given search query into another mailbox
88

9-
<!-- @include: include/doveadm-copy-move.md -->
9+
<!-- @include: include/doveadm-copy-move.inc -->

docs/core/man/doveadm-move.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dovecotComponent: core
66

77
# doveadm-move(1) - Move messages matching the given search query into another mailbox
88

9-
<!-- @include: include/doveadm-copy-move.md -->
9+
<!-- @include: include/doveadm-copy-move.inc -->

docs/core/man/doveadm-sync.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dovecotComponent: core
66

77
# doveadm-sync(1) - Dovecot's two-way mailbox synchronization feature
88

9-
<!-- @include: include/doveadm-backup-sync.md -->
9+
<!-- @include: include/doveadm-backup-sync.inc -->

0 commit comments

Comments
 (0)