Skip to content

Commit e04e962

Browse files
committed
docs: docs/i18n/を更新
1 parent 12bb053 commit e04e962

File tree

9 files changed

+6269
-2635
lines changed

9 files changed

+6269
-2635
lines changed

docs/i18n/category/data-loading-en.yaml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ children:
102102
self: false
103103
params:
104104
- name: path
105-
details: <p>Path to a CBOR file.</p>
105+
details: |-
106+
<p>Path to a CBOR file.</p>
107+
<p>For more details, see the <a href="/docs/reference/syntax/#paths">Paths section</a>.</p>
106108
example: null
107109
types:
108110
- str
@@ -238,7 +240,9 @@ children:
238240
self: false
239241
params:
240242
- name: path
241-
details: <p>Path to a CSV file.</p>
243+
details: |-
244+
<p>Path to a CSV file.</p>
245+
<p>For more details, see the <a href="/docs/reference/syntax/#paths">Paths section</a>.</p>
242246
example: null
243247
types:
244248
- str
@@ -435,7 +439,9 @@ children:
435439
self: false
436440
params:
437441
- name: path
438-
details: <p>Path to a JSON file.</p>
442+
details: |-
443+
<p>Path to a JSON file.</p>
444+
<p>For more details, see the <a href="/docs/reference/syntax/#paths">Paths section</a>.</p>
439445
example: null
440446
types:
441447
- str
@@ -563,7 +569,9 @@ children:
563569
self: false
564570
params:
565571
- name: path
566-
details: <p>Path to a file.</p>
572+
details: |-
573+
<p>Path to a file.</p>
574+
<p>For more details, see the <a href="/docs/reference/syntax/#paths">Paths section</a>.</p>
567575
example: null
568576
types:
569577
- str
@@ -662,7 +670,9 @@ children:
662670
self: false
663671
params:
664672
- name: path
665-
details: <p>Path to a TOML file.</p>
673+
details: |-
674+
<p>Path to a TOML file.</p>
675+
<p>For more details, see the <a href="/docs/reference/syntax/#paths">Paths section</a>.</p>
666676
example: null
667677
types:
668678
- str
@@ -830,7 +840,9 @@ children:
830840
self: false
831841
params:
832842
- name: path
833-
details: <p>Path to an XML file.</p>
843+
details: |-
844+
<p>Path to an XML file.</p>
845+
<p>For more details, see the <a href="/docs/reference/syntax/#paths">Paths section</a>.</p>
834846
example: null
835847
types:
836848
- str
@@ -947,7 +959,9 @@ children:
947959
self: false
948960
params:
949961
- name: path
950-
details: <p>Path to a YAML file.</p>
962+
details: |-
963+
<p>Path to a YAML file.</p>
964+
<p>For more details, see the <a href="/docs/reference/syntax/#paths">Paths section</a>.</p>
951965
example: null
952966
types:
953967
- str

0 commit comments

Comments
 (0)