This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 795
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There are these two interesting mdbook plugins which I would like to recommend I have personally implemented both in my own work, I am writing this post instead of making a PR because I am slowly gaining familiarity with this whole CI thing, and not entirely sure if it might break your CI. Here is an example of what the render looks like - |
gakonst
approved these changes
Jan 4, 2023
Merging so we get the first deploy of the book, and iterate from there. |
CI failed to deploy the book
@gakonst probably GitHub pages must be enabled. Otherwise I messed up something XD |
fixed^^ |
Rjected
pushed a commit
to Rjected/ethers-rs
that referenced
this pull request
Jan 4, 2023
* Applied same book structure as Reth * ci: [WIP] added book workflow * fix warning mdbook version different from template plugin version * ci: added deploy step * Http provider docs * IPC provider docs * RetryClient docs * WebSocket provider docs Co-authored-by: Andrea Simeoni <>
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Provide a CI workflow for the book (continuation of #1994)
Solution
/examples
folderPR Checklist