Skip to content

Commit 79757e2

Browse files
docs updates
1 parent 1bd0caf commit 79757e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/learn/getting-started/engines/babylonjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sidebar_position: 1
33
title: "Getting Started with BabylonJS"
44
sidebar_label: "BabylonJS"
55
description: "Get started with Bitbybit and BabylonJS - our fully integrated 3D game engine. Learn about integration approaches including visual editors, NPM packages, and runners."
6-
tags: [getting-started, babylonjs, engines]
6+
tags: [getting-started, babylonjs]
77
---
88

99
import Admonition from '@theme/Admonition';

docs/learn/getting-started/engines/playcanvas.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sidebar_position: 3
33
title: "Getting Started with PlayCanvas"
44
sidebar_label: "PlayCanvas"
55
description: "Get started with Bitbybit and PlayCanvas - a powerful WebGL game engine. Learn about NPM packages and runners integration approaches."
6-
tags: [getting-started, playcanvas, engines]
6+
tags: [getting-started, playcanvas]
77
---
88

99
import Admonition from '@theme/Admonition';

docs/learn/getting-started/engines/threejs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sidebar_position: 2
33
title: "Getting Started with ThreeJS"
44
sidebar_label: "ThreeJS"
55
description: "Get started with Bitbybit and ThreeJS - the world's most popular WebGL library. Learn about NPM packages and runners integration approaches."
6-
tags: [getting-started, threejs, engines]
6+
tags: [getting-started, threejs]
77
---
88

99
import Admonition from '@theme/Admonition';

docs/learn/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To get started:
3535

3636
* We offer [**NPM packages**](/learn/npm-packages/intro) that you can incorporate into your own websites.
3737
* *Note: These packages do not include our proprietary advanced algorithms or the models available in the 3D Models section.*
38-
* Check out how to set up our algorithms with [**Three.JS**](/learn/npm-packages/threejs/intro) or [**Babylon.JS**](/learn/npm-packages/babylonjs/intro). We include some complete powerful demos with explanations.
38+
* Check out how to set up our algorithms with [**Three.JS**](/learn/npm-packages/threejs), [**Babylon.JS**](/learn/npm-packages/babylonjs) or [**PlayCanvas**](/learn/npm-packages/playcanvas). We include some complete powerful demos with explanations.
3939
* Also consider our course: [**Introduction To Programming 3D In TypeScript**](https://bitbybit.dev/school/courses/introduction-to-programming-3d-in-typescript).
4040
* Or, if you're familiar with BabylonJS: [**Bitbybit For BabylonJS Developers**](https://bitbybit.dev/school/courses/bitbybit-for-babylonjs-developers).
4141
These courses explore how our algorithms can create 3D CAD applications.

0 commit comments

Comments
 (0)