BabylonJS / Documentation

Babylon.js's documentation website

Home Page:https://doc.babylonjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babylon.js documentation website

Requirements

  • Node 16 and up

Getting Started

Install dependencies

npm install

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Custom markdown components

Markdowns can now be augmented with special components. For example, adding:

<Playground id="#Y642I8" title="Tinted Shadows Example" description="A Playground example of tinted shadows." />

will add a playground to the examples pane, allow to show its preview, add a styled link and add it to the search index for the playground. This will also generate images for this playground's preview when needed. Please make sure to commit those images.

Documentation for all markdown components is coming soon.

About

Babylon.js's documentation website

https://doc.babylonjs.com

License:Apache License 2.0


Languages

Language:TypeScript 66.3%Language:SCSS 23.4%Language:HTML 9.5%Language:Sass 0.6%Language:JavaScript 0.2%