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" }