docs: move package markdown files to dedicated directory#927
Conversation
There was a problem hiding this comment.
Pull request overview
This PR reorganizes package documentation by moving README files from the Docs/ directory into a new Docs/Nuget/ subdirectory to improve documentation structure.
Changes:
- Moved four package README files (AccessControl.md, Compression.md, Interface.md, Testing.md) to
Docs/Nuget/subdirectory - Updated solution file to reflect new documentation structure with a "Nuget" folder under "Docs"
- Updated all project file references to point to the new documentation locations
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Testably.Abstractions.sln | Reorganized solution structure to move package documentation references from root Docs section to a new Packages subfolder |
| Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj | Updated package path to reference Testing.md from new Docs/Packages location |
| Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj | Updated package path to reference Interface.md from new Docs/Packages location |
| Source/Testably.Abstractions.FileSystem.Interface/Testably.Abstractions.FileSystem.Interface.csproj | Updated package path to reference Interface.md from new Docs/Packages location |
| Source/Testably.Abstractions.Compression/Testably.Abstractions.Compression.csproj | Updated package path to reference Compression.md from new Docs/Packages location |
| Source/Testably.Abstractions.AccessControl/Testably.Abstractions.AccessControl.csproj | Updated package path to reference AccessControl.md from new Docs/Packages location |
| Docs/Testing.md | Deleted file - content moved to Docs/Packages/Testing.md |
| Docs/Interface.md | Deleted file - content moved to Docs/Packages/Interface.md |
| Docs/Compression.md | Deleted file - content moved to Docs/Packages/Compression.md |
| Docs/AccessControl.md | Deleted file - content moved to Docs/Packages/AccessControl.md |
f8ce81c to
e39f4d2
Compare
Test Results 52 files ±0 52 suites ±0 34m 16s ⏱️ +24s For more details on these failures, see this check. Results for commit 22a80eb. ± Comparison against base commit 6caeb8c. This pull request removes 55337 and adds 55334 tests. Note that renamed tests count towards both.This pull request removes 2920 skipped tests and adds 2920 skipped tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
|
|
This is addressed in release v5.1.0. |



This PR reorganizes package documentation by moving README files from the
Docs/directory into a newDocs/Nuget/subdirectory to improve documentation structure.Key Changes:
Docs/Nuget/subdirectory