Skip to content

Commit

Permalink
bump Documenter v1
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenoris committed Sep 1, 2024
1 parent c0731cc commit 69fe5cb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ using Documenter, XLSX
makedocs(
sitename = "XLSX.jl",
modules = [ XLSX ],
pages = [ "Home" => "index.md",
"Tutorial" => "tutorial.md",
"API Reference" => "api.md",
"Migration Guides" => "migration.md",
]
pages = [
"Home" => "index.md",
"Tutorial" => "tutorial.md",
"API Reference" => "api.md",
"Migration Guides" => "migration.md",
],
checkdocs=:none,
)

deploydocs(
Expand Down

0 comments on commit 69fe5cb

Please sign in to comment.