Skip to content

Commit 1be443d

Browse files
authored
Merge pull request #512 from kinde-oss/revert-511-alex/front-matter-updates-for-seo
Revert "Updating frontmatter for SEO"
2 parents 9f82847 + c40621a commit 1be443d

File tree

361 files changed

+361
-429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

361 files changed

+361
-429
lines changed

src/content.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ export const collections = {
1010
page_id: z.string().uuid(),
1111
relatedArticles: z.string().array().optional().nullable(),
1212
app_context: z.array(z.any()).optional(),
13-
social_sharing_image_url: z.string().optional(),
14-
audience: z.union([z.string(), z.array(z.string())]).optional(),
15-
complexity: z.string().optional(),
16-
keywords: z.array(z.string()).optional(),
17-
ai_summary: z.string().optional(),
18-
updated: z.union([z.string(), z.date()]).optional()
13+
social_sharing_image_url: z.string().optional()
1914
})
2015
})
2116
}),

src/content/docs/authenticate/about-auth/about-authentication.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/about-auth/authentication-methods.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/about-auth/identity-and-verification.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/about-auth/user-communication.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/auth-guides/enterprise-connections-identity.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/auth-guides/mixed-b2b-b2c.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/auth-guides/pass-params-idp.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/authentication-methods/email-authentication.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/authentication-methods/email-deliverability.mdx

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)