diff --git a/docs/make.jl b/docs/make.jl index 0a8a2a8..4f2e117 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -14,7 +14,7 @@ makedocs(; modules=[SequenceVariation], pages=[ "Home" => "index.md", - "Working with variants" => "variants.md", + "Working with haplotypes" => "haplotypes.md", "Working with variations" => "variations.md", "Comparing variations" => "compare.md", "API Reference" => "api.md", diff --git a/docs/src/variants.md b/docs/src/haplotypes.md similarity index 100% rename from docs/src/variants.md rename to docs/src/haplotypes.md