-
Notifications
You must be signed in to change notification settings - Fork 50
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
chore: add README and import script #261
Conversation
to match readme
|
and then run yarn import-readme after rollkit source is updated
Does this render updates automatically? If so, do we have any concerns with it targeting main vs a release? If it targets a release, we could look into setting a trigger to auto update this like the other versions in the docs. |
the script can currently be ran manually. the current idea would be to run this after a release of rollkit, and make a PR with the edited file. just run however, i think targeting a release, turning this into a github action instead of just a script, and implementing latest tags workflow in vitepress is better in the long run |
are you alright with merging this and in a following PR completing:
opened #263 to track these |
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.
Thank you
Overview
Resolves #193
This removes the building-with-rollkit page and uses the README from rollkit/rollkit using an
importReadme.mjs
script.This is so that we can import with a script similarly to the way that this script pulls in Blobstream (fka QGB) docs in.
This PR is to be updated and merged after this 1247 on rollkit
Preview of page in this PR
Checklist