From 53942e15fb9c80a529b49e2446080ead89b20465 Mon Sep 17 00:00:00 2001 From: Yuxuan Jiang Date: Wed, 23 Jul 2025 14:43:41 -0700 Subject: [PATCH] added app builder md for ai test --- src/pages/ai-test/app-builder-index.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/pages/ai-test/app-builder-index.md diff --git a/src/pages/ai-test/app-builder-index.md b/src/pages/ai-test/app-builder-index.md new file mode 100644 index 00000000..c53abceb --- /dev/null +++ b/src/pages/ai-test/app-builder-index.md @@ -0,0 +1,26 @@ +# Getting Started with App Builder + +Welcome to the Getting Started section of App Builder documentation. Here you'll find comprehensive guides to help you start working with App Builder and Adobe I/O Runtime. + +## Choose Your Path + +### App Builder Getting Started +If you're new to App Builder, start with our [App Builder Getting Started guide](app_builder_get_started/app-builder-intro.md). This guide will walk you through: +- Setting up your development environment +- Creating your first App Builder application +- Publishing your app +- Troubleshooting common issues + +### Runtime Getting Started +If you're interested in serverless development with Adobe I/O Runtime, check out our [Runtime Getting Started guide](runtime_getting_started/index.md). This guide covers: +- Understanding Runtime fundamentals +- Setting up your environment +- Creating and deploying actions +- Working with entities and activations +- Best practices and resources + +## Next Steps + +After completing either getting started guide, you can explore our detailed [Guides](../guides/index.md) section for more in-depth information about specific features and capabilities. + +For additional resources and support, visit our [Resources](../resources/index.md) section. \ No newline at end of file