anvilco / spectaql

Autogenerate static GraphQL API documentation
https://useanvil.com/docs/api/graphql/reference/
MIT License
1.11k stars 116 forks source link

Is it possible to create additional pages other than main.hbs? #957

Open kyjoconn opened 3 months ago

kyjoconn commented 3 months ago

I'd like to create additional pages other than the one that gets generated index.html. I thought I would be able to create a new page: my-new-page.hbs in the root of the views directory, but it does not seem to trigger a new page to be built.

Is there a way to have multiple pages at the moment?