fix node-spec frontmatter examples

pull/6001/head
Scott Anderson 2025-04-18 08:50:05 -06:00
parent 2d838de40c
commit a0bdbcb6fc
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ list_code_example: |
--database example-db \
--token 00xoXX0xXXx0000XxxxXx0Xx0xx0 \
--table home \
--node-spec node-01,node-02 \
--node-spec "nodes:node-01,node-02" \
--columns country,county,city \
--max-cardinality 10000 \
--max-age 24h \

View File

@ -35,7 +35,7 @@ list_code_example: |
--database example-db \
--token 00xoXX0xXXx0000XxxxXx0Xx0xx0 \
--table home \
--node-spec node-01,node-02 \
--node-spec "nodes:node-01,node-02" \
--key-columns room,wall \
--value-columns temp,hum,co \
--count 5 \

View File

@ -34,7 +34,7 @@ list_code_example: |
--database example-db \
--token 00xoXX0xXXx0000XxxxXx0Xx0xx0 \
--table home \
--node-spec node-01,node-02 \
--node-spec "nodes:node-01,node-02" \
--columns country,county,city \
--max-cardinality 10000 \
--max-age 24h \

View File

@ -35,7 +35,7 @@ list_code_example: |
--database example-db \
--token 00xoXX0xXXx0000XxxxXx0Xx0xx0 \
--table home \
--node-spec node-01,node-02 \
--node-spec "nodes:node-01,node-02" \
--key-columns room,wall \
--value-columns temp,hum,co \
--count 5 \