Merged
Conversation
Deploying feathers-utils with
|
| Latest commit: |
719799e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://588544ee.feathers-utils.pages.dev |
| Branch Preview URL: | https://refactor-transformers-direct.feathers-utils.pages.dev |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 introduces significant improvements to the documentation site’s support for resolvers, adds a migration guide for users moving from
feathers-fletching, and makes several enhancements to the sidebar and component registration. It also updates code examples in the migration guide for better clarity and consistency.Documentation structure and navigation:
docs/.vitepress/config.mtsto include a "Resolvers" section with grouped migration guides, making it easier for users to find relevant documentation for different migration paths. [1] [2] [3]docs/.vitepress/theme/resolvers.data.tsand updated hooks data loader to watch resolver files as well. [1] [2]Component additions and registration:
ResolversTable.vueandConditionsTable.vue, which render tables of resolvers and conditions, respectively, for documentation pages. [1] [2]docs/.vitepress/theme/index.ts) so they can be used throughout the documentation. [1] [2]Migration guides and documentation content:
feathers-fletchingtofeathers-utils, detailing equivalents for common hooks and patterns.migrating-from-feathers-hooks-common.mdguide to use explicit function wrappers for transformer hooks, improving clarity and consistency. [1] [2] [3] [4] [5] [6]Configuration and permissions:
.claude/settings.jsonfile to specify allowed bash commands for various development and formatting tools.