Skip to content

Commit 10a4b26

Browse files
author
Amanda Butler
authored
Add bare metal book, USB arch page to docs.json
Add bare metal book with bare metal API list and placeholder intro page, and add USB architecture page.
1 parent 9f509b4 commit 10a4b26

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

docs.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,26 @@
107107
}
108108
]
109109
},
110+
{
111+
"title": "Mbed OS bare metal",
112+
"description": "The Mbed OS bare metal profile",
113+
"slug": "introduction",
114+
"type": "markdown",
115+
"chapters": [{
116+
"title": "Introduction",
117+
"intro": {
118+
"path": "docs/introduction/introduction.md"
119+
},
120+
"sources": []
121+
},
122+
{
123+
"title": "Bare metal APIs",
124+
"sources": [{
125+
"path": "docs/baremetal_api.md"
126+
}]
127+
}
128+
]
129+
},
110130
{
111131
"title": "APIs",
112132
"description": "The APIs of Mbed OS: platform, drivers, RTOS, connectivity, security and storage",
@@ -663,7 +683,9 @@
663683
{
664684
"path": "docs/reference/technology/storage.md"
665685
},
666-
686+
{
687+
"path": "docs/reference/technology/USB.md"
688+
},
667689
{
668690
"path": "docs/reference/runtime/Memory.md"
669691
},

0 commit comments

Comments
 (0)