1
- import { defineConfig } from ' vocs' ;
1
+ import { defineConfig } from " vocs" ;
2
2
3
3
export default defineConfig ( {
4
- title : ' Planck.js' ,
5
- rootDir : '.' ,
4
+ title : " Planck.js" ,
5
+ rootDir : "." ,
6
6
basePath : "/planck.js/docs/" ,
7
7
baseUrl : "/planck.js/docs/" ,
8
8
topNav : [
9
- { text : 'API Reference' , link : '/api/' } ,
10
- { text : 'GitHub' , link : 'https://github.com/piqnt/planck.js/' } ,
11
- { text : 'Discord' , link : 'https://discord.gg/znjh6J7' } ,
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" } ,
12
13
] ,
13
14
sidebar : [
14
15
{ link : "/" , text : "Introduction" } ,
15
16
{
16
- text : ' Get Started' ,
17
+ text : " Get Started" ,
17
18
collapsed : true ,
18
19
items : [
19
20
{ link : "/run-your-code" , text : "Run Your Code" } ,
@@ -24,7 +25,7 @@ export default defineConfig({
24
25
} ,
25
26
26
27
{
27
- text : ' API Conventions' ,
28
+ text : " API Conventions" ,
28
29
collapsed : true ,
29
30
items : [
30
31
{ link : "/api-conventions/units" , text : "Units" } ,
@@ -39,7 +40,7 @@ export default defineConfig({
39
40
{ link : "/fixture" , text : "Fixture" } ,
40
41
41
42
{
42
- text : ' Shape' ,
43
+ text : " Shape" ,
43
44
collapsed : true ,
44
45
link : "/shape" ,
45
46
items : [
@@ -52,7 +53,7 @@ export default defineConfig({
52
53
} ,
53
54
54
55
{
55
- text : ' Joint' ,
56
+ text : " Joint" ,
56
57
collapsed : true ,
57
58
link : "/joint" ,
58
59
items : [
0 commit comments