Closed fadeev closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs-v2 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 3, 2024 2:13pm |
"Check Broken Links" should fail, as there is a broken link on https://www.zetachain.com/docs/developers/evm/bitcoin/
The updates involve modifying the package.json
to enhance the check-links
script, ensuring a build is executed before running link checks, and updating URLs and content in two Markdown files under the src/pages/developers
directory. These changes ensure accurate and up-to-date links and enhance build-dependency before validation.
File Path | Change Summary |
---|---|
package.json |
Modified check-links script to include EXPORT=true yarn build && command, restructured exclusion rules for better coverage. |
src/pages/developers/evm/bitcoin.mdx |
Updated a link related to ZetaChain's EVM BTC transaction on the Bitcoin network. |
src/pages/developers/tutorials/bitcoin.mdx |
Updated URLs for ZetaChain's TSS address and memo format; refined text for clarity and consistency in network documentation links. |
No sequence diagram is needed for these changes.
In code we trust, with links anew,
A script revamped, for dreams to view.
ZetaChain paths are clear and bright,
Ensuring our docs are just right.
Building first, then diving deep,
A rabbit's work, no more to weep. 🐇✨
[!TIP]
AI model upgrade
## `gpt-4o` model for reviews and chat is now live OpenAI claims that this model is better at understanding and generating code than the previous models. Please join our [Discord Community](https://discord.com/invite/GsXnASn26c) to provide any feedback or to report any issues.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@lucas-janon @bbbeeeee @andresaiello @brewmaster012 please, review.
Separated
--skip
instructions to make it easier to specify which URL patterns we want to skip.Summary by CodeRabbit
Documentation
Chores