fix: second pass - navigation flow, backward links, and content issues#2
Merged
Merged
Conversation
Navigation & flow fixes: - Add forward CTA buttons to linux/index.md, containers/index.md, automation/index.md so section indexes lead into their first page - Fix linux/introduction.md next-steps order to match nav sequence (web-hosting → advanced-hosting → troubleshooting-tools, was reversed) - Remove backward links from concepts/domains-dns.md (web-development), concepts/protocols.md (domains-dns, web-development), concepts/ssl.md (domains-dns, containers/security jump) - Reorder concepts/web-development.md next steps to match nav order (domains-dns → protocols → ssl → hosting, was hosting first) - Reorder concepts/internet-basics.md next steps to match nav order - Fix linux/web-hosting.md: remove forward-skipping links to monitoring; chain to advanced-hosting → troubleshooting-tools instead - Fix linux/advanced-hosting.md: replace unlinked "Container Orchestration" text with link to containers/index.md; remove monitoring forward-skip - Fix linux/troubleshooting-tools.md: remove backward links to earlier linux pages; point forward to containers/index.md - Fix containers/kubernetes-production.md: replace three plain-text next-step items with links to automation/index.md and advanced/index.md - Fix containers/security.md: replace unlinked "Service Mesh" text with link to advanced/index.md - Fix automation/container-cicd.md: replace two unlinked next-step items with links to monitoring and advanced/index.md Content fixes: - Fix protocols.md: replace misplaced OpenSSL code block in "Special IP Addresses" section with correct special address reference table - Fix monitoring/index.md: remove phantom mermaid nodes (Advanced Monitoring, Alerting & Response, Log Management, Observability) that reference non-existent pages - Fix introduction/index.md: remove "Metrics, Feedback (future section)" entry from Reading Path since the page does not exist - Fix introduction/practices.md: remove "(placeholder)" and "(future advanced topic placeholder)" inline labels from GitOps and Policy as Code items - Fix concepts/index.md: correct page title from "DevOps Fundamentals" to "Network & Web Fundamentals" to match nav section label - Fix docs/index.md: add Foundations as step 1 in the Learning Path; it was absent despite being the first nav section
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.
Navigation & flow fixes:
Content fixes: