graphql-docs icon indicating copy to clipboard operation
graphql-docs copied to clipboard

Add Rake task for generating docs

Open brettchalupa opened this issue 3 years ago • 0 comments

I'd like to be able to run something like rake graphql:docs:generate or something similar to run the generator for the docs site.

This would allow people to hook into other Rake tasks to generate the site. Example: Rake::Task["assets:precompile"].enhance(["graphql:docs:generate"])

Tasks:

  • [ ] build this out
  • [ ] write tests for the rake task
  • [ ] document it

brettchalupa avatar Oct 14 '22 19:10 brettchalupa