Skip to content

Commit

Permalink
Add keys output
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbermouth committed Nov 23, 2024
1 parent 8a412ba commit 6cbe7ed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Finally, if you want to log requests, in the Configure method of Startup.cs, bef
app.UseSerilogRequestLogging();
```

If you encounter any missing usings, use control+. and add them as needed.
If you encounter any missing usings, use ++ctrl+"."++ and add them as needed.

Don't forget to inject and use an ILogger instance of your controllers to log errors, warnings, etc…

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/2021-01-21-Seq-on-Kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
class: nginx
```
Don't forget to update your email address and then control+s and control+x to save and exit.
Don't forget to update your email address and then ++ctrl+"s"++ and ++ctrl+"x"++ to save and exit.
Once that's done, we'll create another file called `config.yaml` and save that. Populate it as follows, replacing with your domain in the three necessary places:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Once downloaded, we need to edit the file:
nano ingress-nginx.yaml
```

We now need to find the service that handles the ingress so press control+W and search for:
We now need to find the service that handles the ingress so press ++ctrl+"W"++ and search for:

```bash
name: ingress-nginx-controller
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/2021-02-15-Setting-up-Proxmox-storage
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ And add the following line:
/dev/disk/by-id/your-disk-id-part1 /mnt/vm-local ext4 defaults 0 0
```

Save and exit using control+s and control+q and the mount the drive using:
Save and exit using ++ctrl+"s"++ and ++ctrl+"q"++ and the mount the drive using:

mount -a
Next go to the Datacenter and the Storage section of Proxmox and choose the `Add` | `Directory` option. Set the ID to `VM-Local` and the directory to `/mnt/vm-local`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Replace `h2r.machine.name` with the name of the machine running H2R Graphics V2.

Reboot and confirm

Note, to quit kiosk mode, use Ctrl+F4.
Note, to quit kiosk mode, use ++ctrl+"F4"++.

## Dual Screens

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.keys

extra:
analytics:
Expand Down

0 comments on commit 6cbe7ed

Please sign in to comment.