Skip to content

Commit

Permalink
Fix hugo command that creates a new scaler doc (kedacore#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilayasiktoprak committed Oct 27, 2021
1 parent 8aeffdd commit 67f4702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ This creates a boilerplate Markdown file in `content/blog/my-new-post.md` whose
To add documentation for a new KEDA [scaler](https://keda.sh/docs/scalers):

```sh
hugo new --kind scaler scalers/<VERSION>/my-new-scaler.md
hugo new --kind scaler docs/<VERSION>/scalers/my-new-scaler.md
```

This creates a boilerplate Markdown file in `content/docs/scalers/my-new-scaler.md` whose contents you can modify. Make sure to update the following metadata fields:
This creates a boilerplate Markdown file in `content/docs/<VERSION>/scalers/my-new-scaler.md` whose contents you can modify. Make sure to update the following metadata fields:

* `title`
* `availability`
Expand Down

0 comments on commit 67f4702

Please sign in to comment.