Content pfp
Content
@
0 reply
0 recast
0 reaction

pugson pfp
pugson
@pugson
i am about to embark on the journey of writing my own OpenAPI Spec → MDX generator for custom documentation. anyone done this before? any helpful links?
8 replies
0 recast
10 reactions

‍ pfp
@git
Are you using any base docs framework like Astro Starlight or Vitepress or all from scratch?
1 reply
0 recast
0 reaction

Nicholas Charriere pfp
Nicholas Charriere
@pushix
I am doing this *right now*. I have found https://tx.shadcn.com/ and it follows all of the principles I want, so I'm following it pretty closely.
0 reply
0 recast
3 reactions

Sam pfp
Sam
@sammdec.eth
I reckon looking at something like how the zod library does it might be helpful as it’s mostly finding a comprehensive way to convert from one ast to another then compiling
0 reply
0 recast
0 reaction

‍ pfp
@git
Mintlify but it's paid with a free trail mintlify.com/blog/steps-to-autogenerate
1 reply
0 recast
0 reaction

Landon pfp
Landon
@lndnnft
Have you seen https://github.com/scalar/scalar ?
1 reply
0 recast
0 reaction

Matt Foyle pfp
Matt Foyle
@mxf
FWIW We use Mintlify which is MDX based in general, but for the API ref we just plug in the files after a mini transformation and it does the rest: https://docs.dynamic.xyz/api-reference/overview
1 reply
0 recast
0 reaction

Mo pfp
Mo
@meb
This is the kind of bite sized task an LLM would be amazing at (if you’re ok with a bit of manual editing of the final results and not building a generator that’s intended for use by third parties)
1 reply
0 recast
0 reaction

cablin pfp
cablin
@cablin
on a similar journey. Unpopular opinion I thought docusaurus would do the job - but it kinda sucks on many levels
0 reply
0 recast
0 reaction