Skip to content

Commit

Permalink
README: Add config code snipped
Browse files Browse the repository at this point in the history
to disable default howto guide
  • Loading branch information
dmstern authored Nov 30, 2018
1 parent 4fdf361 commit 30f0e96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ If you want to add addtional text in the `/howto` section, you can create a `how

If you want to hide the default publishing guide under `/howto`, set `howto.default` in the `config.json` file to `false`.

```json
"howto": {
"default": false
}
```

### Development

```bash
Expand Down

0 comments on commit 30f0e96

Please sign in to comment.