docs(ia): add For Developers landing page and category link#1283
Open
ekline[bot] wants to merge 1 commit into
Open
docs(ia): add For Developers landing page and category link#1283ekline[bot] wants to merge 1 commit into
ekline[bot] wants to merge 1 commit into
Conversation
Add an overview page for the Get Started > For Developers category and wire it as the category link, so developers land on an orientation page that sequences Quickstart, the CLI and Dashboard guide, and Advanced commands and concepts instead of expanding into three unlabeled pages. ekline[bot] <202747777+ekline[bot]@users.noreply.github.com> Signed-off-by: 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.
Persona context
Reviewed the Okteto docs from the Developer persona: an engineer whose platform team has already set up Okteto, who wants to deploy a Development Environment and get
okteto uprunning against the cluster. Entry point: sidebar → Get Started → For Developers.Top findings (high/medium)
okteto-ai/indexis listed twice in sidebars.js (once as the category link, once as the first items entry), producing a duplicate nav entry.What this PR fixes
Implements finding #1. Adds
docs/src/content/get-started/for-developers.mdx, a concise overview that states what developing on Okteto does, then orients the reader through the three pages in order (Quickstart -> Using the CLI and Dashboard -> Advanced commands and concepts) with an inline pointer to installing the Okteto CLI. Wires it as thelinkfor the "For Developers" category indocs/sidebars.js, matching the index-page pattern every other section uses. Existing content is untouched.Remaining items (follow-up)
npm link#2: Consolidate/cross-link the three installation areas for the Admin/Operator persona.okteto-ai/indexentry fromsidebars.js.How to verify
yarn buildindocs/to validate links and anchors.yarn start, open the sidebar, and click Get Started -> For Developers: the category now opens an overview page instead of only expanding.Note:
yarn buildwas not run in the authoring environment (nonode_modules, network-sandboxed). The new page follows the repo's proven link and id conventions (mirrorsget-started/dev-quickstart).📝 Created with EkLine · View session