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
54 changes: 54 additions & 0 deletions docs/star-wars.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: "Star Wars"
description: "An overview of the Star Wars universe, its films, and key characters"
---

## Overview

Star Wars is an epic space-opera franchise created by George Lucas. It began with the 1977 film *Star Wars* (later subtitled *Episode IV: A New Hope*) and has since grown into a multimedia phenomenon spanning films, television series, novels, comics, and games.

## The Skywalker saga

The main film series, known as the Skywalker saga, comprises nine episodes released across three trilogies.

| Trilogy | Episode | Title | Release year |
| --------- | ------- | ----------------------- | ------------ |
| Original | IV | A New Hope | 1977 |
| Original | V | The Empire Strikes Back | 1980 |
| Original | VI | Return of the Jedi | 1983 |
| Prequel | I | The Phantom Menace | 1999 |
| Prequel | II | Attack of the Clones | 2002 |
| Prequel | III | Revenge of the Sith | 2005 |
| Sequel | VII | The Force Awakens | 2015 |
| Sequel | VIII | The Last Jedi | 2017 |
| Sequel | IX | The Rise of Skywalker | 2019 |

## The Force

The Force is a mystical energy field that binds the galaxy together. Force-sensitive individuals can harness it, typically aligning with one of two philosophies:

<CardGroup cols={2}>
<Card title="Jedi" icon="shield">
Guardians of peace and justice who follow the light side of the Force.
</Card>
<Card title="Sith" icon="bolt">
Practitioners of the dark side who pursue power through passion and aggression.
</Card>
</CardGroup>

## Key characters

- **Luke Skywalker** — Farm boy turned Jedi Knight who helps defeat the Galactic Empire.
- **Leia Organa** — Princess, senator, and leader of the Rebel Alliance.
- **Han Solo** — Smuggler and captain of the *Millennium Falcon*.
- **Darth Vader** — Sith Lord and former Jedi Anakin Skywalker.
- **Obi-Wan Kenobi** — Jedi Master who mentors both Anakin and Luke.
- **Yoda** — Ancient Jedi Grand Master, known for his wisdom and mastery of the Force.

## Beyond the films

The franchise extends well past the main film series with acclaimed television series such as *The Mandalorian*, *Andor*, and *The Clone Wars*, along with a vast collection of books, comics, and video games that expand the galaxy far, far away.

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