Skip to content

Commit 1bbe6a9

Browse files
committed
fix
1 parent 9853912 commit 1bbe6a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ for filename in readdir(inputdir)
99
cp(inpath, joinpath(outputdir, "examples", filename), force = true)
1010
Literate.markdown(inpath, outputdir; documenter = true)
1111
end
12-
cp(joinpath(@__DIR__, "..", "README.md"), joinpath(@__DIR__, "src", "README.md"))
12+
cp(joinpath(@__DIR__, "..", "README.md"), joinpath(@__DIR__, "src", "index.md"))
1313

1414
makedocs(
1515
modules = [Accessors],
1616
sitename = "Accessors.jl",
1717
pages = [
18-
"Home" => "README.md",
18+
"Home" => "index.md",
1919
"Tutorials" => ["Getting started" => "getting_started.md",],
2020
"Explanation" => ["Lenses" => "lenses.md",],
2121
"Reference" => ["Docstrings" => "docstrings.md"],

0 commit comments

Comments
 (0)