You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request updates the documentation structure in the Mockolate.slnx solution file to improve organization and coverage. The most important changes are:
Documentation reorganization and additions:
Renamed and reordered several main documentation pages, including splitting out the analyzers and comparison sections, and adding new pages for a complete example, benchmarks, and migration guidance.
Added a new advanced feature page: 06-scenarios.md under Docs/pages/advanced-features/ to cover scenario-based usage.
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Cleans up the Mockolate.slnx solution file's Docs folder listings so the IDE's solution explorer reflects the current docs structure. Adds entries for newly added documentation pages and renumbers the analyzers/comparison entries to match their renumbered filenames.
Changes:
Renumbered 07-analyzers.md → 08-analyzers.md and 08-comparison.md → 09-comparison.md to match renamed docs files.
Added solution entries for new top-level docs: 07-complete-example.md, 10-benchmarks.mdx, 11-migration.md.
Added advanced-features/06-scenarios.md to the advanced-features folder.
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
documentationImprovements or additions to documentation
2 participants
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.
This pull request updates the documentation structure in the
Mockolate.slnxsolution file to improve organization and coverage. The most important changes are:Documentation reorganization and additions:
06-scenarios.mdunderDocs/pages/advanced-features/to cover scenario-based usage.