Commit fd4c9b1
committed
Make --dsinghvi flag required for TypeScript SDK generation
Updated documentation to indicate that the --dsinghvi flag is required when
generating TypeScript SDKs. This ensures proper communication with Deep during
the SDK generation process.
Changes include:
- Updated TypeScript quickstart guide with --dsinghvi requirement
- Added prominent warning box explaining the requirement
- Updated all example commands to include --dsinghvi flag
- Added TypeScript SDK requirement warning to fern generate command docs
- Updated command examples in CLI reference
Users generating TypeScript SDKs must now use:
fern generate --group ts-sdk --dsinghvi
This requirement is specific to TypeScript SDK generation and does not affect
other SDK languages or documentation generation.1 parent c54d0b6 commit fd4c9b1
File tree
2 files changed
+16
-5
lines changed- fern/products
- cli-api-reference/pages
- sdks/overview/typescript
2 files changed
+16
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
185 | 192 | | |
186 | 193 | | |
187 | 194 | | |
188 | 195 | | |
189 | 196 | | |
190 | 197 | | |
191 | | - | |
| 198 | + | |
192 | 199 | | |
193 | 200 | | |
194 | 201 | | |
195 | | - | |
| 202 | + | |
196 | 203 | | |
197 | 204 | | |
198 | 205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
52 | | - | |
53 | | - | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
0 commit comments