Closed yarikbratashchuk closed 6 months ago
[!NOTE]
Reviews Paused
Use the following commands to manage reviews:
@coderabbitai resume
to resume automatic reviews.@coderabbitai review
to trigger a single review.
The recent updates focus on enhancing user navigation and tutorial accessibility in documentation, alongside introducing and refining scripts for streamlined development setups. Key changes include link updates in .vitepress/config.ts
, the addition of new setup scripts, and the creation of a new quick start guide in tutorials/quick-start.md
.
File(s) | Summary of Changes |
---|---|
.vitepress/config.ts , index.md |
Updated navigation links and action button text for improved user guidance. |
scripts/install-*.sh |
Added and updated scripts to automate the installation and setup of various development tools and environments. |
tutorials/quick-start.md , tutorials/gm-world.md |
Introduced a new quick start guide and updated tutorial content for clarity and enhanced learning. |
tutorials/starter-rollup.md |
Minor text correction for consistency. |
🐰✨📜
In the garden of code, where the snippets do play,
A rabbit hopped by, reshaping the clay.
Links like fresh carrots, scripts sprouting anew,
"To easier learning," he chirped, "we pursue!"
With each line and command, our garden does grow,
Hop, hop, hooray, to the future we go! 🌱🚀
🐰✨📜
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?
PR Preview Action v1.4.7 :---: Preview removed because the pull request was closed. 2024-05-03 17:12 UTC
Nice! I'll need to run through this on a new instance myself.
first we need to merge it, otherwise links will not work :)
@jcstein is there a way to create a short links and redirect to raw.githubusercontent.com for our links? From what I checked there is a way to do this with a server, but maybe there is some trick without it?
@coderabbitai resolve
@coderabbitai ignore
Nice! I'll need to run through this on a new instance myself.
first we need to merge it, otherwise links will not work :)
links should work from the preview 👍🏻
@jcstein is there a way to create a short links and redirect to raw.githubusercontent.com for our links? From what I checked there is a way to do this with a server, but maybe there is some trick without it?
yes i am going to rework this so that it uses the public directory, which hosts things on existing dns rollkit.dev
example use of public folder to retrieve an image in the gm folder https://rollkit.dev/gm/gm.png
it will be as plain text aka the script, an example of this is https://docs.celestia.org/nodes/celestia-node#installing-a-pre-built-binary
bash -c "$(curl -sL https://docs.celestia.org/celestia-node.sh)"
here is proof from local dev that the scripts work as expected
Summary by CodeRabbit
Resolves #361
Summary by CodeRabbit
New Features
jq
, Mock-DA, and Rollkit.Documentation
Bug Fixes