From 0b18e5a133e71d9897ce98487f71efe824fa4cdc Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Wed, 19 Jun 2024 10:45:30 -0400 Subject: [PATCH] updated link icon header --- docs_projectinca/astro.config.mjs | 2 ++ docs_projectinca/package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs_projectinca/astro.config.mjs b/docs_projectinca/astro.config.mjs index a6820a2..91fd6b5 100644 --- a/docs_projectinca/astro.config.mjs +++ b/docs_projectinca/astro.config.mjs @@ -8,6 +8,8 @@ export default defineConfig({ title: 'Project INCA Docs', social: { github: 'https://github.com/threefoldtech', + telegram: 'https://t.me/threefold', + 'x.com': 'https://x.com/threefold_io', }, sidebar: [ { diff --git a/docs_projectinca/package.json b/docs_projectinca/package.json index a267703..c606ce9 100644 --- a/docs_projectinca/package.json +++ b/docs_projectinca/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "@astrojs/check": "^0.7.0", - "@astrojs/starlight": "^0.24.2", - "astro": "^4.10.2", + "@astrojs/starlight": "^0.24.3", + "astro": "^4.10.3", "sharp": "^0.32.5", "typescript": "^5.4.5" } -- 2.40.1