JuliaBesties / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://JuliaBesties.github.io/BestieTemplate.jl/
Mozilla Public License 2.0
43 stars 9 forks source link

Improve pages section in the docs/make.jl #351

Closed abelsiqueira closed 1 month ago

abelsiqueira commented 3 months ago

Description

Based on #289. It is easy to break the pages build by adding a single ,. We can improve, for instance, by changing the line to [index; list_of_pages] where list_of_pages is defined earlier.