Closed MSevey closed 1 day ago
The pull request introduces several modifications to the VitePress site configuration and tutorial documents related to Data Availability (DA). It adds new sidebar entries for the "Tutorials" section, updates existing links, and modifies the transformPageData
function for improved Open Graph metadata handling. Additionally, several tutorial documents have been revised for clarity and organization, with changes in titles, content structure, and the addition of a new tutorial on local DA.
File Path | Change Summary |
---|---|
.vitepress/config.ts |
Added new sidebar entries for "DA" tutorials, updated existing links for "Celestia" and "Avail," and modified transformPageData function for og:description handling. |
tutorials/da/avail-da.md |
Changed title to "Using Avail as DA," added a disclaimer about tutorial status, updated instructions for running an Avail light node, and refined explanations for configuration flags and commands. |
tutorials/da/celestia-da.md |
Changed title to "Using Celestia as DA," updated introduction and light node instructions, streamlined funding explanations, and elaborated on configuration flags. |
tutorials/da/local-da.md |
New tutorial on setting up a local DA network node, including installation instructions and commands for connecting a rollup node to the local DA network. |
tutorials/da/overview.md |
New overview document detailing Rollkit's integration with DA layers, emphasizing the importance of DA layer selection and explaining the go-da interface. |
.vitepress/config.ts
, which is directly related to the changes made in the same file in the main PR, enhancing the navigation structure..vitepress/config.ts
file by adding a new sidebar link for "Avail," which aligns with the updates made to the sidebar structure in the main PR.--rollkit.da_block_time
flag in both the celestia-da.md
and avail-da.md
tutorials, which relates to the changes in the main PR that enhance the handling of Open Graph metadata and configuration.avail-da.md
tutorial, which is relevant as the main PR also deals with the structure and content of tutorials related to data availability.documentation
🐇 In the land of code, where changes flow,
New paths for learning, we joyfully sow.
With tutorials bright, and links that align,
Data Availability shines, oh how divine!
So hop through the docs, let knowledge abound,
In the world of Rollkit, new wonders are found! 🌟
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.8
:---:
:rocket: Deployed preview to https://rollkit.github.io/docs-preview/./pr-509/
on branch main
at 2024-11-18 15:08 UTC
Overview
This PR pulls in the local-da how to guide into the DA section and adds a DA overview to explain the go-da interface.
Summary by CodeRabbit