-
Notifications
You must be signed in to change notification settings - Fork 11
Fix the IntroTilePanel to use Docusaurus for link path resolution #10
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鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ import Rocket from '@site/docs/assets/introduction/SpotIllustration_Rocket.webp' | |
|
|
||
| # Games on Reddit | ||
|
|
||
| Unleash your creativity and build engaging games inside Reddit communities with Devvit鈥檚 powerful platform. [Earn money](../earn-money/reddit_developer_funds) as players engage with your games. | ||
| Unleash your creativity and build engaging games inside Reddit communities with Devvit鈥檚 powerful platform. [Earn money](../earn-money/reddit_developer_funds.md) as players engage with your games. | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There will be a biiiiig PR coming separately to fix links like this across the entire repo. |
||
|
|
||
| Devvit is Reddit鈥檚 developer platform for building interactive, cross-platform games and apps that run natively on Reddit. | ||
|
|
||
|
|
@@ -26,7 +26,6 @@ Reddit is home to millions of communities, each with its own culture and interes | |
| { | ||
| title: 'Quickstart', | ||
| image: Rocket, | ||
| href: '../quickstart', | ||
| background: 'linear-gradient(135deg, #b2f7ef 0%, #4be18a 100%)', | ||
| textColor: '#003820', | ||
| imageSide: 'left', | ||
|
|
@@ -36,15 +35,17 @@ Reddit is home to millions of communities, each with its own culture and interes | |
| { | ||
| title: 'Showcase', | ||
| image: Celebration, | ||
| href: '../examples/app-showcase', | ||
| background: 'linear-gradient(135deg, #ffe066 0%, #ff7c53 100%)', | ||
| textColor: '#5a2a00', | ||
| imageSide: 'right', | ||
| textAlign: 'left', | ||
| alt: 'Showcase', | ||
| }, | ||
| ]} | ||
| /> | ||
| > | ||
| [Quickstart](../quickstart/quickstart.md) | ||
| [Showcase](../examples/app-showcase.mdx) | ||
| </IntroTilePanel> | ||
|
Comment on lines
36
to
+48
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is the highlight of how this works now. Rather than an |
||
|
|
||
| <hr style={{ margin: '2.5rem 0', border: 'none', borderTop: '2px solid #eee' }} /> | ||
|
|
||
|
|
||
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.
IntelliJ added some local files, we shouldn't commit them lol