Closed MSevey closed 2 weeks ago
The changes in this pull request involve updating the rollkitIgniteAppVersion
constant in the .vitepress/constants/constants.js
file from "v0.2.1"
to "rollkit/v0.2.1"
. This update is reflected in various documentation files, including guides and tutorials, where installation commands have been modified to utilize this constant instead of hardcoded version numbers. Additionally, some commands have been simplified by removing unnecessary flags, enhancing clarity and maintainability across the documentation.
File | Change Summary |
---|---|
.vitepress/constants/constants.js | Updated rollkitIgniteAppVersion from "v0.2.1" to "rollkit/v0.2.1" . |
guides/cometbft-to-rollkit.md | Updated installation command to use {{constants.rollkitIgniteAppVersion}} and simplified initialization command. |
guides/ignite-rollkit.md | Updated installation command to use {{constants.rollkitIgniteAppVersion}} and simplified initialization command. |
tutorials/wordle.md | Adjusted installation command syntax, added error handling to SubmitWordle and SubmitGuess , and improved tutorial content. |
Objective | Addressed | Explanation |
---|---|---|
Make the ignite apps rollkit version a constant (494) | ✅ |
rollkitIgniteAppVersion: "v0.2.1"
which is directly related to the version update in this PR.{{constants.rollkitIgniteAppVersion}}
, relevant to this PR's changes.rollkitLatestTag
in the constants file, related to the versioning context of the rollkitIgniteAppVersion
.🐇 In the code, a change we see,
From "v0.2.1" to "rollkit/v0.2.1,"
With constants now in play,
Guides clearer every day,
For building apps, it's the key! 🛠️
PR Preview Action v1.4.8
:---:
:rocket: Deployed preview to https://rollkit.github.io/docs-preview/./pr-496/
on branch main
at 2024-10-25 18:07 UTC
Overview
Closes https://github.com/rollkit/docs/issues/494
Summary by CodeRabbit
Release Notes
New Features
Documentation
Bug Fixes