Skip to content

Commit ff35bb0

Browse files
committed
move index.md to docs/src so that links work
1 parent 4afe313 commit ff35bb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ makedocs(modules=[ForwardDiff],
44
doctest = false,
55
format = :html,
66
sitename = "ForwardDiff",
7-
pages = ["User Documentation" => [
8-
"Introduction" => "user/index.md",
7+
pages = ["Introduction" => "index.md",
8+
"User Documentation" => [
99
"Limitations of ForwardDiff" => "user/limitations.md",
1010
"Differentiation API" => "user/api.md",
1111
"Advanced Usage Guide" => "user/advanced.md",
File renamed without changes.

0 commit comments

Comments
 (0)