Skip to content

Commit

Permalink
remove ... from docs file names because they are no longer necessary …
Browse files Browse the repository at this point in the history
…with DocumenterVitepress (LilithHafner#66)
  • Loading branch information
LilithHafner authored Mar 4, 2024
1 parent f270b4f commit 302975d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ makedocs(;
"Why use Chairmarks?" => "why.md",
"Tutorial" => "tutorial.md",
"How To" => [
"...migrate from BenchmarkTools" => "migration.md",
"...install Chairmarks ergonomically" => "autoload.md",
"...perform automated regression testing on a package" => "regressions.md",
"migrate from BenchmarkTools" => "migration.md",
"install Chairmarks ergonomically" => "autoload.md",
"perform automated regression testing on a package" => "regressions.md",
],
"Reference" => "reference.md",
"Explanations" => "explanations.md",
Expand Down

0 comments on commit 302975d

Please sign in to comment.