Skip to content

Commit 972acc9

Browse files
committed
fix page headers
1 parent fabdb7b commit 972acc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ makedocs(modules = [DiDa],
77
authors = "The developers of DiDa.jl",
88
linkcheck = !("skiplinks" in ARGS),
99
pages = [
10-
"Home" => "index.md",
10+
"Documentation" => "index.md",
1111
"Tutorial" => "tutorial.md",
12-
"Functions" => "functions.md",
12+
"Function reference" => "functions.md",
1313
],
1414
)
1515

0 commit comments

Comments
 (0)