42 lines
1.2 KiB
Text
42 lines
1.2 KiB
Text
|
|
---
|
||
|
|
title: Flair Leaderboard
|
||
|
|
description: Who's got the most pieces of documentation flair?
|
||
|
|
---
|
||
|
|
|
||
|
|
import { Aside } from '@astrojs/starlight/components';
|
||
|
|
|
||
|
|
# Flair Leaderboard
|
||
|
|
|
||
|
|
> *"You know, the Nazis had pieces of flair they made the Jews wear."*
|
||
|
|
> *"...okay, we're going to need to talk about your TPS reports."*
|
||
|
|
|
||
|
|
## Collect Flair
|
||
|
|
|
||
|
|
Spend time on documentation pages to earn pieces of flair. Each page has its own badge:
|
||
|
|
|
||
|
|
| Page | Flair |
|
||
|
|
|------|-------|
|
||
|
|
| Home | 📄 "I Was Told There Would Be Extraction" |
|
||
|
|
| Backstory | 🔴 "Basement Dweller" |
|
||
|
|
| Installation | 🖨️ "PC Load Letter" |
|
||
|
|
| Quick Start | ☕ "Case of the Mondays" |
|
||
|
|
| Tools Reference | 📋 "TPS Report Expert" |
|
||
|
|
| Architecture | 👔 "The Bobs Approved" |
|
||
|
|
| Test Dashboard | 📝 "Did You Get The Memo?" |
|
||
|
|
| Torture Tests | 😮 "O Face" |
|
||
|
|
| Credits | 🔴 "I Have Your Stapler" |
|
||
|
|
|
||
|
|
<Aside type="caution" title="Coming Soon">
|
||
|
|
Full gamification system with localStorage persistence and optional leaderboard API integration.
|
||
|
|
</Aside>
|
||
|
|
|
||
|
|
## The Goal
|
||
|
|
|
||
|
|
Collect all 12 pieces of flair. Brian from accounting has 37, but we only ask for the minimum.
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
<div style="text-align: center; margin-top: 2rem; font-style: italic; opacity: 0.7;">
|
||
|
|
*"We need to talk about your flair..."*
|
||
|
|
</div>
|