Skip to content

Commit

Permalink
Partial fix for #35495
Browse files Browse the repository at this point in the history
This removes the NEWS.md link at the bottom of the first page of the
manual. Given that we link to it prominently on top of the page, I
feel this is ok.

This will remove Section II of the PDF manual, where the release notes
take 15 pages (because ofthe way markdown gets converted to PDF).
  • Loading branch information
ViralBShah committed Jun 16, 2020
1 parent 4441245 commit f2c6796
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ write(joinpath(@__DIR__, "src", "NEWS.md"), replaced_links)

const PAGES = [
"Home" => "index.md",
hide("NEWS.md"),
"Manual" => [
"manual/getting-started.md",
"manual/variables.md",
Expand Down

0 comments on commit f2c6796

Please sign in to comment.