Skip to content

Commit 16ca683

Browse files
goabegoabebraham
andauthored
Updated Vitepress site to have meta tag images for better social media sharing (#134)
* Adding livestream recording from March 6, 2025 from Startup AI School * Updated video details * Updated README with new video tutorial details * Added agent starter pack site screenshot and Meta tags for vitepress site for better social sharing * removed test.gif --------- Co-authored-by: Abraham <j.abraham.gomez@gmail.com>
1 parent a429a25 commit 16ca683

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

docs/.vitepress/config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ import { defineConfig } from 'vitepress'
22

33
export default defineConfig({
44
title: 'Agent Starter Pack',
5-
description: 'Build Production Agents faster',
5+
description: 'Build Production AI Agents faster using Agent Starter Pack',
66
base: '/agent-starter-pack/',
77
head: [
8+
['meta', {property: 'og:image', content: '/images/agent_starter_pack_screenshot.png'}],
9+
['meta', {property: 'og:twitter:image', content: '/images/agent_starter_pack_screenshot.png'}],
810
['link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }],
911
['link', { rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' }],
1012
['link', { href: 'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap', rel: 'stylesheet' }],
346 KB
Loading

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Help us spread the word by giving us a star on GitHub!
3838
<a href="https://github.com/GoogleCloudPlatform/agent-starter-pack/stargazers" target="_blank" rel="noopener noreferrer" style="display: inline-block; margin-top: 8px;"> <!-- Link the badge too! -->
3939
![GitHub Stars](https://img.shields.io/github/stars/GoogleCloudPlatform/agent-starter-pack?style=social&color=yellow) <!-- Added style=social for better look -->
4040
</a>
41+
4142
:::
4243

4344
## Quick Links

docs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"docs:preview": "vitepress preview"
1111
},
1212
"devDependencies": {
13-
"vitepress": "^1.0.0-rc.40"
13+
"vitepress": "^1.6.3"
1414
}
1515
}

0 commit comments

Comments
 (0)