diff --git a/docs/_static/i18n.csv b/docs/_static/i18n.csv index 12a875d1..5b11b123 100644 --- a/docs/_static/i18n.csv +++ b/docs/_static/i18n.csv @@ -367,5 +367,4 @@ completion/finalScope,Final scope,True, completion/finalScopeDetails,Final scope details,True, language,Language,True, environment,Environment,False, -environment,Environment,False, environment/goals,Environmental goals,False, diff --git a/docs/reference/schema.md b/docs/reference/schema.md index 6d681c45..23e72b19 100644 --- a/docs/reference/schema.md +++ b/docs/reference/schema.md @@ -1076,38 +1076,3 @@ Each `MilestoneReference` has the following fields: ```` ````` - -### Environment - -`Environment` is defined as: - -```{field-description} ../../build/current_lang/project-schema.json /definitions/Environment -``` - -This sub-schema is referenced by the following properties: -* [`environment`](project-schema.json,,environment) - -Each `Environment` has the following fields: - -`````{tab-set} - -````{tab-item} Schema - -```{jsonschema} ../../build/current_lang/project-schema.json -:pointer: /definitions/Environment -:collapse: goals -:addtargets: -``` - -```` - -````{tab-item} Examples - -```{jsoninclude} ../../docs/examples/example.json -:jsonpointer: /projects/0/environment -:title: environment -``` - -```` - -`````