docs
docs copied to clipboard
Export AWS Amplify Gen 2 React docs as set of markdown files
Is there a simple way to "export" these AWS Amplify docs (specifically Gen 2 with React) to a set of markdown files and folder structure?
This would be very useful to use as prompt context for AI codegen. I've found that almost every LLM is reverting back to AWS Amplify Gen 1 constructs, so I'd like to use the Gen 2 docs within the prompt context.
Ie, is there a quick and dirty way to choose React + Gen 2 then turn the .mdx into .md?
@andrewheekin Currently not. We can take a look into this and update.
Thank you
If useful to you at all: I had the same need, so I created https://github.com/passionatelogic/aws-amplify-docs-extractor. It gets the bulk of the documentation into .md files, but I haven't had time to work properly on the API reference pieces yet. @andrewheekin