BabylonJS / OldDocumentationSite

Babylon.js documentation page
http://doc.babylonjs.com
Apache License 2.0
66 stars 188 forks source link

Page not found errors on local version of Documentation #2002

Closed thomlucc closed 4 years ago

thomlucc commented 4 years ago

Some menu items of the documentation return a page not found error

Repro:

-> Menu not working: "Babylon 101", "How To", "Features", "Resources", "Extensions", "Snippets" -> Menu working: "Home", "What's new", "Examples", "API", "Playground

RaananW commented 4 years ago

Just making sure - did you run the build task before?

I get the page rendered:

image

But I agree that build should execute automatically before serve (or better yet - during!)

RaananW commented 4 years ago

This is related to the node version used to build the documentation page. at the moment we only support node < 12, due to grunt's dependencies. This will change soon.