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:
parent
cb877398a6
commit
03370dd066
5 changed files with 80 additions and 21 deletions
|
@ -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,
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue