mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 02:58:08 +08:00
* feat(notion): support notion database * fix(notion): convert markdown to html * fix(notion): format notion docs + fix the dependencies version Co-authored-by: Tony <TonyRL@users.noreply.github.com> * docs(notion): insert new entries in alphabetical order. * refactor(notion): add notion key check * style(notion): format code * chore(notion): update pnpm-lock.yaml up to date with package.json * chore: rebuild pnpm lock ---------
14 lines
312 B
JavaScript
14 lines
312 B
JavaScript
module.exports = {
|
|
'notion.so': {
|
|
_name: 'Notion',
|
|
'.': [
|
|
{
|
|
title: 'Database',
|
|
docs: 'https://docs.rsshub.app/other.html#notion',
|
|
source: ['/:id'],
|
|
target: '/notion/database/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|