Skip to content

Commit b806081

Browse files
committed
more fixes
1 parent f5afa84 commit b806081

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

fern/products/sdks/reference/generators-yml-reference.mdx

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -727,15 +727,18 @@ groups:
727727
```
728728

729729
<ParamField path="repository" type="string" required={true} toc={true}>
730+
Name of your repository in GitHub.
730731
</ParamField>
731732

732733
<ParamField path="mode" type="'release'" required={false} toc={true}>
733734
</ParamField>
734735

735736
<ParamField path="branch" type="string" required={false} toc={true}>
737+
Name of your branch in GitHub.
736738
</ParamField>
737739

738-
<ParamField path="license" type="'MIT' | 'Apache-2.0' | { custom: 'Custom License Name' }" required={false} toc={true}>
740+
<ParamField path="license" type="'MIT' | 'Apache-2.0' | 'Custom License Name'" required={false} toc={true}>
741+
Software license for the generated SDK.
739742
</ParamField>
740743

741744
<ParamField path="reviewers" type="{ teams: list<string>, users: list<string> }" required={false} toc={true}>
@@ -758,18 +761,21 @@ groups:
758761
```
759762

760763
<ParamField path="repository" type="string" required={true} toc={true}>
764+
Name of your repository in GitHub.
761765
</ParamField>
762766

763767
<ParamField path="mode" type="'pull-request'" required={false} toc={true}>
764768
</ParamField>
765769

766770
<ParamField path="branch" type="string" required={false} toc={true}>
771+
Name of your branch in GitHub.
767772
</ParamField>
768773

769-
<ParamField path="license" type="'MIT' | 'Apache-2.0' | { custom: 'Custom License Name' }" required={false} toc={true}>
774+
<ParamField path="license" type="'MIT' | 'Apache-2.0' | 'Custom License Name'" required={false} toc={true}>
775+
Software license for the generated SDK.
770776
</ParamField>
771777

772-
<ParamField path="reviewers" type="{ teams: list<string>, users: list<string> }" required={false} toc={true}>
778+
<ParamField path="reviewers" type="list of objects" required={false} toc={true}>
773779
Specify which teams and users should review generated code. See [reviewers configuration](#reviewers-1).
774780
</ParamField>
775781
</Accordion>
@@ -789,15 +795,18 @@ groups:
789795
branch: "your-branch-name" # required for `mode: push`
790796
```
791797
<ParamField path="repository" type="string" required={true} toc={true}>
798+
Name of your repository in GitHub.
792799
</ParamField>
793800

794801
<ParamField path="mode" type="'push'" required={false} toc={true}>
795802
</ParamField>
796803

797804
<ParamField path="branch" type="string" required={true} toc={true}>
805+
Name of your branch in GitHub.
798806
</ParamField>
799807

800-
<ParamField path="license" type="'MIT' | 'Apache-2.0' | { custom: 'Custom License Name' }" required={false} toc={true}>
808+
<ParamField path="license" type="'MIT' | 'Apache-2.0' | 'Custom License Name'" required={false} toc={true}>
809+
Software license for the generated SDK.
801810
</ParamField>
802811

803812
<ParamField path="reviewers" type="{ teams: list<string>, users: list<string> }" required={false} toc={true}>
@@ -839,7 +848,7 @@ URL pointing to comprehensive documentation, API reference, or getting started g
839848
Name of the individual developer, team, or organization that created and maintains the SDK.
840849
</ParamField>
841850

842-
<ParamField path="license" type="'MIT' | 'Apache-2.0' | { custom: 'Custom License Name' }" required={false} toc={true}>
851+
<ParamField path="license" type="'MIT' | 'Apache-2.0' | 'Custom License Name'" required={false} toc={true}>
843852
Software license for the generated SDK.
844853
</ParamField>
845854

0 commit comments

Comments
 (0)