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