Skip to content

Commit da6ebff

Browse files
committed
Document the KSP PQSMod class
1 parent c7aaebc commit da6ebff

File tree

3 files changed

+427
-0
lines changed

3 files changed

+427
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ export default defineConfig({
3939
{ text: 'PQSMods', link: '/Syntax/PQSMods/' },
4040
{ text: 'Rings', link: '/Syntax/Rings' },
4141
]
42+
},
43+
{
44+
text: 'API Documentation',
45+
items: [
46+
{ text: 'PQSMod', link: '/API/PQSMod' }
47+
]
4248
}
4349
],
4450

0 commit comments

Comments
 (0)