From 9a3182c9754e2d701e8655fe851d25dcb46251e7 Mon Sep 17 00:00:00 2001 From: Anukiran Date: Wed, 6 May 2026 22:49:08 -0500 Subject: [PATCH] fix broken links --- docs/guides/function/appendix.md | 2 +- docs/tutorials/develop-from-scratch/index.md | 33 -------------------- 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 docs/tutorials/develop-from-scratch/index.md diff --git a/docs/guides/function/appendix.md b/docs/guides/function/appendix.md index 1f65236..f84472d 100644 --- a/docs/guides/function/appendix.md +++ b/docs/guides/function/appendix.md @@ -26,7 +26,7 @@ Please contact us if you have any questions or issues when you use these package #### Web -- https://developer.mozilla.org/en-US/docs/Web/API/Fetch\_API +- https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API - https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream - https://developer.mozilla.org/en-US/docs/Web/API/WritableStream - https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder diff --git a/docs/tutorials/develop-from-scratch/index.md b/docs/tutorials/develop-from-scratch/index.md deleted file mode 100644 index 4e8a5ec..0000000 --- a/docs/tutorials/develop-from-scratch/index.md +++ /dev/null @@ -1,33 +0,0 @@ -# Develop from Scratch - -Learn how to build a complete application on the Tailor Platform from the ground up. Choose your preferred approach to get started. - -
- - Build with TypeScript using the modern Tailor Platform SDK. Type-safe development with streamlined workflows. - - - - Build with Terraform for infrastructure-as-code workflows and resource management. - -
- -## Getting Started - -1. **Follow the steps** - Complete each step in order to build your application -2. **Deploy and test** - Deploy your application and verify functionality - -## What's Next? - -After completing a develop-from-scratch tutorial, explore: - -- [Data Schema Management](../manage-data-schema/overview) - Advanced schema patterns -- [Setup Authentication](../setup-auth/overview) - Identity providers and OAuth2 -- [Resolvers](../resolver) - Custom business logic -- [Executors](../setup-executor/overview) - Event-driven automation -- [Application Endpoints](../app-endpoint) - Expose your services - -## Need Help? - -- Check the [SDK Documentation](../../sdk/) for API references -- Report issues on [GitHub](https://github.com/tailor-platform/docs)