-
Notifications
You must be signed in to change notification settings - Fork 534
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
First POC to generate doc from code. #2893
Conversation
930b1e4
to
641f8fc
Compare
Deploy preview for docs ready! ✅ Preview Built with commit e740944. |
This is looking good! It's possible (and probably preferable) to import the markdown without the plugin, The docs make it seem like you could do this anywhere, but I got it to work like this:
import EventWebhookList from "@site/src/partials/_event-webhook-list.md"
<EventWebhookList /> |
Thanks, this is done now! |
d106a3a
to
9d10c3f
Compare
e393c73
to
009737c
Compare
Your preview environment pr-2893-bttf has been deployed. Preview environment endpoints are available at: |
This PR adds the first POC to generate doc content from the code.
One thing that could be enhanced is the doc generation hook-up. I couldn't find a notion of dependency/generated files directly in the
docusaurus
build pipeline.