Skip to content
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

Add plugins docs outline #1560

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

alexandratran
Copy link
Contributor

@alexandratran alexandratran commented Apr 8, 2024

Add new "Plugins" docs section with outline of topics and content needed.

Preview: https://besu-docs-kw18py8zq-hyperledger.vercel.app/plugins

Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
Copy link

vercel bot commented Apr 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
besu-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2024 5:14pm

Alexandra Tran added 3 commits April 8, 2024 13:49
Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
Copy link
Contributor

@non-fungible-nelson non-fungible-nelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall this looks good ! I like the page structure and excited to get to the content. I pose some questions (and some general nits) in the review that might help with our next iterations. Let me know what you think!

src/components/HomepageCards/index.tsx Show resolved Hide resolved
description: Create a Linea plugin.
---

# Create a Linea plugin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to walk the user through creating the sequencer? This seems difficult. Or do we envision this as more of a walkthrough on how it was accomplished, and not asking much of the user? One thing we could do is also use an example from each of Linea's modified areas in the plug-in. I.e. walk through tx pool changes, block validation changes, creation limits, more, and only discuss one area. E.g. Modify x in the tx pool (step 1), modify y in block validation (Step 2). Only going through one example per area.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's necessary to discuss the Linea plugin in the docs, then yes maybe the latter would be helpful. If the goal is to help users learn how to create a plugin from scratch, we could first focus on a simpler use case that would be easier to create an end-to-end tutorial for? I.e., the tutorial that would go in Get started > Create a simple plugin.

Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
@alexandratran
Copy link
Contributor Author

@non-fungible-nelson I raised several doc issues tagged "plugins" for the topics outlined in this PR: https://github.com/hyperledger/besu-docs/issues?q=is%3Aissue+is%3Aopen+label%3Aplugins – The only one missing is a topic related to the Linea plugins.

I think the next step is to get developer input on some of these topics, especially the tutorials/walkthroughs and API reference. Then once we have a couple essential pages ready, we can publish a limited version of these docs as we continue to fill out the topics from the outline. How does that sound?

@non-fungible-nelson
Copy link
Contributor

Sounds good to me! I will slot this into our backlog for devs, and ping when I know more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants