docs(ia): rewrite Core Concepts landing page for style compliance#1232
Open
ekline[bot] wants to merge 1 commit into
Open
docs(ia): rewrite Core Concepts landing page for style compliance#1232ekline[bot] wants to merge 1 commit into
ekline[bot] wants to merge 1 commit into
Conversation
The Core Concepts landing page is the central architectural hub for all personas. It opened with the banned phrase "Before you start building..." and used 13 standalone "Learn more →" links — both patterns explicitly prohibited by the docs style guide. Rewritten to use inline links embedded in descriptive sentences, a direct opening statement, proper Okteto terminology capitalization, and a functional frontmatter description. All content and page structure preserved; only the presentation changed. ekline[bot] <202747777+ekline[bot]@users.noreply.github.com>
✅ Deploy Preview for okteto-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
Persona context: This change addresses the highest-priority finding from a persona-scoped IA review of the Okteto docs. Three personas were evaluated: New Developer, Platform Engineer/Admin, and AI-Agent Developer. The Core Concepts landing page is the central architectural hub that all three personas pass through to understand Okteto's building blocks.
Top 3 findings from IA review:
core/index.mdxget-started/dev-quickstart.mdxagentic/,okteto-ai/What this PR fixes (finding #1)
The Core Concepts landing page (
src/content/core/index.mdx) had these style violations:Changes made:
Remaining items (follow-up work)
npm link#2: Add cross-links fromget-started/dev-quickstart.mdxto CLI reference, Okteto Manifest overview, and Development Environments sectionHow to verify
yarn buildfrom thedocs/directory — confirm no broken links or anchorsyarn start) and navigate to Core Concepts in the sidebarekline[bot] <202747777+ekline[bot]@users.noreply.github.com>