docs: reorganize site with persona-first navigation#42
Merged
ShawnMcKee merged 1 commit intomasterfrom Dec 7, 2025
Merged
Conversation
- Restructure index.md to highlight user journey personas (Deploy, Troubleshoot, Research) - Add card-based Get Started section with time estimates and skill levels - Reorganize mkdocs.yml nav to persona-first structure with clearer hierarchy - Enable Material theme navigation features (tabs, sections, breadcrumbs, TOC) - Add prominent deprecation banner to legacy installation.md directing to Quick Deploy - Update Network Services section with current service status - Streamline Support and References sections for better accessibility - Mark MaDDash as deprecated in favor of WLCG Grafana dashboards This improves user experience by organizing content around common tasks rather than technical categories, making it easier for users to find the right documentation for their needs.
This was referenced Dec 7, 2025
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.
Overview
This PR reorganizes the OSG Networking documentation to use a persona-first navigation structure, making it easier for users to find relevant documentation based on their goals rather than technical categories.
What Changed
1. Homepage Redesign (
docs/index.md)2. Navigation Restructure (
mkdocs.yml)3. Legacy Documentation Updates (
docs/perfsonar/installation.md)Benefits
✅ Clearer user journeys - visitors can quickly identify the right documentation path
✅ Reduced confusion - legacy vs. modern approaches are clearly distinguished
✅ Better discoverability - important tools and automation are more visible
✅ Improved navigation UX - breadcrumbs, tabs, and better hierarchy
✅ Current information - deprecated services clearly marked
Testing
mkdocs buildBreaking Changes
None. This is a documentation reorganization only - no functional changes to scripts or tools.
Related Issues
Addresses user feedback about difficulty finding the right installation guide and confusion between legacy Toolkit and modern Testpoint deployment approaches.
Note: This maintains all existing content and links - it simply reorganizes how users navigate to find what they need.