Skip to content

Commit 5c1e821

Browse files
author
Amanda Butler
authored
Actually move data architecture in docs.json
Move the correct section, and put the incorrect section back where it was.
1 parent be70bf6 commit 5c1e821

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,13 @@
197197
},
198198
"sources": []
199199
},
200+
{
201+
"title": "RTOS general information",
202+
"intro": {
203+
"path": "docs/api/rtos/thread_safety.md"
204+
},
205+
"sources": []
206+
},
200207
{
201208
"title": "RTOS APIs",
202209
"sources": [{
@@ -243,13 +250,6 @@
243250
"path": "docs/api/rtos/events_tutorial.md"
244251
},
245252
"sources": []
246-
},
247-
{
248-
"title": "RTOS general information",
249-
"intro": {
250-
"path": "docs/api/rtos/thread_safety.md"
251-
},
252-
"sources": []
253253
}
254254
]
255255
},
@@ -376,14 +376,7 @@
376376
"path": "docs/api/storage/storage-config.md"
377377
},
378378
"sources": []
379-
},
380-
{
381-
"title": "Data architecture",
382-
"intro": {
383-
"path": "docs/api/storage/storage-arch.md"
384-
},
385-
"sources": []
386-
},
379+
},
387380
{
388381
"title": "Data APIs",
389382
"sources": [{
@@ -453,7 +446,14 @@
453446
"path": "docs/api/storage/psa_protected_storage.md"
454447
}
455448
]
456-
}
449+
},
450+
{
451+
"title": "Data architecture",
452+
"intro": {
453+
"path": "docs/api/storage/storage-arch.md"
454+
},
455+
"sources": []
456+
}
457457
]
458458
},
459459
{

0 commit comments

Comments
 (0)