From 34aae8535e849079dc7b2f3bd95cb0b88591146c Mon Sep 17 00:00:00 2001 From: Chris Simon Date: Sat, 30 Nov 2024 11:34:52 +1100 Subject: [PATCH] docs: fine-tune docs site socials and metadata tags --- docs/web/astro.config.mjs | 7 +++++++ docs/web/src/content/docs/index.mdx | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/web/astro.config.mjs b/docs/web/astro.config.mjs index abc8b56..13e1e74 100644 --- a/docs/web/astro.config.mjs +++ b/docs/web/astro.config.mjs @@ -7,6 +7,11 @@ export default defineConfig({ integrations: [ starlight({ title: 'Contextive', + description: 'A suite of tools for immersing developers in the language of your domains.', + editLink: { + baseUrl: 'https://github.com/dev-cycles/contextive/edit/main/docs/web/', + }, + tagline: 'Get on the same page.', logo: { alt: 'Contextive', replacesTitle: true, @@ -15,6 +20,8 @@ export default defineConfig({ }, social: { github: 'https://github.com/dev-cycles/contextive', + blueSky: 'https://bsky.app/profile/contextive.tech', + linkedin: 'https://www.linkedin.com/company/contextive-tech', }, customCss: [ './src/assets/fonts/Forrest/font-face.css', diff --git a/docs/web/src/content/docs/index.mdx b/docs/web/src/content/docs/index.mdx index a4369fe..d1ea5a8 100644 --- a/docs/web/src/content/docs/index.mdx +++ b/docs/web/src/content/docs/index.mdx @@ -1,6 +1,5 @@ --- -title: Get on the same page -description: Get on the same page. +title: Documentation template: splash hero: tagline: A suite of tools to help immerse teams in the language of their domains.