Skip to content

Commit ce85eee

Browse files
added hex-house links to github examples, added threejs and babylonjs menu items
1 parent 35678d6 commit ce85eee

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

docs/docusaurus.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ const config: Config = {
102102
},
103103
{ to: "/learn/code/intro", label: "Code", position: "left" },
104104
{ to: "/learn/3d-bits/intro", label: "3D Bits", position: "left" },
105+
{ to: "/learn/npm-packages/threejs", label: "ThreeJS", position: "left" },
106+
{ to: "/learn/npm-packages/babylonjs", label: "BabylonJS", position: "left" },
105107
{ to: "/blog", label: "Blog", position: "left" },
106108
{ to: "https://bitbybit.dev", label: "Home", position: "left" },
107109
{

docs/learn/npm-packages/babylonjs/hex-house-concept.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ We are providing a higher level explanations of the codebase below, but for work
6161
title="StackBlitz - Hex House Concept 3D"
6262
/>
6363

64+
### Find the source code on [Bitbybit GitHub Examples](https://github.com/bitbybit-dev/bitbybit/tree/master/examples/vite/babylonjs/hex-house-concept)
65+
6466
## 1. HTML Foundation (`index.html`)
6567

6668
The `index.html` file is the standard entry point, providing a canvas for BabylonJS.

docs/learn/npm-packages/threejs/advanced-parametric-3d-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ We are providing a higher level explanations of the codebase below, but for work
4646
title="StackBlitz - Advanced Parametric 3D Model with ThreeJS & Bitbybit"
4747
/>
4848

49+
### Find the source code on [Bitbybit GitHub Examples](https://github.com/bitbybit-dev/bitbybit/tree/master/examples/vite/threejs/hex-house-concept)
4950

50-
### Find the source code on [Bitbybit GitHub Examples](https://github.com/bitbybit-dev/bitbybit/tree/master/examples/vite/threejs/hex-shell)
5151

5252
## Project Structure Overview
5353

docs/learn/npm-packages/threejs/hex-house-concept.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ We are providing a higher level explanations of the codebase below, but for work
6262
title="StackBlitz - Hex House Concept 3D"
6363
/>
6464

65+
### Find the source code on [Bitbybit GitHub Examples](https://github.com/bitbybit-dev/bitbybit/tree/master/examples/vite/threejs/hex-house-concept)
66+
67+
6568
## 1. HTML Foundation (`index.html`)
6669

6770
The `index.html` file is the standard entry point, providing a canvas for ThreeJS.

0 commit comments

Comments
 (0)