-
Notifications
You must be signed in to change notification settings - Fork 161
docs: move docs of cosmos-kit from docs repo to product repo #557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR moves the CosmosKit documentation from the separate docs repo into the product repository and considers whether to remove the beta docs directory in favor of interchain-kit docs.
- Migrates various documentation pages (hooks, cookbook, beta, advanced, etc.) into the product repo
- Updates the documentation structure and associated build workflow for GitHub Actions
Reviewed Changes
Copilot reviewed 49 out of 49 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
docs/hooks/use-manager.mdx | Typo in the returned type name |
docs/hooks/use-chain-wallet.mdx | Table row for getOfflineSigner appears to miss columns |
docs/advanced.md | Several minor spelling and phrasing errors |
.github/workflows/docs.yml | CI workflow for docs sync looks correctly set-up |
Comments suppressed due to low confidence (2)
docs/hooks/use-manager.mdx:5
- There is a typo in the returned type name 'ManagerConext'; consider renaming it to 'ManagerContext' to improve clarity.
+- return type: [**ManagerConext**](#type---managerconext)
docs/hooks/use-chain-wallet.mdx:80
- The table row for getOfflineSigner appears to be missing values for the Parameters and Return Type columns; please update the row to include all five columns consistently with the other method entries.
| **getOfflineSigner** | prioritize returning `preferredSignType` (in `ChainProvider` properties, by default `amino`) corresponding signer if it is available, otherwise return signer that is provided. | Y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Move docs from docs repo to product repo.
Considerations:
beta
dir of docs, since we already haveinterchain-kit
docs?