Skip to content

Commit 75bc73b

Browse files
authored
docs/brancher: Move note to the right heading
1 parent d47b8e5 commit 75bc73b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/hypernode-platform/tools/hypernode-brancher.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ return $configuration;
128128

129129
This will automatically create a Brancher node based on the parent Hypernode and push to it, allowing you to test the changes before making them on the production Hypernode. In this example, we also clear services `cron` and `supervisor`, which means that the `cron` and `supervisor` configurations found on `example` will not be actively present on the Brancher instance.
130130

131-
```{note}
132-
There's an alias `hypernode-brancher` for the command `hypernode-systemctl brancher`, this might save you some keystrokes :).
133-
```
134-
135131
### Hypernode-systemctl brancher
136132

137133
You can use the command hypernode-systemctl brancher tool to quickly interact with the Hypernode API in a validated and controlled manner.
138134

135+
```{note}
136+
There's an alias `hypernode-brancher` for the command `hypernode-systemctl brancher`, this might save you some keystrokes :).
137+
```
138+
139139
#### Creating a Brancher node
140140

141141
```console

0 commit comments

Comments
 (0)