diff options
-rw-r--r-- | cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-metadata/resource-metadata.component.ts | 1 | ||||
-rw-r--r-- | docs/index.rst | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-metadata/resource-metadata.component.ts b/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-metadata/resource-metadata.component.ts index f99bddc13..536be26cd 100644 --- a/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-metadata/resource-metadata.component.ts +++ b/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-metadata/resource-metadata.component.ts @@ -22,7 +22,6 @@ import { Component, OnInit } from '@angular/core'; import {FormBuilder, FormGroup, Validators} from '@angular/forms'; import { IResources } from 'src/app/common/core/store/models/resources.model'; import { IResourcesState } from 'src/app/common/core/store/models/resourcesState.model'; -import { IResourcesMetaData } from '../../../../common/core/store/models/resourcesMetadata.model'; import { Observable } from 'rxjs'; import { Store } from '@ngrx/store'; import { IAppState } from '../../../../common/core/store/state/app.state'; diff --git a/docs/index.rst b/docs/index.rst index 0ff255683..07908a28e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,9 +15,12 @@ This makes SERVICE PROVIDER(S) more responsive to its customers and able to deli Design tools: ============= +.. toctree:: + :maxdepth: 1 + :glob: -Controller Blueprint Archived -Data dictionary + CBA/index + datadictionary/index Architecture: |