diff --git a/docs.json b/docs.json index 8783a85..c99bdde 100644 --- a/docs.json +++ b/docs.json @@ -14,6 +14,44 @@ "favicon": "/favicon.png", "navigation": { "tabs": [ + { + "tab": "Learn", + "groups": [ + { + "group": "Beginner", + "pages": [ + "learn/authentication", + "learn/your-first-agent", + "learn/skills-and-tools", + "learn/testing", + "learn/push-and-deploy", + "learn/persona-design" + ] + }, + { + "group": "Intermediate", + "pages": [ + "learn/user-state", + "learn/data-and-search", + "learn/webhooks", + "learn/scheduled-jobs", + "learn/processors", + "learn/integrations", + "learn/ecommerce" + ] + }, + { + "group": "Professional", + "pages": [ + "learn/mcp-servers", + "learn/multi-channel", + "learn/dynamic-jobs", + "learn/production-ops", + "learn/full-project" + ] + } + ] + }, { "tab": "Overview", "groups": [ diff --git a/learn/authentication.mdx b/learn/authentication.mdx new file mode 100644 index 0000000..27de513 --- /dev/null +++ b/learn/authentication.mdx @@ -0,0 +1,92 @@ +--- +title: "Lesson 1: Authentication" +description: "Set up the Lua CLI and authenticate your account" +--- + + +**Beginner** | 5 min | Lesson 1 of 18 + + +## What you'll learn + +- Run the Lua CLI +- Authenticate your account interactively +- Verify your setup works + +## Interactive Terminal + +Use the terminal below to follow along. `lua-cli` is pre-installed and ready to use. + +