From 67f47028afa5accdc2a57373984a67a1dd965b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nilay=20A=C5=9F=C4=B1ktoprak?= <44297161+nilayasiktoprak@users.noreply.github.com> Date: Wed, 27 Oct 2021 16:37:59 +0300 Subject: [PATCH] Fix hugo command that creates a new scaler doc (#562) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2987b845f8..d934119a44e 100644 --- a/README.md +++ b/README.md @@ -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//my-new-scaler.md +hugo new --kind scaler docs//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//scalers/my-new-scaler.md` whose contents you can modify. Make sure to update the following metadata fields: * `title` * `availability`