diff --git a/.gitignore b/.gitignore index 7e32964..0646d96 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ build .env.development.local .env.test.local .env.production.local +.idea npm-debug.log* yarn-debug.log* diff --git a/docs/introduction/intro-games.mdx b/docs/introduction/intro-games.mdx index 6126f1e..280528a 100644 --- a/docs/introduction/intro-games.mdx +++ b/docs/introduction/intro-games.mdx @@ -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’s 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’s powerful platform. [Earn money](../earn-money/reddit_developer_funds.md) as players engage with your games. Devvit is Reddit’s 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,7 +35,6 @@ 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', @@ -44,7 +42,10 @@ Reddit is home to millions of communities, each with its own culture and interes alt: 'Showcase', }, ]} -/> +> + [Quickstart](../quickstart/quickstart.md) + [Showcase](../examples/app-showcase.mdx) +