Skip to content

Conversation

@zcstarr
Copy link
Contributor

@zcstarr zcstarr commented Dec 20, 2025

This PR fixes #724 . The PR is broken into two segments for ease of readability, and will be squashed into a single commit once approved.

The PR introduces docusaurus instead of Gatsby, and subsequently introduces commitment of docs directly into the build. Just past this initial commit, most documentation changes should be minimal, and should improve visibility and testing, as they'll be mostly visible directly from the PRs.

The second commit here is to add the generated documentation to the build. If running locally, the engine index will not show the search documents.

Here is a forked build that shows the PR live that can be hit to demonstrate as preview of this build:
https://createdreamtech.github.io/execution-apis/

This change migrates the build from gatsby to docusaurus.
The build was growing rusty and was blocking serious devex
improvements.

This change enables, documentation search, fork/eip/category tagging, support for error groups, copying as markdown, and standardized docusaurus support.

The build also writes documentation do a documentation folder as
a commit this changes the previous method, while it does add a small amount of incremental noise, it improves the devex, as you can pinpoint rendering/typo issues etc.. more directly and link to them.

One thing to note is that the documentation is auto generated and
should not be edited directly.
@zcstarr
Copy link
Contributor Author

zcstarr commented Dec 20, 2025

@lightclient @kclowes PTAL , just pinging you here as well :)

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.

Feat: Execution APIs supports new OpenRPC Docusaurus plugin

1 participant