forked from flyover/box2d.ts
-
Notifications
You must be signed in to change notification settings - Fork 8
/
mono-docs.yml
27 lines (27 loc) · 847 Bytes
/
mono-docs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
siteName: "@box2d"
title: ""
description: A full-blown ecosystem for box2d for the JavaScript/TypeScript world
footer:
# - Zlib/Libpng License | https://github.com/Lusito/react-nano/blob/master/LICENSE
- Copyright © 2022 Santo Pfingsten
keywords:
- react
links:
- Benchmarks | https://lusito.github.io/box2d.ts/benchmark/
- Demos | https://lusito.github.io/box2d.ts/testbed/
- Github | https://github.com/lusito/box2d.ts
adjustPaths:
- ^\/packages\/([^/]+)(\/docs)?/([^/]+\.html)(#.+)?$|/$1/$3$4
- ^\/packages\/([^/]+)(\/docs)?/([^/]+/)?(#.+)?$|/$1/$3$4
projects:
- packages/core
- packages/controllers
- packages/lights
- packages/particles
- packages/debug-draw
buildOptions:
out: docs-dist
siteUrl: https://lusito.github.io/box2d.ts
static:
benchmark: apps/benchmark-web/dist
testbed: apps/testbed/dist