|
1 | 1 | import { defineConfig } from "vocs"; |
2 | 2 |
|
3 | 3 | export default defineConfig({ |
| 4 | + aiCta: false, |
4 | 5 | title: "Planck.js", |
5 | 6 | rootDir: ".", |
6 | 7 | basePath: "/planck.js/docs/", |
7 | 8 | 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" }, |
13 | 14 | ], |
14 | 15 | sidebar: [ |
15 | 16 | { link: "/", text: "Introduction" }, |
@@ -86,4 +87,4 @@ export default defineConfig({ |
86 | 87 | { link: "/credits", text: "Credits & License" }, |
87 | 88 | ], |
88 | 89 | head: () => <script src="/plank.js/docs/messenger.js" />, |
89 | | -}) |
| 90 | +}); |
0 commit comments