docs: remove local doc references and point to the official Asgardeo Docs space. #275
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.
Purpose
This pull request updates the documentation across multiple SDK packages to streamline quick start instructions, clarify usage, and unify license statements. Most framework-specific README files now direct users to official guides and documentation, removing in-place code samples and setup instructions. Additionally, the license section in each README is standardized for consistency.
Documentation improvements and simplification:
README.mdfiles for@asgardeo/react,@asgardeo/nextjs, and@asgardeo/react-routerto remove detailed setup and usage instructions, replacing them with links to official quick start guides and documentation for easier onboarding and maintenance. [1] [2] [3]packages/react/docs/README.mdto further centralize documentation in external guides.SDK usage clarification:
@asgardeo/javascriptand@asgardeo/nodeREADME files, clarifying that these SDKs are framework-agnostic and should not be used directly in applications; instead, users should use dedicated framework-specific SDKs. [1] [2]License statement unification:
LICENSEfile. [1] [2] [3] [4] [5] [6] [7] [8]Related Issues
Related PRs
Checklist
Security checks