Skip to content

Commit cdbf302

Browse files
committed
update docs
1 parent 3b561c1 commit cdbf302

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

docs/pages/rendering.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,8 @@ stability.
119119

120120
- [notchris/phaser3-planck](https://github.com/notchris/phaser3-planck) Phaser 3 Planck.js Plugin by Chris McGrane
121121
- [Phaser 3 with Planck.js](https://www.emanueleferonato.com/2019/10/12/use-box2d-physics-in-your-phaser-3-projects-with-planck-js-javascript-physics-engine/) by Emanuele Feronato
122-
- [P5.js integration](https://sites.google.com/site/professorcookga/planck-box2d-physics-for-javascript-p5) by Robert Cook
123-
- [RealPeha/planck-renderer](https://github.com/RealPeha/planck-renderer)
122+
- [P5Play](https://p5play.org/) - A game engine based on P5.js and Planck.js, by Quinton Ashley and Paolo Pedercini
123+
- [P5.js integration](https://sites.google.com/site/professorcookga/planck-box2d-physics-for-javascript-p5) by Professor Robert Cook
124+
- [Modd.io](https://www.modd.io/) - Online io game platform
125+
- [KaPlanck](https://github.com/KeSuave/KaPlanck) - Physics extension for KaPlay
126+
- [RealPeha/planck-renderer](https://github.com/RealPeha/planck-renderer)

docs/vocs.config.tsx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
import { defineConfig } from "vocs";
22

33
export default defineConfig({
4+
aiCta: false,
45
title: "Planck.js",
56
rootDir: ".",
67
basePath: "/planck.js/docs/",
78
baseUrl: "/planck.js/docs/",
8-
topNav: [
9-
{ text: "API Reference", link: "/api/"},
10-
{ text: "Playground", link: "https://piqnt.com/"},
11-
{ text: "GitHub", link: "https://github.com/piqnt/planck.js/"},
12-
{ text: "Discord", link: "https://discord.gg/znjh6J7"},
9+
topNav: [
10+
{ text: "API Reference", link: "/api/" },
11+
{ text: "Playground", link: "https://piqnt.com/" },
12+
{ text: "GitHub", link: "https://github.com/piqnt/planck.js/" },
13+
{ text: "Discord", link: "https://discord.gg/znjh6J7" },
1314
],
1415
sidebar: [
1516
{ link: "/", text: "Introduction" },
@@ -86,4 +87,4 @@ export default defineConfig({
8687
{ link: "/credits", text: "Credits & License" },
8788
],
8889
head: () => <script src="/plank.js/docs/messenger.js" />,
89-
})
90+
});

0 commit comments

Comments
 (0)