Skip to content

Remove stale Docsify sidebar - #3865

Merged
thomhurst merged 1 commit into
mainfrom
issue-3773-remove-docsify-sidebar
Aug 5, 2026
Merged

Remove stale Docsify sidebar#3865
thomhurst merged 1 commit into
mainfrom
issue-3773-remove-docsify-sidebar

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

Closes #3773

Summary

  • remove the obsolete active-docs Docsify sidebar
  • keep Docusaurus' autogenerated docs/sidebars.ts configuration authoritative
  • leave the versioned v3 documentation snapshot unchanged

Validation

  • confirmed no _sidebar.md or Docsify reference remains under active docs/docs
  • git diff --check passed

Copy link
Copy Markdown
Owner Author

@claude review

@thomhurst

Copy link
Copy Markdown
Owner Author

CI diagnosis: the docs-specific GitHub Pages deployment passes. Ubuntu/Windows/macOS .NET failures are only current-main RunReportTests.cs:1483-1484 CS0117 references to removed PipelineOptions.PrintLogo / PrintResults. Focused baseline fix #3864 is already running. This PR deletes one stale Docsify file and does not touch .NET; no rerun until main is repaired.

@thomhurst

Copy link
Copy Markdown
Owner Author

The shared RunReportTests regression is fixed on current main by merged PR #3844. Refreshed this branch onto current main for clean CI and review.

@thomhurst
thomhurst force-pushed the issue-3773-remove-docsify-sidebar branch from a06864a to f5a886f Compare August 5, 2026 01:35
@thomhurst

Copy link
Copy Markdown
Owner Author

@codex review

@thomhurst

Copy link
Copy Markdown
Owner Author

@claude review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 👍

Reviewed commit: f5a886f55b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@claude

claude Bot commented Aug 5, 2026

Copy link
Copy Markdown

Code review

No issues found. This PR cleanly deletes the stale Docsify docs/docs/_sidebar.md, matching the intent of #3773:

  • Confirmed the file has no other references anywhere in the repo (config, docs, or code) — it was dead weight, since Docusaurus already excludes underscore-prefixed files from the docs plugin.
  • Confirmed docs/sidebars.ts remains the authoritative, autogenerated sidebar for the active docs.
  • Confirmed the versioned v3 snapshot's _sidebar.md was correctly left untouched, per the PR description — versioned snapshots are a frozen historical record and shouldn't be edited to fix issues in the live docs.

Nothing further to flag — this is a safe, minimal, well-scoped deletion.

@thomhurst
thomhurst merged commit 3f86b1b into main Aug 5, 2026
10 checks passed
@thomhurst
thomhurst deleted the issue-3773-remove-docsify-sidebar branch August 5, 2026 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: delete the stale docsify _sidebar.md under docs/docs

1 participant