docs: add tutorials for Okteto Test, Okteto AI, and Agentic Workflows#1208
Open
ekline[bot] wants to merge 1 commit into
Open
docs: add tutorials for Okteto Test, Okteto AI, and Agentic Workflows#1208ekline[bot] wants to merge 1 commit into
ekline[bot] wants to merge 1 commit into
Conversation
Addresses three high-priority tutorial gaps identified in the April 2026 tutorial gap review: - Okteto Test tutorial: end-to-end guide for running unit, API, and e2e tests using Test Containers with the Movies sample app - Okteto AI tutorial: launching a first AI agent from the Dashboard, writing effective prompts, and creating a pull request - Agentic Workflows tutorial: installing the Claude Code plugin and using collaborative and autonomous modes with Okteto environments Updates sidebarTutorials.js to include the three new tutorials. ekline[bot] <202747777+ekline[bot]@users.noreply.github.com>
❌ Deploy Preview for okteto-docs failed. Why did it fail? →
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses three high-priority tutorial gaps from the April 2026 tutorial gap review:
src/tutorials/okteto-test.mdx): End-to-end guide for running unit, API, and e2e tests using Test Containers with the Movies sample app. Covers test configuration inokteto.yaml, caches, artifacts, and adding custom test containers.src/tutorials/okteto-ai-first-agent.mdx): Walks through launching a first AI agent from the Dashboard — choosing a repo, writing effective prompts, monitoring the agent, reviewing output in the preview environment, and creating a PR.src/tutorials/agentic-workflows.mdx): Installs the Claude Code plugin and demonstrates both collaborative mode (developer runsokteto up, agent usesokteto exec) and autonomous mode (agent handles the full deploy-test-PR lifecycle).Updates
sidebarTutorials.jsto include the three new tutorials.Gap review context
Remaining follow-ups
Test plan
yarn startand verify all three tutorials render correctly in the sidebar under Tutorialsyarn buildto validate no broken links or anchorsekline[bot] <202747777+ekline[bot]@users.noreply.github.com>