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
6 changes: 6 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
"docs/implementation-exercises/async-export-jobs",
"docs/implementation-exercises/team-feature-flags"
]
},
{
"group": "Fun",
"pages": [
"docs/star-wars"
]
}
]
},
Expand Down
82 changes: 82 additions & 0 deletions docs/star-wars.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
---
title: "Star Wars"
description: "An overview of the Star Wars universe"
---

## Overview

Star Wars is an epic space opera franchise created by [George Lucas](https://en.wikipedia.org/wiki/George_Lucas). The first film was released in 1977 and has since grown into one of the most influential media franchises in history, spanning films, television series, novels, comics, and video games.

## The saga

The core Star Wars saga is divided into three trilogies, following the rise, fall, and redemption of the Skywalker family.

<CardGroup cols={3}>
<Card title="Original trilogy" icon="film">
Episodes IV–VI, released between 1977 and 1983, introducing Luke Skywalker, Princess Leia, and Han Solo.
</Card>
<Card title="Prequel trilogy" icon="film">
Episodes I–III, released between 1999 and 2005, chronicling Anakin Skywalker's fall to the dark side.
</Card>
<Card title="Sequel trilogy" icon="film">
Episodes VII–IX, released between 2015 and 2019, following a new generation of heroes and villains.
</Card>
</CardGroup>

## Key factions

<AccordionGroup>
<Accordion title="The Jedi Order" icon="user-shield">
Guardians of peace and justice in the galaxy, the Jedi are Force-sensitive warriors who follow the light side of the Force. They wield lightsabers and practice discipline, knowledge, and self-control.
</Accordion>
<Accordion title="The Sith" icon="skull">
Ancient enemies of the Jedi, the Sith draw power from the dark side of the Force, channeling passion, anger, and ambition. They follow the Rule of Two: a master and an apprentice.
</Accordion>
<Accordion title="The Rebel Alliance" icon="star">
A coalition of freedom fighters who oppose the tyrannical Galactic Empire, working to restore the Republic.
</Accordion>
<Accordion title="The Galactic Empire" icon="crown">
An autocratic regime led by Emperor Palpatine, enforcing order across the galaxy through fear, the Imperial military, and the dreaded Death Star.
</Accordion>
</AccordionGroup>

## Iconic characters

| Character | Affiliation | Role |
| ------------------- | ----------------- | ----------------------------------- |
| Luke Skywalker | Rebel Alliance | Jedi Knight and hero of the Rebellion |
| Darth Vader | Galactic Empire | Sith Lord and former Jedi |
| Princess Leia Organa | Rebel Alliance | Senator and Rebellion leader |
| Han Solo | Rebel Alliance | Smuggler and captain of the Millennium Falcon |
| Yoda | Jedi Order | Grand Master of the Jedi Council |
| Obi-Wan Kenobi | Jedi Order | Jedi Master and mentor |
| Rey | Resistance | Jedi and scavenger from Jakku |
| Kylo Ren | First Order | Dark side warrior and Ben Solo |

## The Force

The Force is an energy field created by all living things. It binds the galaxy together and grants those sensitive to it extraordinary abilities.

<Note>
"May the Force be with you." — A traditional Star Wars farewell.
</Note>

## Beyond the films

The Star Wars universe extends far beyond the main saga, including:

- **Television series:** *The Mandalorian*, *Andor*, *Ahsoka*, *The Clone Wars*, and *Rebels*.
- **Anthology films:** *Rogue One* and *Solo*.
- **Novels and comics:** Expanded stories set across all eras of galactic history.
- **Video games:** Including *Jedi: Fallen Order*, *Battlefront*, and *Knights of the Old Republic*.

## Learn more

<CardGroup cols={2}>
<Card title="Official site" icon="globe" href="https://www.starwars.com">
Visit the official Star Wars website.
</Card>
<Card title="Wookieepedia" icon="book" href="https://starwars.fandom.com">
Explore the Star Wars encyclopedia.
</Card>
</CardGroup>