Skip to content

Commit 0612758

Browse files
committed
better MultiDocRef docs
1 parent 3a47640 commit 0612758

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MultiDocumenter.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ users can implement their own custom components.
4343
abstract type DropdownComponent end
4444

4545
"""
46-
struct MultiDocRef
46+
struct MultiDocRef <: DropdownComponent
47+
MultiDocRef(; upstream, name, path, giturl = "", branch = "gh-pages", fix_canonical_url = true)
4748
4849
Represents one set of docs that will get an entry in the MultiDocumenter navigation.
4950

0 commit comments

Comments
 (0)