Update docs navigation sidebar#1382
Conversation
There was a problem hiding this comment.
Pull request overview
This PR reorganizes the documentation website's navigation sidebar to improve usability by following a more logical usage flow. The changes group test-related pages together, add emojis to page titles for visual consistency, and update formatting across several documentation files.
- Restructured sidebar navigation to follow usage flow (configure → connect → export → monitor → alert)
- Added emojis to page titles for visual hierarchy and consistency
- Moved test-related items (ca-what-if, updating-tests, writing custom tests) under the "Tests Overview" section
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| website/sidebars.js | Reordered navigation items, grouped test-related pages under Tests Overview section, and added visual dividers |
| website/docs/updating-tests.md | Added emoji to title and adjusted heading levels for consistency |
| website/docs/intro.md | Changed title to "📦 Installation guide" to better reflect content |
| website/docs/export-results.md | Added emoji to title and removed trailing whitespace |
| website/docs/ca-what-if.md | Updated title capitalization and improved code formatting consistency |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Removed commented-out installation entry from sidebars. ``` siteSidebar: [ "intro", //installation ```
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| collapsed: true, | ||
| collapsible: true, | ||
| items: [{ type: "autogenerated", dirName: "writing-tests" }], | ||
| } |
There was a problem hiding this comment.
Missing comma after the closing brace of the "Writing custom tests" category object. This will cause a JavaScript syntax error when the sidebar configuration is loaded. A comma is required to separate array elements.
| } | |
| }, |
Description
Update the docs web site navigation sidebar:
Contribution Checklist
Before submitting this PR, please confirm you have completed the following:
/powershell/tests/pester.ps1on your local system.Join us at the Maester repository discussions 💬 or Entra Discord 🧑💻 for more help and conversations!