Add support for CODEOWNERS

Fixes #9474
This commit is contained in:
Marshall Cottrell
2022-02-18 14:28:02 -06:00
committed by Bjørn Erik Pedersen
parent ec8b767fa6
commit 06bac57ab0
13 changed files with 136 additions and 5 deletions

View File

@@ -103,7 +103,8 @@ type pageCommon struct {
pageContent
// Set if feature enabled and this is in a Git repo.
gitInfo *gitmap.GitInfo
gitInfo *gitmap.GitInfo
codeowners []string
// Positional navigation
posNextPrev *nextPrev