10 lines
322 B
TypeScript
10 lines
322 B
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',
|
|
};
|