Skip to content

Commit e3922e1

Browse files
slusarzcmouse
authored andcommitted
issue: Add Issue Reporting documentation
1 parent 653f214 commit e3922e1

File tree

6 files changed

+334
-69
lines changed

6 files changed

+334
-69
lines changed

.github/actions/spelling/expect.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ CONDSTORE
101101
convertpw
102102
copybox
103103
COPYUID
104+
coredump
105+
corefile
104106
coretest
105107
coreutils
106108
courierimapuiddb
@@ -391,6 +393,7 @@ libsodium
391393
libsqlite
392394
lifewithqmail
393395
listescape
396+
LISTEXT
394397
listfile
395398
listname
396399
listscripts
@@ -522,14 +525,14 @@ newtok
522525
NEXTUID
523526
nfsmount
524527
ngrams
528+
ngrep
525529
ninf
526530
NLEVEL
527531
noanonymous
528532
noatime
529533
noauthenticate
530534
NOCHILDREN
531535
nodelay
532-
nodeps
533536
NOINFERIORS
534537
nolock
535538
nologin
@@ -657,7 +660,6 @@ remotehost
657660
remoteprefix
658661
RENAMESCRIPT
659662
replicator
660-
repoquery
661663
reqbody
662664
Resnick
663665
resolv
@@ -772,6 +774,7 @@ subaddress
772774
subaddresses
773775
subjwas
774776
Subtables
777+
sugid
775778
sustainability
776779
svbin
777780
sysadmin
@@ -877,12 +880,12 @@ usermask
877880
usernames
878881
userok
879882
uuuuuu
880-
Uvh
881883
vacationcheck
882884
valgrind
883885
Valgrinding
884886
vdb
885887
vdomains
888+
vdp
886889
vfile
887890
vfuncs
888891
vgdb
@@ -909,6 +912,7 @@ websieve
909912
wforce
910913
wikis
911914
winbind
915+
Wireshark
912916
wso
913917
xapian
914918
xchange

.vitepress/theme/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
width: var(--vp-sidebar-width) !important;
3737
}
3838

39+
section.VPSidebarItem.level-0:not(.collapsible) {
40+
padding-bottom: 12px !important;
41+
}
42+
3943
.VPNavBar.has-sidebar .content {
4044
padding-left: var(--vp-sidebar-width) !important;
4145
padding-right: 32px !important;

docs/core/admin/debug.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ title: Debug
44
order: 198
55
dovecotlinks:
66
debug: debugging
7+
debug_process_tracing:
8+
hash: process-tracing
9+
text: Process Tracing
710
---
811

912
# Debugging and Troubleshooting

docs/developers/coding_style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: doc
33
title: Coding Style
4-
order: 302
4+
order: 303
55
dovecotlinks:
66
coding_style: Coding Style Guide
77
---

0 commit comments

Comments
 (0)