Skip to content

Commit 910e020

Browse files
committed
Remove baremetal_example.md whose purpose duplicates using_bare_metal.md
1 parent cec980c commit 910e020

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

docs.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
"sources": [{
4848
"path": "docs/bare_metal/bare_metal.md"
4949
},
50-
{
51-
"path": "docs/bare_metal/baremetal_example.md"
52-
},
5350
{
5451
"path": "docs/bare_metal/using_bare_metal.md"
5552
},

docs/bare_metal/baremetal_example.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/bare_metal/using_bare_metal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This guide shows how to create a bare metal profile application:
44
1. By default, when you build an application binary, the build tool uses the full profile. To use the bare metal profile, you need to set up your application to override this default behaviour.
5-
1. Bare metal has a [minimal set of APIs](bare_metal_api.md). You can add additional ones [from the list of supported API](../../api/api.md).
5+
1. Bare metal has a minimal set of APIs. You can add additional ones [from the list of supported API](bare_metal.md#features).
66

77
## Creating a bare metal application
88

@@ -30,7 +30,7 @@ This guide shows how to create a bare metal profile application:
3030
3131
Bare metal has a minimal set of default APIs - those that are always available to a bare metal application. You can add other supported APIs if you need the features they enable.
3232
33-
For a list of default and supported APIs, [please see our full API list](../../api/api.md).
33+
For a list of default and supported APIs, [please see our full API list](bare_metal.md#features).
3434
3535
1. To add an API - in this example, the `EventQueue` class:
3636

0 commit comments

Comments
 (0)