Jonas Fonseca
Jonas Fonseca
From https://github.com/olafurpg/metadoc/pull/4#issuecomment-310866379: It seems npm and yarn is installed on every ci run and node_modules is not cached. It would be nice to cache those too, but I don't know...
The goal is for schema comments to appear in the scaladoc of the generated code. As mentioned here: https://github.com/muuki88/sbt-graphql/pull/15#discussion_r161044800
The GraphQL config protocol is an attempt at standardizing a `.graphqlconfig` file for specifying schema paths, end points etc. See: - https://github.com/graphcool/graphql-config/ - https://github.com/graphcool/graphql-config/blob/master/specification.md Not sure if this fits within...
https://squidfunk.github.io/mkdocs-material/getting-started/#tabs
From https://squidfunk.github.io/mkdocs-material/getting-started/#disqus-integation Partial: https://github.com/squidfunk/mkdocs-material/blob/master/src/partials/disqus.html
From https://squidfunk.github.io/mkdocs-material/getting-started/#localization Related to https://github.com/lightbend/paradox/issues/154
To help guide which things should be fixed upstream. - [ ] scala-native/scala-native#202
Also improve the documentation of the binding configuration file with testable examples. Depends on #182