File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ docker exec redis /usr/local/bin/redis-cli FT.CREATE beers ON HASH PREFIX 1 beer
4949.Add documents to the index
5050[source,console]
5151----
52- docker run --add-host=host.docker.internal:host-gateway jruaux /riot-file -h host.docker.internal import https://storage.googleapis.com/jrx/beers.json hset --keyspace beer --keys id
52+ docker run --add-host=host.docker.internal:host-gateway fieldengineering /riot-file -h host.docker.internal import https://storage.googleapis.com/jrx/beers.json hset --keyspace beer --keys id
5353----
5454
5555.Run the Trino CLI
Original file line number Diff line number Diff line change 458458 <configuration >
459459 <backend >html5</backend >
460460 <attributes >
461- <source-highlighter >highlightjs</source-highlighter >
462- <toc >left</toc >
463- <sectanchors >true</sectanchors >
464- <numbered >true</numbered >
465- <toclevels >2</toclevels >
466- <sectanchors >true</sectanchors >
467- <!-- set the idprefix to blank -->
461+ <coderay-linenums-mode >table</coderay-linenums-mode >
462+ <icons >font</icons >
468463 <idprefix />
469464 <idseparator >-</idseparator >
470465 <linkattrs >true</linkattrs >
471466 <linkcss >true</linkcss >
472- <icons >font</icons >
467+ <numbered >true</numbered >
468+ <sectanchors >true</sectanchors >
473469 <source-highlighter >coderay</source-highlighter >
474- <coderay-linenums-mode >table</coderay-linenums-mode >
470+ <toc >left</toc >
471+ <toclevels >2</toclevels >
475472 </attributes >
476473 </configuration >
477474 </execution >
You can’t perform that action at this time.
0 commit comments