Website: add alias /devstart to the developer "getting started" page

Add `/devstart` as an alias to `/development/getting-started/` page. This
is to be able to use a shorter link in the documentation I'm writing for
my hands-on class at SIGGRAPH 2025.
This commit is contained in:
Sybren A. Stüvel 2025-05-06 15:27:43 +02:00
parent 190e26adc0
commit dc152d6c9a

View File

@ -1,6 +1,8 @@
--- ---
title: Getting Started title: Getting Started
weight: 1 weight: 1
aliases:
- /devstart
--- ---
To start, get a **Git checkout** with either of these commands. The 1st one is for To start, get a **Git checkout** with either of these commands. The 1st one is for