Fix API page generator and add missing integration nav entries (#680)

This commit is contained in:
Bethuel Mmbaga
2026-04-02 19:08:28 +03:00
committed by GitHub
parent a210d44736
commit 4bc28ac346
9 changed files with 8535 additions and 105 deletions

View File

@@ -3,6 +3,9 @@
"compilerOptions": {
"incremental": true,
"noImplicitAny": false,
"strict": false,
"strictNullChecks": false,
"types": ["node"],
"baseUrl": ".",
"paths": {
"~/*": ["./*"]