diff --git a/app/en/resources/examples/page.mdx b/app/en/resources/examples/page.mdx index 7833d194d..61196b68f 100644 --- a/app/en/resources/examples/page.mdx +++ b/app/en/resources/examples/page.mdx @@ -27,8 +27,8 @@ import { SampleAppCard } from "../../../_components/sample-app-card"; blank /> - ## Submit your app Built something awesome with Arcade? We'd love to feature it! Submit your app by creating a pull request to our documentation site. @@ -124,7 +123,7 @@ Built something awesome with Arcade? We'd love to feature it! Submit your app by ### How to submit 1. Fork the [Arcade docs repository](https://github.com/ArcadeAI/docs) -2. Add your app to `/app/en/home/examples/page.mdx` following the existing pattern +2. Add your app to `/app/en/resources/examples/page.mdx` following the existing pattern 3. Include a descriptive title, clear description, and appropriate tags 4. Create a pull request with details about your app and its Arcade integration 5. Our team will review and potentially feature your app! @@ -132,4 +131,3 @@ Built something awesome with Arcade? We'd love to feature it! Submit your app by ### Need help? If you have questions about submitting your app, feel free to [contact us](/resources/contact-us) or open an issue in the docs repository. -