techdocs: replace 'build' with 'generate' in most places
This commit is contained in:
@@ -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.';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user