Skip to content

Commit db7e9f1

Browse files
Irit ArkinIrit Arkin
authored andcommitted
Why am I not seeing titles?
1 parent e114f3b commit db7e9f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
"url": "https://github.com/ARMmbed/Handbook/blob/new_engine/docs/tools/offline/cli.md"
557557
},
558558
"sub_chapters": [{
559-
"title": "Setting up Mbed CLI",
559+
"title": "Installation and setup",
560560
"sources": [{
561561
"type": "markdown",
562562
"url": "https://github.com/ARMmbed/Handbook/blob/new_engine/docs/tools/offline/cli-setup.md"

docs/tools/offline/cli-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Setup
1+
## Setup options
22

33
You can install Mbed CLI on Windows, Linux and Mac OS X.
44

@@ -26,7 +26,7 @@ You can install Mbed CLI on Windows, Linux and Mac OS X.
2626
$ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
2727
```
2828
29-
### Choosing your environment
29+
### Working with virtual environments
3030
3131
Mbed CLI is compatible with <a href="https://pypi.python.org/pypi/virtualenv" target="_blank">Virtual Python Environment (virtualenv)</a>.
3232

docs/tools/offline/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<h2 id="mbed-cli">Mbed CLI overview</h2>
1+
<h2 id="mbed-cli">Overview</h2>
22

33
Many experienced developers prefer to work offline. To meet this need, Arm provides Arm Mbed CLI, a command-line tool packaged as `mbed-cli` and based on Python.
44

55
Mbed CLI enables Git- and Mercurial-based version control, dependencies management, code publishing, support for remotely hosted repositories (GitHub, GitLab and mbed.org), use of the Arm Mbed OS build system, export functions and other operations.
66

77
This document covers the installation and usage of Mbed CLI. You can find our legacy CLI documentation in the <a href="https://github.com/ARMmbed/mbed-cli/blob/master/README.md" target="_blank">README</a>.
88

9-
#### Feedback
9+
### Feedback
1010

1111
We're keen to learn about your experience with Mbed CLI on other operating systems at the <a href="https://github.com/ARMmbed/mbed-cli" target="_blank">Mbed CLI development page</a>.

0 commit comments

Comments
 (0)