Skip to content
Open
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
21 changes: 21 additions & 0 deletions docs/serverpod-academy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Serverpod Academy
sidebar_label: Serverpod Academy
sidebar_class_name: sidebar-icon-academy
sidebar_position: 4.5
description: Free video curriculum on the Serverpod framework. Build a complete app end-to-end and earn a certificate on completion.
---

# Serverpod Academy

[Serverpod Academy](https://academy.serverpod.dev) is a free video curriculum on the Serverpod framework. Get Started gets you to a running server; the Academy is the deep dive that builds on it.

The flagship course, **Ground Training**, is a 4-hour walkthrough where you build a working app end-to-end with Serverpod. You'll cover:

- The core framework concepts.
- Hands-on work with endpoints, models, and the database.
- Practical patterns from a real, working app.

You finish with a complete app and a certificate.

**[Join the Academy](https://academy.serverpod.dev)**
3 changes: 2 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@ a.navbar__link svg use[href="#theme-svg-external-link"] {
--sidebar-icon-color: currentColor;
}

.theme-doc-sidebar-menu .sidebar-icon-learn > div.menu__list-item-collapsible > a.menu__link--sublist {
.theme-doc-sidebar-menu .sidebar-icon-learn > div.menu__list-item-collapsible > a.menu__link--sublist,
.theme-doc-sidebar-menu .sidebar-icon-academy .menu__link {
--sidebar-icon-mask: url('/img/sidebar-icon-graduation-cap.svg');
--sidebar-icon-color: currentColor;
}
Expand Down
Loading