Skip to content

Commit c8f529d

Browse files
author
Jonathan Visser
committed
Fix formatting issues
1 parent 6fe9739 commit c8f529d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/hypernode-deploy/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ maxdepth: 1
1515
---
1616
getting-started/install-and-configure-hypernode-deploy.md
1717
getting-started/configure-ci-cd.md
18+
getting-started/configure-hypernode-settings-on-deployment.md
1819
```

docs/hypernode-deploy/getting-started/configure-hypernode-settings-on-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ myst:
66
title: Configure Hypernode settings on Deployment
77
---
88

9-
# Configure Hypernode Settins on Deployment
9+
# Configure Hypernode settings on Deployment
1010

1111
Hypernode Deploy allows you to change configrations to the Hypernode server on-the-fly and on deploytime, this is extremely befinitial when doing a MySQL upgrade or NodeJS versions controlled by your source version control.
1212

@@ -41,7 +41,7 @@ Lots of applications need a set of cronjob for the application to function corre
4141

4242
For example, start creating the `./etc/cron` folder and putting in the following:
4343

44-
```crontab
44+
```bash
4545
* * * * * echo 'Hello world!' >> /data/web/cron.log
4646
```
4747

0 commit comments

Comments
 (0)