14 lines
426 B
TypeScript
14 lines
426 B
TypeScript
import type { Namespace } from '@/types';
|
|
|
|
export const namespace: Namespace = {
|
|
name: 'Notion',
|
|
url: 'notion.so',
|
|
description: `:::warning
|
|
Need to set up Notion integration, please refer to [Route-specific Configurations](https://docs.rsshub.app/deploy/config#route-specific-configurations) for details.
|
|
:::
|
|
|
|
:::tip Recommendation
|
|
It is recommended to use with clipping tools such as Notion Web Clipper.
|
|
:::`,
|
|
};
|