From b36a37bfee4fea1bdd41e9c5e66c947cd37d7552 Mon Sep 17 00:00:00 2001 From: afwillia Date: Thu, 16 Nov 2023 17:02:57 -0800 Subject: [PATCH] remove optional configs since schema requires them --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index eb02509..5582aff 100644 --- a/README.md +++ b/README.md @@ -13,19 +13,19 @@ Each DCC will have its own directory to store configuration files. At minimum it - `name` - name of DCC in dropdown menu - `synapse_asset_view` - synapse ID of asset view. - `data_model_url` - data model URL (**RAW** github file). -- `data_model_info` - URL to a description of the data model, such as release notes. Optional. +- `data_model_info` - URL to a description of the data model, such as release notes. - `template_menu_config_file` - URL to DCA template dropdown file. -- `logo_location` - URL to logo file. Optional. -- `logo_link` - link to DCC website. Optional. -- `dcc_help_link` - link for users to find help about DCA. Optional. -- `portal_help_link` - link for users to find help about their portal. Optional. +- `logo_location` - URL to logo file. +- `logo_link` - link to DCC website. +- `dcc_help_link` - link for users to find help about DCA. +- `portal_help_link` - link for users to find help about their portal. `dca` contains DCA-specific customizations:\ - `use_compliance_dashboard` - `TRUE` or `FALSE`. Only FALSE currently supported. Data compliance dashboard. -- `primary_col` - center header color hex code. Optional. -- `secondary_col` - right header color hex code. Optional. -- `sidebar_col` - left header color hex code. Optional. +- `primary_col` - center header color hex code. +- `secondary_col` - right header color hex code. +- `sidebar_col` - left header color hex code. `schematic` contains several objects for passing parameters to schematic commands:\