Skip to content

Comments

docs: remove stale AssertionGroup documentation#4967

Merged
thomhurst merged 1 commit intothomhurst:mainfrom
t0k0shi:fix/remove-assertiongroup-docs
Feb 20, 2026
Merged

docs: remove stale AssertionGroup documentation#4967
thomhurst merged 1 commit intothomhurst:mainfrom
t0k0shi:fix/remove-assertiongroup-docs

Conversation

@t0k0shi
Copy link
Contributor

@t0k0shi t0k0shi commented Feb 20, 2026

The AssertionGroup class was removed in a previous refactor, but the documentation page and sidebar entry remained. This removes the orphaned
docs page and its sidebar reference.

Description

Removed the stale assertion-groups.md documentation page and its sidebar entry in sidebars.ts. The AssertionGroup class no longer exists
in the codebase, so this page was orphaned and could confuse users.

Related Issue

Fixes #4966

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Performance improvement
  • Refactoring (no functional changes)

Checklist

Required

  • I have read the Contributing Guidelines
  • If this is a new feature, I started a discussion first and received agreement
  • My code follows the project's code style (modern C# syntax, proper naming conventions)
  • I have written tests that prove my fix is effective or my feature works

TUnit-Specific Requirements

N/A — docs-only change, no code or test changes.

Testing

  • All existing tests pass (dotnet test)
  • I have added tests that cover my changes
  • I have tested both source-generated and reflection modes (if applicable)

Verified the Docusaurus build (yarn build) succeeds with no errors after the removal.

Additional Notes

Only two files changed:

  • Deleted docs/docs/assertions/assertion-groups.md
  • Removed 'assertions/assertion-groups' entry from docs/sidebars.ts

The AssertionGroup class was removed in a previous refactor, but the
documentation page and sidebar entry remained. This removes the orphaned
docs page and its sidebar reference.

Fixes thomhurst#4966
@thomhurst
Copy link
Owner

Thanks!

@thomhurst thomhurst merged commit 6b2934d into thomhurst:main Feb 20, 2026
9 of 11 checks passed
This was referenced Feb 22, 2026
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.

[Bug]: (docs) AssertionGroup seem to have been removed from the lib. but still remain in the docs.

2 participants