@@ -66,14 +66,23 @@ fetch_conf_files_content() {
6666
6767parse_content () {
6868 parse_section " devEnvironments" " Development environment configuration options."
69+ parse_section " devEnvironments.properties.allowedSources" " \` allowedSources\` options."
70+ parse_section " devEnvironments.properties.containerBuildConfiguration" " \` containerBuildConfiguration\` options."
71+ parse_section " devEnvironments.properties.containerRunConfiguration" " \` containerRunConfiguration\` options."
6972 parse_section " devEnvironments.properties.defaultNamespace" " \` defaultNamespace\` options."
7073 parse_section " devEnvironments.properties.defaultPlugins" " \` defaultPlugins\` options."
74+ parse_section " devEnvironments.properties.editorsDownloadUrls" " \` editorsDownloadUrls\` options."
7175 parse_section " devEnvironments.properties.gatewayContainer" " \` gatewayContainer\` options."
76+ parse_section " devEnvironments.properties.networking" " \` networking\` options."
77+ parse_section " devEnvironments.properties.networking.properties.externalTLSConfig" " \` externalTLSConfig\` options."
78+ parse_section " devEnvironments.properties.persistUserHome" " \` persistUserHome\` options."
79+ parse_section " devEnvironments.properties.projectCloneContainer" " \` projectCloneContainer\` options."
80+ parse_section " devEnvironments.properties.security" " \` security\` options."
7281 parse_section " devEnvironments.properties.storage" " \` storage\` options."
7382 parse_section " devEnvironments.properties.storage.properties.perUserStrategyPvcConfig" " \` per-user\` PVC strategy options."
7483 parse_section " devEnvironments.properties.storage.properties.perWorkspaceStrategyPvcConfig" " \` per-workspace\` PVC strategy options."
7584 parse_section " devEnvironments.properties.trustedCerts" " \` trustedCerts\` options."
76- parse_section " devEnvironments.properties.containerBuildConfiguration " " \` containerBuildConfiguration \` options."
85+ parse_section " devEnvironments.properties.user " " \` user \` options."
7786
7887 parse_section " components" " {prod-short} components configuration."
7988
0 commit comments