-
Notifications
You must be signed in to change notification settings - Fork 235
docs: add Star Wars demo page #5885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mintlify
wants to merge
1
commit into
main
Choose a base branch
from
mintlify/f6822e68
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,7 +42,8 @@ | |
| "cli/commands" | ||
| ] | ||
| }, | ||
| "ai-native" | ||
| "ai-native", | ||
| "star-wars" | ||
| ] | ||
| }, | ||
| { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| --- | ||
| title: "Star Wars" | ||
| description: "A demo page about the Star Wars saga." | ||
| --- | ||
|
|
||
| ## Overview | ||
|
|
||
| Star Wars is an epic space opera franchise created by George Lucas. It began with the 1977 film *Star Wars* (later subtitled *A New Hope*) and has since grown into a sprawling multimedia universe spanning films, television, books, comics, and games. | ||
|
|
||
| ## The Skywalker Saga | ||
|
Check warning on line 10 in star-wars.mdx
|
||
|
|
||
| The main film series follows the Skywalker family across three trilogies: | ||
|
|
||
| - **Original trilogy (1977–1983):** *A New Hope*, *The Empire Strikes Back*, *Return of the Jedi* | ||
| - **Prequel trilogy (1999–2005):** *The Phantom Menace*, *Attack of the Clones*, *Revenge of the Sith* | ||
| - **Sequel trilogy (2015–2019):** *The Force Awakens*, *The Last Jedi*, *The Rise of Skywalker* | ||
|
|
||
| ## The Force | ||
|
|
||
| The Force is a metaphysical energy field that binds the galaxy together. Practitioners fall into two main traditions: | ||
|
|
||
| - **Jedi** — guardians of peace who draw on the light side | ||
| - **Sith** — adversaries who channel the dark side through passion and power | ||
|
Check warning on line 23 in star-wars.mdx
|
||
|
|
||
| ## Notable characters | ||
|
|
||
| | Character | Affiliation | Role | | ||
| | --- | --- | --- | | ||
| | Luke Skywalker | Jedi | Hero of the original trilogy | | ||
| | Darth Vader | Sith | Fallen Jedi, Luke's father | | ||
| | Leia Organa | Rebel Alliance | Princess and resistance leader | | ||
|
Check warning on line 31 in star-wars.mdx
|
||
| | Han Solo | Smuggler | Captain of the *Millennium Falcon* | | ||
| | Yoda | Jedi Master | Ancient teacher of the Jedi | | ||
|
|
||
| ## Further reading | ||
|
|
||
| - [StarWars.com](https://www.starwars.com) | ||
| - [Wookieepedia](https://starwars.fandom.com) | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Demo page committed to production documentation site
High Severity
A Star Wars demo page with no relation to the Mintlify product is being added to the production "Get started" navigation group alongside real pages like
quickstart,ai-native, and the CLI docs. This would appear on the live Mintlify documentation site (mintlify.com/docs) as a real navigation entry, confusing users and undermining the credibility of the documentation.Additional Locations (1)
docs.json#L45-L46Reviewed by Cursor Bugbot for commit ceb77da. Configure here.