Michael Glukhovsky

Results 15 comments of Michael Glukhovsky

@rchordiya: this issue is about linking directly to the source on GitHub of the documentation article being viewed. This would require some work on the Jekyll includes used on rethinkdb/docs.

We should remove it, then. @neumino, thoughts? This was last updated a very long time ago.

Agreed, I'll look into pandoc to see if this is easy to do.

This should be a lot easier, now that we're able to build standalone HTML documentation. I'll revisit this soon.

I think adding a note saying "available since X.X" would be _very_ wise (or _last updated since RethinkDB X.X_).

I agree that we should tag the repo. We'll start doing that when we merge the website and docs repos (once the new website goes up).

@chrisvariety, thanks for the suggestion! We've also been considering tools like lunr.js or other JS index-based search options.

@deontologician: I think this is a _very_ important discussion to have. I have a lot of ideas on this, but not a lot of time to write them up now,...

This also needs to be mentioned in the 'Asynchronous connections' article: https://www.rethinkdb.com/docs/async-connections/ There are only Twisted / Tornado examples there.

@chrisabrams: we're working through details on how to add a GraphQL adapter offline -- so far we've started with a rich API to query the backend, but GraphQL is on...