Skip to content

Commit fb27765

Browse files
committed
fix: tableauc config page anchor
1 parent c8b5b4e commit fb27765

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

content/en/docs/basics/predefined-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can define `enum`, `struct`, or `union` types in a protoconf file (such as `
1717
## Usage
1818

1919
- Syntax: prepend a dot `.` to predefined `CustomType` (a.k.a. `.CustomType`) when you use it in a worksheet.
20-
- Import: specify the `protoFiles` option of **tableauc** config to import the common proto files, where predefined `enum`, `struct`, `union` types are defined. See [Tableauc config](../../tutorial/config/#configyaml).
20+
- Import: specify the `protoFiles` option of **tableauc** config to import the common proto files, where predefined `enum`, `struct`, `union` types are defined. See [Tableauc config](../../prologue/config/#configyaml).
2121

2222
## Enum
2323

content/en/docs/excel/metasheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ enum Patch {
707707
- incell list elements (scalar or struct).
708708
- incell map items.
709709

710-
If not set, it will use **global-level** seq (default: `,`) in tableauc [yaml.config](../../tutorial/config/#confinputseq).
710+
If not set, it will use **global-level** seq (default: `,`) in [Tableauc yaml.config](../../prologue/config/#protoinputheadersep).
711711

712712
## Option `Subsep`
713713

@@ -716,4 +716,4 @@ If not set, it will use **global-level** seq (default: `,`) in tableauc [yaml.c
716716
- key-value pair of each incell map item.
717717
- struct fields of each incell struct list element.
718718

719-
If not set, it will use **global-level** subseq (default: `:`) in tableauc [yaml.config](../../tutorial/config/#confinputseq).
719+
If not set, it will use **global-level** subseq (default: `:`) in [Tableauc yaml.config](../../prologue/config/#protoinputheadersubsep).

content/zh/docs/basics/predefined-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ toc: true
1717
## 使用方式
1818

1919
- 语法:在 worksheet 中使用预定义的 `CustomType` 时,需在前面加一个点 `.`(即 `.CustomType`)。
20-
- 导入:在 **tableauc** 配置的 `protoFiles` 选项中指定公共 proto 文件,这些文件中定义了预定义的 `enum``struct``union` 类型。参考 [Tableauc 配置](../../tutorial/config/#configyaml)
20+
- 导入:在 **tableauc** 配置的 `protoFiles` 选项中指定公共 proto 文件,这些文件中定义了预定义的 `enum``struct``union` 类型。参考 [Tableauc 配置](../../prologue/config/#configyaml)
2121

2222
## Enum
2323

content/zh/docs/excel/field-property.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,16 +172,16 @@ Tableau 会自动推断 map(或 KeyedList)key 的 `unique` 是否为 true。
172172
**字段级**分隔符,用于分隔:
173173

174174
- incell list 元素(scalar 或 struct)。
175-
- incell map 条目。
175+
- incell map 元素
176176

177177
如果未设置,将使用 [metasheet](../metasheet/#选项-sep) 中的**sheet 级** sep。
178178

179179
## 选项 `subsep`
180180

181181
**字段级**子分隔符,用于分隔:
182182

183-
- 每个 incell map 条目的 key-value 对
184-
- 每个 incell struct list 元素的 struct 字段
183+
- 每个 incell map 元素的键值对
184+
- 每个 incell struct list 元素的结构体字段
185185

186186
如果未设置,将使用 [metasheet](../metasheet/#选项-subsep) 中的**sheet 级** subsep。
187187

content/zh/docs/excel/infinite-nesting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Infinite nesting(无限嵌套"
2+
title: "无限嵌套"
33
description: "Excel 无限嵌套使用指南。"
44
lead: "Excel 复合类型的无限嵌套特性。"
55
date: 2022-02-26T08:48:57+08:00

content/zh/docs/excel/metasheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,9 @@ enum Patch {
612612
**工作表**的分隔符,用于分隔:
613613

614614
- incell list 元素(scalar 或 struct)。
615-
- incell map 条目
615+
- incell map 元素
616616

617-
如果未设置,将使用 tableauc [yaml.config](../../tutorial/config/#confinputseq) 中的**全局级别** sep(默认:`,`)。
617+
如果未设置,将使用 [Tableauc 配置](../../prologue/config/#protoinputheadersep) 中的**全局级别**分隔符(默认:`,`)。
618618

619619
## 选项 `Subsep`
620620

@@ -623,4 +623,4 @@ enum Patch {
623623
- 每个 incell map 元素的键值对。
624624
- 每个 incell struct list 元素的结构体字段。
625625

626-
如果未设置,将使用 tableauc [yaml.config](../../tutorial/config/#confinputseq) 中的**全局级别** subsep(默认:`:`)。
626+
如果未设置,将使用 [Tableauc 配置](../../prologue/config/#protoinputheadersubsep) 中的**全局级别**子分隔符(默认:`:`)。

0 commit comments

Comments
 (0)