From af64518bbe9e443f44210338c04709cb3d8aee09 Mon Sep 17 00:00:00 2001 From: Fidel Coria Date: Tue, 19 Oct 2021 09:50:38 -0500 Subject: [PATCH] fix typo in techdocs documentation (#7677) * fix typo Signed-off-by: Fidel Coria * fix another typo Signed-off-by: Fidel Coria * fix tiny typo Signed-off-by: Fidel Coria --- docs/features/techdocs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/techdocs/getting-started.md b/docs/features/techdocs/getting-started.md index 0b1809dc22..d79f6bb891 100644 --- a/docs/features/techdocs/getting-started.md +++ b/docs/features/techdocs/getting-started.md @@ -215,10 +215,10 @@ techdocs: publisher: type: 'local' generator: - techdocs: local + runIn: local ``` -Setting `generators.techdocs` to `local` means you will have to make sure your +Setting `generator.runIn` to `local` means you will have to make sure your environment is compatible with techdocs. You will have to install the `mkdocs` and `mkdocs-techdocs-core` package from