Sentence case for titles

This commit is contained in:
unman 2021-07-09 01:06:41 +00:00
parent a867dbe06a
commit d0bc9e70a2
No known key found for this signature in database
GPG key ID: BB52274595B71262
207 changed files with 207 additions and 207 deletions

View file

@ -6,7 +6,7 @@ redirect_from:
- /en/doc/automated-tests/
- /doc/AutomatedTests/
ref: 45
title: Automated Tests
title: Automated tests
---
## Unit and Integration Tests

View file

@ -3,7 +3,7 @@ lang: en
layout: doc
permalink: /doc/mount-lvm-image/
ref: 46
title: How to Mount LVM Images
title: How to mount lvm images
---
You want to read your LVM image (e.g., there is a problem where you can't start any VMs except dom0).

View file

@ -7,7 +7,7 @@ redirect_from:
- /doc/Profiling/
- /wiki/Profiling/
ref: 48
title: Python Profiling
title: Python profiling
---
This is a python profiling primer.

View file

@ -5,7 +5,7 @@ permalink: /doc/safe-remote-ttys/
redirect_from:
- /en/doc/safe-remote-ttys/
ref: 49
title: Safe Remote Dom0 Terminals
title: Safe remote dom0 terminals
---
If you do not have working graphics in Dom0, then using a terminal can be quite annoying!

View file

@ -7,7 +7,7 @@ redirect_from:
- /doc/TestBench/
- /wiki/TestBench/
ref: 44
title: How to Set Up a Test Bench
title: How to set up a test bench
---
This guide shows how to set up simple test bench that automatically test your code you're about to push. It is written especially for `core3` branch of `core-admin.git` repo, but some ideas are universal.

View file

@ -8,7 +8,7 @@ redirect_from:
- /doc/SystemDoc/VMInterface/
- /wiki/SystemDoc/VMInterface/
ref: 47
title: VM Configuration Interface
title: Vm configuration interface
---
Qubes VM have some settings set by dom0 based on VM settings. There are multiple configuration channels, which includes:

View file

@ -7,7 +7,7 @@ redirect_from:
- /doc/WindowsDebugging/
- /wiki/WindowsDebugging/
ref: 50
title: Windows Debugging
title: Windows debugging
---
Debugging Windows code can be tricky in a virtualized environment. The guide below assumes Xen hypervisor and Windows 7 VMs.