Skip to content

Commit 9a6e4bc

Browse files
committed
Tidying up
1 parent 7497edd commit 9a6e4bc

File tree

1 file changed

+53
-56
lines changed

1 file changed

+53
-56
lines changed

docs.json

Lines changed: 53 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{
23
"product_name": "Mbed OS 6",
34
"split_pages_on": "h1",
@@ -219,8 +220,7 @@
219220
},
220221
{
221222
"title": "Driver APIs",
222-
"sources": [
223-
{
223+
"sources": [{
224224
"path": "docs/api/io/Ticker.md"
225225
},
226226
{
@@ -284,51 +284,49 @@
284284
"intro": {
285285
"path": "docs/api/io/io_intro.md"
286286
},
287-
"sub_chapters": [
288-
{
289-
"title": "I/O APIs",
290-
"sources": [{
291-
"path": "docs/api/io/AnalogIn.md"
292-
},
293-
{
294-
"path": "docs/api/io/AnalogOut.md"
295-
},
296-
{
297-
"path": "docs/api/io/DigitalIn.md"
298-
},
299-
{
300-
"path": "docs/api/io/DigitalOut.md"
301-
},
302-
{
303-
"path": "docs/api/io/DigitalInOut.md"
304-
},
305-
{
306-
"path": "docs/api/io/BusIn.md"
307-
},
308-
{
309-
"path": "docs/api/io/BusOut.md"
310-
},
311-
{
312-
"path": "docs/api/io/BusInOut.md"
313-
},
314-
{
315-
"path": "docs/api/io/PortIn.md"
316-
},
317-
{
318-
"path": "docs/api/io/PortOut.md"
319-
},
320-
{
321-
"path": "docs/api/io/PortInOut.md"
322-
},
323-
{
324-
"path": "docs/api/io/PwmOut.md"
325-
},
326-
{
327-
"path": "docs/api/io/InterruptIn.md"
328-
}
329-
]
330-
}
331-
]
287+
"sub_chapters": [{
288+
"title": "I/O APIs",
289+
"sources": [{
290+
"path": "docs/api/io/AnalogIn.md"
291+
},
292+
{
293+
"path": "docs/api/io/AnalogOut.md"
294+
},
295+
{
296+
"path": "docs/api/io/DigitalIn.md"
297+
},
298+
{
299+
"path": "docs/api/io/DigitalOut.md"
300+
},
301+
{
302+
"path": "docs/api/io/DigitalInOut.md"
303+
},
304+
{
305+
"path": "docs/api/io/BusIn.md"
306+
},
307+
{
308+
"path": "docs/api/io/BusOut.md"
309+
},
310+
{
311+
"path": "docs/api/io/BusInOut.md"
312+
},
313+
{
314+
"path": "docs/api/io/PortIn.md"
315+
},
316+
{
317+
"path": "docs/api/io/PortOut.md"
318+
},
319+
{
320+
"path": "docs/api/io/PortInOut.md"
321+
},
322+
{
323+
"path": "docs/api/io/PwmOut.md"
324+
},
325+
{
326+
"path": "docs/api/io/InterruptIn.md"
327+
}
328+
]
329+
}]
332330
},
333331
{
334332
"title": "Data storage",
@@ -1005,7 +1003,7 @@
10051003
},
10061004
"sources": []
10071005
},
1008-
{
1006+
{
10091007
"title": "Test and debug",
10101008
"intro": {
10111009
"path": "docs/tools/CLI/cli-test-debug.md"
@@ -1065,10 +1063,9 @@
10651063
"chapters": [{
10661064
"title": "Debugging",
10671065
"intro": {
1068-
"path": "docs/tools/debug/debug_intro.md"
1069-
},
1070-
"sources": [
1071-
{
1066+
"path": "docs/tools/debug/debug_intro.md"
1067+
},
1068+
"sources": [{
10721069
"path": "docs/tools/debug/debugging_mbed_os_apps.md"
10731070
},
10741071
{
@@ -1291,10 +1288,10 @@
12911288
},
12921289
{
12931290
"title": "Porting security",
1294-
"intro": {
1291+
"sources": [{
12951292
"path": "docs/porting/psa/spm.md"
12961293
},
1297-
"sources": [{
1294+
{
12981295
"path": "docs/porting/psa/crypto.md"
12991296
},
13001297
{
@@ -1322,10 +1319,10 @@
13221319
},
13231320
{
13241321
"title": "Porting connectivity",
1325-
"intro": {
1322+
"sources": [{
13261323
"path": "docs/porting/connectivity/connectivity.md"
13271324
},
1328-
"sources": [{
1325+
{
13291326
"path": "docs/porting/connectivity/Layer3IP.md"
13301327
},
13311328
{

0 commit comments

Comments
 (0)