Skip to content

Commit e960b28

Browse files
committed
Fix docs
1 parent 4beb093 commit e960b28

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

docs/Google-Student-Ambassador/part-1-getting-started/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: gsa-part-1
3-
slug: /docs/google-campus-ambassador-part-1
3+
slug: /google-campus-ambassador-part-1
44
title: Google Program Overview
55
description: Learn what the Google Student Ambassador program is and how you can lead the Gemini AI revolution on your campus.
66
keywords:

docs/Google-Student-Ambassador/part-2-application-process/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: gsa-part-2
3-
slug: /docs/google-campus-ambassador-part-2
3+
slug: /google-campus-ambassador-part-2
44
title: Google Ambassador Perks
55
description: Discover what a Google Student Ambassador actually does on campus and the rewards you can earn.
66
keywords:

docs/Google-Student-Ambassador/part-3-eligibility/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: gsa-part-3
3-
slug: /docs/google-campus-ambassador-part-3
3+
slug: /google-campus-ambassador-part-3
44
title: How to apply for Program
55
description: Check if you’re eligible for the Google Student Ambassador Program and learn how to submit a standout application.
66
keywords:

docs/Google-Student-Ambassador/part-4-gemini-pro/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: gsa-part-4
3-
slug: /docs/google-campus-ambassador-part-4
3+
slug: /google-campus-ambassador-part-4
44
title: How to get Gemini pro FREE
55
description: Check if you’re eligible for the Google Student Ambassador Program and learn how to submit a standout application.
66
keywords:

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const config: Config = {
119119
<div class="grid grid-cols-4 col-span-2">
120120
<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>
121121
<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>
122-
<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>
122+
<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>
123123
</div>
124124
</div>`,
125125
},

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ const sidebars: SidebarsConfig = {
144144
'Technical/intro-github',
145145
],
146146
},
147+
147148
],
148149
};
149150

0 commit comments

Comments
 (0)