docs: Remove some stale docs from the api app.

This commit is contained in:
2025-09-28 13:27:37 -04:00
parent c60ff86a4d
commit 53261a6fbc
3 changed files with 4 additions and 34 deletions

View File

@@ -55,6 +55,9 @@ app.setDocument(`<head>
</head>
<body style="color:#fff">
${markdown(docs.docs.global)}
<!--
${Object.keys(docs.docs).filter(x => [...treeify('', globalThis)].indexOf(x) == -1).map(x => `<p>STALE: ${x}</p>`).join('')}
-->
${[...treeify('', globalThis)].map(x => document(x)).join('\n')}
<a id="Database"></a>
${markdown(docs.docs.database)}