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
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"pages": [
"docs/index",
"docs/quickstart",
"docs/development"
"docs/development",
"docs/star-wars"
]
},
{
Expand Down
76 changes: 76 additions & 0 deletions docs/star-wars.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: "Star Wars"
description: "An overview of the Star Wars universe, films, and characters"
---

## Overview

Star Wars is an epic space opera franchise created by George Lucas. It began with the release of the original film in 1977 and has since expanded into a vast multimedia universe spanning films, television series, books, comics, and games.

## The Skywalker Saga

The main film series, known as the Skywalker Saga, consists of nine episodic films organized into three trilogies.

<CardGroup cols={3}>
<Card title="Original trilogy" icon="film">
- Episode IV: A New Hope (1977)
- Episode V: The Empire Strikes Back (1980)
- Episode VI: Return of the Jedi (1983)
</Card>
<Card title="Prequel trilogy" icon="film">
- Episode I: The Phantom Menace (1999)
- Episode II: Attack of the Clones (2002)
- Episode III: Revenge of the Sith (2005)
</Card>
<Card title="Sequel trilogy" icon="film">
- Episode VII: The Force Awakens (2015)
- Episode VIII: The Last Jedi (2017)
- Episode IX: The Rise of Skywalker (2019)
</Card>
</CardGroup>

## Key concepts

### The Force

The Force is a mystical energy field that binds the galaxy together. Force-sensitive individuals can harness it to perform extraordinary feats, and the philosophy is divided between two sides:

- **Light side**: Practiced by the Jedi, who value peace, knowledge, and selflessness.
- **Dark side**: Practiced by the Sith, who draw power from passion, anger, and fear.

### The Jedi and the Sith

<AccordionGroup>
<Accordion title="The Jedi Order" icon="shield">
Guardians of peace and justice in the galaxy. The Jedi train from a young age to master the Force and wield lightsabers, traditionally with blue or green blades.
</Accordion>
<Accordion title="The Sith Order" icon="bolt">
Ancient enemies of the Jedi who follow the Rule of Two: one master and one apprentice. Sith lightsabers traditionally have red blades.
</Accordion>
</AccordionGroup>

## Iconic characters

| Character | Affiliation | Role |
| ------------------ | ----------------- | ----------------------------------- |
| Luke Skywalker | Rebel Alliance | Jedi Knight, hero of the Rebellion |
| Darth Vader | Galactic Empire | Sith Lord, formerly Anakin Skywalker |
| Princess Leia | Rebel Alliance | Leader and diplomat |
| Han Solo | Rebel Alliance | Smuggler turned hero |
| Obi-Wan Kenobi | Jedi Order | Jedi Master and mentor |
| Yoda | Jedi Order | Grand Master of the Jedi |
| Emperor Palpatine | Galactic Empire | Sith Lord and Emperor |
| Rey | Resistance | Jedi of the new generation |

## Expanded universe

Beyond the main films, the Star Wars universe includes:

- **Standalone films**: *Rogue One* (2016) and *Solo* (2018).
- **Animated series**: *The Clone Wars*, *Rebels*, *The Bad Batch*.
- **Live-action series**: *The Mandalorian*, *The Book of Boba Fett*, *Andor*, *Ahsoka*.
- **Books, comics, and games**: A vast collection of stories spanning thousands of years of in-universe history.

<Note>
May the Force be with you.
</Note>