diff --git a/docs/make.jl b/docs/make.jl index b166f41..7f7d98b 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -18,6 +18,7 @@ makedocs(; pages = [ "Home" => "index.md", "Finding ORFs" => "naivefinder.md", + "Scoring ORFs" => "features.md", "A Simple Coding Rule" => "simplecodingrule.md", "Wrtiting ORFs In Files" => "iodocs.md", "API" => "api.md", @@ -26,4 +27,4 @@ makedocs(; warnonly = true, ) -deploydocs(; repo = "https://github.com/camilogarciabotero/GeneFinder.jl", devbranch = "main") \ No newline at end of file +deploydocs(; repo = "https://github.com/camilogarciabotero/GeneFinder.jl", devbranch = "scoredocs") \ No newline at end of file