docs icon indicating copy to clipboard operation
docs copied to clipboard

RethinkDB documentation

Results 108 docs issues
Sort by recently updated
recently updated
newest added

In live example on your [website](http://rethinkdb.com/) there is a mistake. in code ``` js r.table('game').orderBy('score').limit(3).changes() ``` you show `TOP PLAYER SCORES`. In your docs `orderBy` func has default `ascending` order....

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.0 to 1.14.3. Release notes Sourced from nokogiri's releases. 1.14.3 / 2023-04-11 Security [CRuby] Vendored libxml2 is updated to address CVE-2023-29469, CVE-2023-28484, and one other security-related issue....

dependencies

Bumps [rouge](https://github.com/rouge-ruby/rouge) from 4.0.1 to 4.1.0. Release notes Sourced from rouge's releases. v4.1.0 Welcome to the first release of 2023! This release introduces a new lexer, Cisco IOS, and many...

dependencies

Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.1 to 4.3.2. Release notes Sourced from jekyll's releases. v4.3.2 Bug Fixes Backport #9257 for v4.3.x: Rename sass partial created for new blank site (#9262) Backport #9187...

dependencies

Once 2.4.3 is released and the site is updated, undo the hardcoding of the 2.4.3 version number that was added in #1353.

bug

``` srh@pc11:~/rdbsite/docs$ rake cp -r _jekyll/_standalone/assets/. assets/ cp -r _jekyll/_images/. assets/images/docs/ cp -r _jekyll/_data/. _data/docs/ cp -r _jekyll/_includes/. _includes/docs/ cp -r _jekyll/_standalone/_layouts/. _layouts/ cp -r _jekyll/_standalone/_plugins/. _plugins/ bundle exec jekyll...

bug

Some queries can be rewritten in different ways to take advantage of parallelization or to optimize performance (e.g. reordering terms can change the latency / performance of a query). A...

Unless I'm missing something, I don't see a clear document labeled "Multi-datacenter options". Ideally this article would describe how to use server tags effectively as a pattern for building multi-datacenter...