Skip to content

Commit 4a43d35

Browse files
committed
table to accordion and fix heading
1 parent ba967e7 commit 4a43d35

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

fern/docs/pages/references/snapkit.mdx

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ Many elements share the same base properties. The base types these elements inhe
8888

8989
**Action types**
9090

91-
There are two types of action:
92-
9391
- **Remote action**: It triggers a backend API and is handled by the backend.
9492
- **Client action**: It triggers a client-side action and is handled by the client.
9593

@@ -509,10 +507,8 @@ Many elements share the same base properties. The base types these elements inhe
509507
"type": "rich_text"
510508
}
511509
```
512-
</Accordion>
513-
</AccordionGroup>
514-
515-
### Table
510+
</Accordion>
511+
<Accordion title="Table">
516512

517513
A table element used to present JSON structured data.
518514

@@ -620,6 +616,8 @@ Inherited from [Snap](#snap):
620616
]
621617
}
622618
```
619+
</Accordion>
620+
</AccordionGroup>
623621

624622
## Form elements
625623

@@ -865,7 +863,7 @@ Inherited from [Snap](#snap):
865863
}
866864
```
867865

868-
#**Example payload**
866+
**Example payload**
869867

870868
```json
871869
{
@@ -927,7 +925,7 @@ Inherited from [Snap](#snap):
927925
}
928926
```
929927

930-
#**Example payload**
928+
**Example payload**
931929

932930
```json
933931
{
@@ -993,7 +991,7 @@ Inherited from [Snap](#snap):
993991
}
994992
```
995993

996-
#**Example payload**
994+
**Example payload**
997995

998996
```json
999997
{
@@ -1066,7 +1064,7 @@ Inherited from [Snap](#snap):
10661064
}
10671065
```
10681066

1069-
#**Example payload**
1067+
**Example payload**
10701068

10711069
```json
10721070
{
@@ -1218,7 +1216,7 @@ Inherited from [Snap](#snap):
12181216
}
12191217
```
12201218

1221-
#**Example payload**
1219+
**Example payload**
12221220

12231221
Standard string list input.
12241222

@@ -1307,7 +1305,7 @@ Inherited from [Snap](#snap):
13071305
}
13081306
```
13091307

1310-
#**Example payload**
1308+
**Example payload**
13111309

13121310
```json
13131311
{
@@ -1375,7 +1373,7 @@ Inherited from [Snap](#snap):
13751373
}
13761374
```
13771375

1378-
#**Example payload**
1376+
**Example payload**
13791377

13801378
```json
13811379
{

0 commit comments

Comments
 (0)