From 6e7bf38ccdf222640bb85fc34dba05b381ab3e0e Mon Sep 17 00:00:00 2001 From: developerjamiu Date: Fri, 15 May 2026 08:28:40 +0100 Subject: [PATCH] docs: Add top-level Serverpod Academy page --- docs/serverpod-academy.md | 21 +++++++++++++++++++++ src/css/custom.css | 3 ++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 docs/serverpod-academy.md diff --git a/docs/serverpod-academy.md b/docs/serverpod-academy.md new file mode 100644 index 00000000..865903df --- /dev/null +++ b/docs/serverpod-academy.md @@ -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)** diff --git a/src/css/custom.css b/src/css/custom.css index 75f86ceb..33bf2023 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -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; }