23 lines
1.3 KiB
TypeScript
23 lines
1.3 KiB
TypeScript
export const SITE_NAME =
|
|
"Plane | Simple, extensible, open-source project management tool.";
|
|
export const SITE_TITLE =
|
|
"Plane | Simple, extensible, open-source project management tool.";
|
|
export const SITE_DESCRIPTION =
|
|
"Open-source project management tool to manage issues, sprints, and product roadmaps with peace of mind.";
|
|
export const SITE_KEYWORDS =
|
|
"software development, plan, ship, software, accelerate, code management, release management, project management, issue tracking, agile, scrum, kanban, collaboration";
|
|
export const SITE_URL = "https://app.plane.so/";
|
|
export const TWITTER_USER_NAME =
|
|
"Plane | Simple, extensible, open-source project management tool.";
|
|
|
|
// Plane Sites Metadata
|
|
export const SPACE_SITE_NAME =
|
|
"Plane Publish | Make your Plane boards and roadmaps pubic with just one-click. ";
|
|
export const SPACE_SITE_TITLE =
|
|
"Plane Publish | Make your Plane boards public with one-click";
|
|
export const SPACE_SITE_DESCRIPTION =
|
|
"Plane Publish is a customer feedback management tool built on top of plane.so";
|
|
export const SPACE_SITE_KEYWORDS =
|
|
"software development, customer feedback, software, accelerate, code management, release management, project management, issue tracking, agile, scrum, kanban, collaboration";
|
|
export const SPACE_SITE_URL = "https://app.plane.so/";
|
|
export const SPACE_TWITTER_USER_NAME = "planepowers";
|