Skip to content

Commit a24d6af

Browse files
Revert ""Adding exporters" section removed"
This reverts commit 1e5c8eb.
1 parent 4c29ef6 commit a24d6af

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

docs.json

+3
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,9 @@
14131413
{
14141414
"path": "docs/porting/tools/mbedls.md"
14151415
},
1416+
{
1417+
"path": "docs/porting/tools/exporter.md"
1418+
},
14161419
{
14171420
"path": "docs/porting/tools/hdk.md"
14181421
}
File renamed without changes.

docs/porting/tools/tools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<h1 id="contributing-tools">Tools</h1>
22

3-
This section describes the tools modifications you need to make when adding a new target to Mbed OS and when making other tools contributions. When adding a new target to Mbed OS, you must [add a new target to Mbed-ls](mbed-ls.html), and you may need to [add a postbuild script to the build tools](build-tools.html). Further, this section includes instructions on [contributing to the Mbed HDK](arm-mbed-hdk.html).
3+
This section describes the tools modifications you need to make when adding a new target to Mbed OS and when making other tools contributions. When adding a new target to Mbed OS, you must [add a new target to Mbed-ls](mbed-ls.html), and you may need to [add a postbuild script to the build tools](build-tools.html). Further, this section includes instructions on [adding an exporter](adding-exporters.html) and [contributing to the Mbed HDK](arm-mbed-hdk.html).

0 commit comments

Comments
 (0)