File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ const new_content = [
2323 // To add a link, use the format ['link1', 'link2']
2424 // To add a label, use the format ['label1', 'label2']
2525 {
26- cell : 0 , // Third cell
26+ cell : 0 , // First cell
2727 links : [ 'api-guide#group-commit-for-the-coordinator-table' ] ,
2828 labels : [ 'Group commit for the Coordinator table' ]
2929 } ,
3030 {
31- cell : 1 , // First cell
31+ cell : 1 , // Second cell
3232 links : [ 'run-non-transactional-storage-operations-through-library#configure-scalardb-to-run-non-transactional-storage-operations' ] ,
3333 labels : [ 'Configure ScalarDB to run non-transactional storage operations' ]
3434 } ,
3535 {
36- cell : 2 , // Second cell
36+ cell : 2 , // Third cell
3737 links : [ 'scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface/#configure-scalardb-cluster-to-run-non-transactional-storage-operations' ] ,
3838 labels : [ 'Configure ScalarDB Cluster to run non-transactional storage operations' ]
3939 }
Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ const new_content = [
2323 // To add a link, use the format ['link1', 'link2']
2424 // To add a label, use the format ['label1', 'label2']
2525 {
26- cell : 0 , // Third cell
26+ cell : 0 , // First cell
2727 links : [ 'api-guide#coordinator-テーブルのグループコミット' ] ,
2828 labels : [ 'Coordinator テーブルのグループコミット' ]
2929 } ,
3030 {
31- cell : 1 , // First cell
31+ cell : 1 , // Second cell
3232 links : [ 'run-non-transactional-storage-operations-through-library#configure-scalardb-to-run-non-transactional-storage-operations' ] ,
3333 labels : [ '非トランザクショナルストレージ操作を実行するための ScalarDB の設定' ]
3434 } ,
3535 {
36- cell : 2 , // Second cell
36+ cell : 2 , // Third cell
3737 links : [ 'scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface/#configure-scalardb-cluster-to-run-non-transactional-storage-operations' ] ,
3838 labels : [ '非トランザクショナルストレージ操作を実行するための ScalarDB Cluster の設定' ]
3939 }
You can’t perform that action at this time.
0 commit comments