rsshub
Version:
Make RSS Great Again!
10 lines (8 loc) • 322 B
text/typescript
import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Discourse',
description: `::: warning
You need to set the environment variable \`DISCOURSE_CONFIG_{id}\` before using it. Please refer to Configuration section in the Deploy page of the documentation.
:::`,
lang: 'en',
};