Files
RSSHub/lib/v2/notion/radar.js
Curly Brackets 5e3a580917 feat(notion): support notion database (#12546)
* 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

---------
2023-05-22 21:18:25 +08:00

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',
},
],
},
};