Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: gsa-part-1
slug: /docs/google-campus-ambassador-part-1
slug: /google-campus-ambassador-part-1
title: Google Program Overview
description: Learn what the Google Student Ambassador program is and how you can lead the Gemini AI revolution on your campus.
keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: gsa-part-2
slug: /docs/google-campus-ambassador-part-2
slug: /google-campus-ambassador-part-2
title: Google Ambassador Perks
description: Discover what a Google Student Ambassador actually does on campus and the rewards you can earn.
keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: gsa-part-3
slug: /docs/google-campus-ambassador-part-3
slug: /google-campus-ambassador-part-3
title: How to apply for Program
description: Check if you’re eligible for the Google Student Ambassador Program and learn how to submit a standout application.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion docs/Google-Student-Ambassador/part-4-gemini-pro/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: gsa-part-4
slug: /docs/google-campus-ambassador-part-4
slug: /google-campus-ambassador-part-4
title: How to get Gemini pro FREE
description: Check if you’re eligible for the Google Student Ambassador Program and learn how to submit a standout application.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const config: Config = {
<div class="grid grid-cols-4 col-span-2">
<a href="https://www.youtube.com/watch?v=GrTV59Y84S8&list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63&ab_channel=RecodeHive" class="nav__icons"> <img src="/icons/git.svg" alt="git" /> </a>
<a href="https://www.youtube.com/watch?v=O1ahDsq8DU0&list=PLrLTYhoDFx-k62rLLajSB-jeqKwLkDrkF&ab_channel=RecodeHive" class="nav__icons"> <img src="/icons/postman.svg" alt="Postman" /> </a>
<a href="/docs/category/google-student-ambassador" class="nav__icons"> <img src="https://avatars.githubusercontent.com/u/222021622?s=400&u=cb88492d19d9023cac470c3959b25285bb5abcfa&v=4" alt="Google" /> </a>
<a href="/docs/google-campus-ambassador-part-1" class="nav__icons"> <img src="https://avatars.githubusercontent.com/u/222021622?s=400&u=cb88492d19d9023cac470c3959b25285bb5abcfa&v=4" alt="Google" /> </a>
</div>
</div>`,
},
Expand Down
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ const sidebars: SidebarsConfig = {
'Technical/intro-github',
],
},

],
};

Expand Down
Loading