Building GraphQL docs

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 ?

1 Like

@abdullah1308 you’ve run into a bug in the Makefile targets. I have opened PR #7924 as a fix. Once merged, you’ll use make graphql-build to build Meshery GraphQl API specifications and make graphql-docs-build to build the Meshery GraphQL API documentation.

1 Like