We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b90cf commit a10084eCopy full SHA for a10084e
public/og_image.png
-366 KB
src/consts.ts
@@ -2,7 +2,7 @@ export const ROOT_TITLE = 'Docs | Plural'
2
export const PAGE_TITLE_PREFIX = 'Docs | Plural | '
3
export const PAGE_TITLE_SUFFIX = ''
4
export const META_DESCRIPTION =
5
- 'Everything you need to deploy open-source data infrastructure with Plural.'
+ 'Get started with Plural Console, the enterprise Kubernetes management platform.'
6
export const getAppMetaDescription = (displayName?: string) => {
7
if (!displayName) return undefined
8
0 commit comments