24 lines
1.2 KiB
TypeScript
24 lines
1.2 KiB
TypeScript
/**
|
|
* Copyright (c) 2023-present Plane Software, Inc. and contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
* See the LICENSE file for details.
|
|
*/
|
|
|
|
export const SITE_NAME = "NODE.DC | Self-hosted task management workspace.";
|
|
export const SITE_TITLE = "NODE.DC | Self-hosted task management workspace.";
|
|
export const SITE_DESCRIPTION =
|
|
"Self-hosted task management workspace for projects, work items, and internal operational flows.";
|
|
export const SITE_KEYWORDS =
|
|
"nodedc, task management, workflow, project management, self-hosted, work items, internal operations, kanban, collaboration";
|
|
export const SITE_URL = "https://app.plane.so/";
|
|
export const TWITTER_USER_NAME = "NODE.DC";
|
|
|
|
// Plane Sites Metadata
|
|
export const SPACE_SITE_NAME = "NODE.DC Publish | Publish boards and roadmaps with one click.";
|
|
export const SPACE_SITE_TITLE = "NODE.DC Publish | Publish boards and roadmaps with one click";
|
|
export const SPACE_SITE_DESCRIPTION = "NODE.DC Publish exposes boards and roadmaps from your self-hosted workspace.";
|
|
export const SPACE_SITE_KEYWORDS =
|
|
"nodedc, publish, roadmap, board, self-hosted, project management, work items";
|
|
export const SPACE_SITE_URL = "https://app.plane.so/";
|
|
export const SPACE_TWITTER_USER_NAME = "NODE.DC";
|