diff --git a/docs/make.jl b/docs/make.jl index d80a725..ed9145c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -4,11 +4,12 @@ makedocs(; modules=[RemoteREPL], format=Documenter.HTML(), pages=[ - "Overview" => "index.md", - "Tutorial" => "tutorial.md", - "How To" => "howto.md", - "Reference" => "reference.md", - "Design" => "design.md", + "Overview" => "index.md", + "Tutorial" => "tutorial.md", + "How To" => "howto.md", + "Reference" => "reference.md", + "Design" => "design.md", + "Troubleshooting" => "troubleshooting.md", ], repo="https://github.com/c42f/RemoteREPL.jl/blob/{commit}{path}#L{line}", sitename="RemoteREPL.jl",