Commit 643472f
authored
fix: improve middleware docs and remove non existing sdk api's (#378)
## Summary by Sourcery
Refactor documentation by introducing reusable snippets for middleware
instructions, standardizing the term "Smart contract portal", and
removing potentially destructive `delete` operations from code examples.
Documentation:
- Create reusable snippets for creating and managing middleware.
- Update documentation guides (EVM, Hedera) and component pages to use
the new middleware snippets.
- Standardize terminology by renaming "API Portal" to "Smart contract
portal" throughout the documentation.
- Remove potentially unsafe `delete` command examples for various
platform components (networks, storage, smart contract sets,
middleware).
- Correct the SDK documentation link in the release notes.
- Improve formatting with consistent line breaks and code block language
identifiers.1 parent f1c8581 commit 643472f
File tree
30 files changed
+346
-4708
lines changed- content
- docs
- blockchain-and-ai
- building-with-settlemint
- evm-chains-guide
- hedera-hashgraph-guide
- hyperledger-fabric-guide
- platform-components
- account-billing
- middleware-and-api-layer
- release-notes
- snippets
- src/app/llms.txt
30 files changed
+346
-4708
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
Lines changed: 4 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | 160 | | |
166 | 161 | | |
167 | 162 | | |
| |||
204 | 199 | | |
205 | 200 | | |
206 | 201 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | 202 | | |
211 | 203 | | |
212 | 204 | | |
| |||
230 | 222 | | |
231 | 223 | | |
232 | 224 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | 225 | | |
237 | 226 | | |
238 | 227 | | |
| |||
418 | 407 | | |
419 | 408 | | |
420 | 409 | | |
421 | | - | |
422 | | - | |
| 410 | + | |
| 411 | + | |
423 | 412 | | |
424 | | - | |
425 | | - | |
| 413 | + | |
| 414 | + | |
426 | 415 | | |
427 | 416 | | |
428 | 417 | | |
| |||
Lines changed: 11 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
300 | | - | |
| 298 | + | |
301 | 299 | | |
302 | | - | |
303 | | - | |
| 300 | + | |
| 301 | + | |
304 | 302 | | |
305 | | - | |
306 | | - | |
| 303 | + | |
| 304 | + | |
307 | 305 | | |
308 | 306 | | |
309 | 307 | | |
| |||
0 commit comments