1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-24 23:59:46 +02:00

add short body

This commit is contained in:
Taly 2022-08-23 14:12:15 +03:00
parent cb877398a6
commit 03370dd066
5 changed files with 80 additions and 21 deletions

View file

@ -32,6 +32,8 @@ router.get('/search', async (req: Request, res: Response) => {
uri: page.uri,
// body: page.body,
// parent: page.parent,
section: page.section,
anchor: page.anchor,
shortBody: page.shortBody,
};
});