Last year I was shopping for a browser-based 3D engine and what really sold me on Babylon.js was the Examples page of the documentation. I used it to demo the engine for use at my job, and it was my primary learning resource and reference while getting started. Is this page coming back, or is there anything I can do to help get it back online?
Hey @Knar! Super glad to know that the examples were such an impactful part of the documentation. When we reorganized the documentation in late 2020, this was one of the pages that changed a bit.
The page is gone, but the content actually still exists, it’s just in a different location.
It may look a little different than before. We added a few examples, and pulled a few out as we felt was relevant to people’s learning paths with Babylon.js. But they are still there!
Sorry that this wasn’t clear where to find them!
I’ll give some thought to the idea of including the same examples pane in the documentation somehow
Replace (or at least supplement) the unreadable “book” icon in the Playground with a text that literally says “Examples” so users can actually find it
In the documentation sidebar, add a separate category link called “Examples” to the very top (or bottom) to make it as easy as possible to discover, since it’s likely to be one of the first things someone might be interested in. Hiding it under some obscure subcategory would be doing your (newer) users a disservice
This link could either lead to a separate /examples page listing all the Playground examples by category, or (arguably worse) open the Playground directly but have the Examples panel opened by default in this view
I feel like examples are crucial for someone to quickly answer very specific questions (“How do I do X?”), for standard problems, and as it stands now you’d have to search the entire documentation for any example that might pertain to your problem.
The “Getting started” guide isn’t a replacement as it serves a different purpose (tutorial vs. “cooking recipe”), and while the Playground provides examples it’s not really searchable in terms of functionality and therefore only useful if you actually know which playground example demonstrates which feature.