Skip to content

Commit

Permalink
Remove unnecessary sub-sections
Browse files Browse the repository at this point in the history
Previously I added these thinking it would help organise the guide,
but with only one unique (and unlikely) section on installation, I
don't think it adds any value right now.
  • Loading branch information
Ben Thorner committed Nov 17, 2020
1 parent 3ba910e commit 521c165
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Troubleshooting

## Troubleshoot: Usage

### Diagnose common issues when setting up GOV.UK Docker
## Diagnose common issues when setting up GOV.UK Docker

Run the following command in `~/govuk/govuk-docker`. Since this script makes use of Ruby Gems, you will need to [install some additional dependencies](../CONTRIBUTING.md#testing) in order to do this.

```
bin/doctor
```

### Diagnose general issues with a project/app not working
## Diagnose general issues with a project/app not working

* Make sure you run all commands via GOV.UK Docker.

Expand Down Expand Up @@ -41,7 +39,7 @@ govuk-docker down
git pull
```

### Diagnose issues with `dev.gov.uk` domains not resolving
## Diagnose issues with `dev.gov.uk` domains not resolving

* Check if `dev.gov.uk` works end-to-end

Expand Down Expand Up @@ -71,17 +69,7 @@ scutil --dns
bin/setup
```

## Troubleshoot: Installation

### Diagnose common issues when setting up GOV.UK Docker

Run the following command in `~/govuk/govuk-docker`. Since this script makes use of Ruby Gems, you will need to [install some additional dependencies](../CONTRIBUTING.md#testing) in order to do this.

```
bin/doctor
```

### Resolve issues caused by an existing Docker installation
## Resolve issues caused by an existing Docker installation

You may get one of the following errors when running `bin/setup`.

Expand Down

0 comments on commit 521c165

Please sign in to comment.