We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92197a7 commit 5142abfCopy full SHA for 5142abf
doc/make.jl
@@ -155,15 +155,17 @@ const PAGES = [
155
"Manual" => ["index.md", Manual...],
156
"Base" => BaseDocs,
157
"Standard Library" => StdlibDocs,
158
- "Developer Documentation" => DevDocs
+ "Developer Documentation" => DevDocs,
159
+ hide("NEWS.md"),
160
]
161
else
162
const PAGES = [
163
"Julia Documentation" => "index.md",
164
165
"Manual" => Manual,
166
167
168
169
170
end
171
0 commit comments