I want to build the graphQL docs using the following command in the Meshery Makefile -
## Build Meshery GraphQL API documentation
graphql-docs:
cd docs; build-docs; bundle exec rake graphql:compile_docs
However the build-docs command is not found. How do I setup this command ?