techdocs: replace 'build' with 'generate' in most places

This commit is contained in:
Himanshu Mishra
2020-12-09 16:01:29 +01:00
parent 9bd130a73a
commit 9d08ef8f46
5 changed files with 12 additions and 12 deletions
@@ -30,8 +30,8 @@ export const TechDocsNotFound = ({ errorMessage }: Props) => {
if (techdocsBuilder !== 'local') {
additionalInfo =
"Note that techdocs.builder is not set to 'local' in your config, which means this Backstage app will not " +
"build docs if they are not found. Make sure the project's docs are generated and published by some external " +
"process (e.g. CI/CD pipeline). Or change techdocs.builder to 'local' to build docs from this Backstage " +
"generate docs if they are not found. Make sure the project's docs are generated and published by some external " +
"process (e.g. CI/CD pipeline). Or change techdocs.builder to 'local' to generate docs from this Backstage " +
'instance.';
}