updated link icon header #105

Merged
mik-tf merged 1 commits from development_icon into development 2024-06-19 16:56:58 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 0b18e5a133 - Show all commits

View File

@ -8,6 +8,8 @@ export default defineConfig({
title: 'Project INCA Docs', title: 'Project INCA Docs',
social: { social: {
github: 'https://github.com/threefoldtech', github: 'https://github.com/threefoldtech',
telegram: 'https://t.me/threefold',
'x.com': 'https://x.com/threefold_io',
}, },
sidebar: [ sidebar: [
{ {

View File

@ -11,8 +11,8 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.7.0", "@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.24.2", "@astrojs/starlight": "^0.24.3",
"astro": "^4.10.2", "astro": "^4.10.3",
"sharp": "^0.32.5", "sharp": "^0.32.5",
"typescript": "^5.4.5" "typescript": "^5.4.5"
} }