Skip to content

Commit ea47143

Browse files
authored
docs: put selected language into query string for link sharing (#456)
1 parent 4459192 commit ea47143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/core/flow_methods.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This is to achieve best efficiency.
7070

7171
### One time update
7272

73-
<Tabs>
73+
<Tabs queryString="code_lang">
7474
<TabItem value="shell" label="Shell" default>
7575

7676
The `cocoindex update` subcommand creates/updates data in the target storage.
@@ -108,7 +108,7 @@ A data source may enable one or multiple *change capture mechanisms*:
108108

109109
Change capture mechanisms enable CocoIndex to continuously capture changes from the source data and update the target data accordingly, under live update mode.
110110

111-
<Tabs>
111+
<Tabs queryString="code_lang">
112112
<TabItem value="shell" label="Shell" default>
113113

114114
To perform live update, run the `cocoindex update` subcommand with `-L` option:
@@ -191,7 +191,7 @@ with cocoindex.FlowLiveUpdater(demo_flow) as my_updater:
191191

192192
CocoIndex allows you to run the transformations defined by the flow without updating the target storage.
193193

194-
<Tabs>
194+
<Tabs queryString="code_lang">
195195
<TabItem value="shell" label="Shell" default>
196196

197197
The `cocoindex evaluate` subcommand runs the transformation and dumps flow outputs.

0 commit comments

Comments
 (0)