From 2be9166774bf57e28d8041645194117f3f56ef3c Mon Sep 17 00:00:00 2001 From: Mandy Chessell Date: Tue, 16 Apr 2024 12:15:12 +0100 Subject: [PATCH] Add new view service home pages Signed-off-by: Mandy Chessell --- site/docs/concepts/digital-product.md | 13 ++ site/docs/concepts/index.md | 1 + .../reference-data-management.drawio | 193 ++++++++++++++-- .../services/omvs/data-discovery/overview.md | 21 ++ site/docs/services/omvs/index.md | 5 +- .../services/omvs/reference-data/overview.md | 21 ++ .../omvs/template-manager/overview.md | 21 ++ site/docs/types/0/0021-Collections.md | 15 +- site/docs/types/0/0021-Collections.svg | 2 +- ...ea-0-basic-types-and-infrastructure.drawio | 105 ++++++--- site/docs/types/1/0130-Projects.svg | 2 +- site/docs/types/1/area-1-collaboration.drawio | 24 +- .../docs/types/6/0616-Data-Field-Discovery.md | 4 +- .../types/6/0616-Data-Field-Discovery.svg | 2 +- site/docs/types/6/0660-Resource-Measures.svg | 2 +- site/docs/types/6/area-6-discovery.drawio | 218 +++++++----------- site/mkdocs.yml | 16 +- 17 files changed, 444 insertions(+), 221 deletions(-) create mode 100644 site/docs/concepts/digital-product.md create mode 100644 site/docs/services/omvs/data-discovery/overview.md create mode 100644 site/docs/services/omvs/reference-data/overview.md create mode 100644 site/docs/services/omvs/template-manager/overview.md diff --git a/site/docs/concepts/digital-product.md b/site/docs/concepts/digital-product.md new file mode 100644 index 0000000000..3cbbced35c --- /dev/null +++ b/site/docs/concepts/digital-product.md @@ -0,0 +1,13 @@ +--- +hide: +- toc +--- + + + + +# Digital Product + +A *digital product* is a [collection](/concepts/collection) of [assets](/concepts/asset) that describe a collection of resources that have been designed to meet a specific consumer need. + +--8<-- "snippets/abbr.md" diff --git a/site/docs/concepts/index.md b/site/docs/concepts/index.md index ced7972d41..0b6fac3a17 100644 --- a/site/docs/concepts/index.md +++ b/site/docs/concepts/index.md @@ -89,6 +89,7 @@ - [Design Model OMAS](/services/omas/design-model/overview) - [DevOps OMAS](/services/omas/dev-ops/overview) - [Digital Architecture OMAS](/services/omas/digital-architecture/overview) +- [Digital Product](/concepts/digital-product) - [Digital Resource](/concepts/digital-resource) - [Digital Resource Connector](/concepts/digital-resource-connector) - [Digital Service](/practices/digital-services/overview) diff --git a/site/docs/features/reference-data-management/reference-data-management.drawio b/site/docs/features/reference-data-management/reference-data-management.drawio index 4c0e8356ed..9d3bc4ac89 100644 --- a/site/docs/features/reference-data-management/reference-data-management.drawio +++ b/site/docs/features/reference-data-management/reference-data-management.drawio @@ -1,6 +1,6 @@ - + - + @@ -115,14 +115,14 @@ - - + + - + @@ -284,7 +284,7 @@ - + @@ -486,7 +486,7 @@ - + @@ -553,7 +553,7 @@ - + @@ -643,7 +643,7 @@ - + @@ -799,7 +799,7 @@ - + @@ -816,25 +816,27 @@ - + - + - + - - + + + + - - + + - + @@ -858,7 +860,7 @@ - + @@ -869,8 +871,8 @@ - - + + @@ -878,11 +880,19 @@ + + + + + + + + - + @@ -1018,7 +1028,7 @@ - + @@ -1145,4 +1155,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/docs/services/omvs/data-discovery/overview.md b/site/docs/services/omvs/data-discovery/overview.md new file mode 100644 index 0000000000..75f8b69106 --- /dev/null +++ b/site/docs/services/omvs/data-discovery/overview.md @@ -0,0 +1,21 @@ +--- +hide: +- toc +--- + + + + +--8<-- "snippets/content-status/in-development.md" + +# Data Discovery OMVS + +The Data Discovery Open Metadata View Services (OMVS) is a REST API designed to support user interfaces (UIs) for documenting specifications that describe the data needed for a project. These are known as DataSpecs and they can be used to specify schemas for data pipelines as well as saved searches. + +---8<-- "snippets/abbr.md" + + + + + + diff --git a/site/docs/services/omvs/index.md b/site/docs/services/omvs/index.md index 53392dbce1..40737480c8 100644 --- a/site/docs/services/omvs/index.md +++ b/site/docs/services/omvs/index.md @@ -13,10 +13,13 @@ The view services are as follows: | [Asset Catalog](/services/omvs/asset-catalog/overview) | **Search for assets.** | The Asset Catalog OMVS provides search and query capabilities for tools and applications to support an asset catalog function. It supports search requests for assets with specific characteristics and returns summaries of the matching assets, plus methods to allow drill-down into the details of a specific asset to related metadata. | | [Feedback Manager](/services/omvs/feedback-manager/overview) | **Maintain feedback such as comments, tags, reviews, likes and note logs.** | The Feedback Manager OMVS is for user interfaces supporting feedback from users. A registered user is able to add comments, informal tags, notes, reviews and likes to elements such as assets or glossary terms. | | [Collection Manager](/services/omvs/collection-manager/overview) | **Manage collections of assets and other elements.** | The Collection Manager OMVS provides the REST APIs to create collections of asset and other elements such as glossary terms or policies. The collections can be nested (like folders in a file system) and they can be classified to describe the type of collection. For example, one type of classification for a collection is a *DigitalProduct* that allows the collections of assets and other related material to describe data and or services for a specific consumer or purpose. | -| [Automated Curation](/services/omvs/automated-curation/overview) | **Set up and monitor automated harvesting and governance services.** | The Automated Curation OMVS is for user interfaces that allows asset owners and consumers to set up, execute and monitor automated harvesting and governance services. | +| [Automated Curation](/services/omvs/automated-curation/overview) | **Discovery, initiate and monitor metadata cataloging and governance actions such as automated surveying.** | The Automated Curation OMVS is for user interfaces that allows asset owners and consumers to set up, execute and monitor automated harvesting and governance services. | +| [Data Discovery](/services/omvs/data-discovery/overview) | **Documenting specifications that describe the data needed for a project.** | The Data Discovery Open Metadata View Services (OMVS) is a REST API designed to support user interfaces (UIs) for documenting specifications that describe the data needed for a project. These are known as DataSpecs and they can be used to specify schemas for data pipelines as well as saved searches. | | [Governance Author](/services/omvs/governance-author/overview) | **Create and maintain governance actions.** | The Governance Author OMVS is for user interfaces supporting the governance team to set up governance definitions and actions. | | [Notification Manager](/services/omvs/notification-manager/overview) | **Locate, retrieve and update the types of user notifications that should be produced.** | The Notification Manager OMVS is for user interfaces supporting personalized notifications to specific users. A registered user is able to define which types of notification should be produced and who they should be delivered to. | | [Project Manager](/services/omvs/project-manager/overview) | **Locate, retrieve and update information relating to projects.** | The Project Manager OMVS is for user interfaces supporting projects, either for a group of people or personalized sandboxes for individuals. A registered user is able to maintain information about a project and link it with other projects, users and resources. | +| [Reference Data](/services/omvs/reference-data/overview) | **Create and maintain reference data values and their mappings.** | The Reference Data Open Metadata View Services (OMVS) is a REST API designed to support user interfaces (UIs) that maintain reference data values and their mappings. | | +| [Template Manager](/services/omvs/template-manager/overview) | **Create and maintain templates used to create new metadata elements.** | The Template Manager Open Metadata View Services (OMVS) is a REST API designed to support user interfaces (UIs) that support the management of templates that are used when creating new metadata. | | [Glossary Author](/services/omvs/glossary-author/overview) | **Develop new glossary terms and categories.** | The Glossary Author OMVS is for user interfaces supporting the creating and editing of glossary content, such as glossary terms and categories. The changes made are immediately visible to all users. | | [Glossary Browser](/services/omvs/glossary-browser/overview) | **Search and view the contents of specific glossaries and their links to governance definitions and assets.** | The Glossary Browser OMVS is for user interfaces that wish to provide search facilities within a single glossary (or glossaries) along with the ability to browse the structure of the glossary and view an element within a glossary along with connected governance classifications, governance definitions, user feedback and attached assets. | | [Glossary Workflow](/services/omvs/glossary-workflow/overview) | **Develop new glossary terms and categories in a controlled workflow process.** | The Glossary Workflow OMVS is for user interfaces supporting the creation and editing of glossary content, such as glossary terms and categories, in a controlled workflow process. This means that as terms and categories are created, updated and deleted, these changes are invisible to the general user until they are approved. | diff --git a/site/docs/services/omvs/reference-data/overview.md b/site/docs/services/omvs/reference-data/overview.md new file mode 100644 index 0000000000..f5e90d17e4 --- /dev/null +++ b/site/docs/services/omvs/reference-data/overview.md @@ -0,0 +1,21 @@ +--- +hide: +- toc +--- + + + + +--8<-- "snippets/content-status/in-development.md" + +# Reference Data OMVS + +The Reference Data Open Metadata View Services (OMVS) is a REST API designed to support user interfaces (UIs) that maintain reference data values and their mappings. + +---8<-- "snippets/abbr.md" + + + + + + diff --git a/site/docs/services/omvs/template-manager/overview.md b/site/docs/services/omvs/template-manager/overview.md new file mode 100644 index 0000000000..048488e37b --- /dev/null +++ b/site/docs/services/omvs/template-manager/overview.md @@ -0,0 +1,21 @@ +--- +hide: +- toc +--- + + + + +--8<-- "snippets/content-status/in-development.md" + +# Template Manager OMVS + +The Template Manager Open Metadata View Services (OMVS) is a REST API designed to support user interfaces (UIs) that support the management of templates that are used when creating new metadata. + +---8<-- "snippets/abbr.md" + + + + + + diff --git a/site/docs/types/0/0021-Collections.md b/site/docs/types/0/0021-Collections.md index ea90dce822..7eafd7135c 100644 --- a/site/docs/types/0/0021-Collections.md +++ b/site/docs/types/0/0021-Collections.md @@ -24,9 +24,10 @@ The attributes for a collection, beyond the standard attributes for *Referenceab The classifications associated with *Collection* allow it to be specialized for particular uses. They help when searching for collections for specific uses. -* [*RootCollection*](#root-collection-classification) means the collection is the top-level node in a collection hierarchy. The members of this collection are typically all collections. +* [*RootCollection*](#root-collection-classification) means the collection is an independent, top-level node in a collection hierarchy. The members of this collection are typically all collections. +* [*HomeCollection*](#home-collection-classification) means the collection is the top-level node in a collection hierarchy anchored to a specific [Referenceable](/types/0/0010-Base-Model). The members of this collection may or may not be collections. * [*Folder*](#folder-classification) means the collection can be treated as if it where a folder of metadata elements. This classification includes properties to control how the members are displayed. -* [*Set*](#set-classification) means the collection is a set of related entities and no entity is a member more than once. +* [*ResultsSet*](#resultsset-classification) means the collection is a set of related results. * [*DigitalProduct*](/types/7/0710-Digital-Service) describes a collection of [assets](/concepts/asset) that represent a digital product. * [*GovernanceStatusSet*](/types/4/0421-Governance-Classification-Levels) for a collection of governance statuses. * [*GovernanceClassificationSet*](/types/4/0421-Governance-Classification-Levels) for a collection of governance classification for a particular governance classification. @@ -40,7 +41,11 @@ The collection at the root of the collection hierarchy is called "Product Catalo ### RootCollection classification -The *RootCollection* classification indicates that the collection is used to provide the starting node for a hierarchy of collections. +The *RootCollection* classification indicates that the collection is used to provide the starting node for an independent hierarchy of collections. For example, this could be a collection hierarch that organizes [digital products] + +### HomeCollection classification + +The *HomeCollection* classification indicates that the collection is used to provide the starting node for a hierarchy of collections. ### Folder classification @@ -58,9 +63,9 @@ The *Folder* classification indicates that the collection is used to organize me * *DateCreated* - Order by date that the asset was created. * *Other* - Order by another property. -### Set classification +### ResultsSet classification -The *Set* classification indicates that the collection is a set of elements where each element is only included in the collection once. +The *ResultsSet* classification indicates that the collection is a set of elements where each element is only included in the collection once. ## CollectionMembership relationship diff --git a/site/docs/types/0/0021-Collections.svg b/site/docs/types/0/0021-Collections.svg index f167f90812..54698761c8 100644 --- a/site/docs/types/0/0021-Collections.svg +++ b/site/docs/types/0/0021-Collections.svg @@ -1,4 +1,4 @@ -
0021 - Collections
0021 - Collections
«entity»
Collection
«entity»...
name : string
description : string
collectionType : string
name : string...
«classification»
RootCollection
«classification»...
«relationship»
CollectionMembership
«relationship»...
*
*
*
*
«entity»
Referenceable
«entity»...
membershipRationale : string
expression : string
status: MembershipStatus
userDefinedStatus : string
confidence : int
createdBy : string
steward : string
stewardTypeName : string
stewardPropertyName : string
source : string
notes : string
membershipRationale : string...
collectionMembers
collectionMembers
foundInCollections
foundInCollections
«enumeration»
OrderBy
«enumeration»...
NAME = 0
OWNER = 1
DATE_ADDED = 2
DATE_UPDATED = 3
DATE_CREATED = 4
OTHER = 99
NAME = 0...
«classification»
Folder
«classification»...
orderBy : OrderBy
orderPropertyName : string
orderBy : OrderBy...
UNKNOWN=0
DISCOVERED = 1
PROPOSED = 2
IMPORTED = 3
VALIDATED = 4
DEPRECATED = 5
OBSOLETE = 6
OTHER = 99
UNKNOWN=0...
<<enumeration>>
MembershipStatus
<<enumeration>>...
«classification»
Set
«classification»...
Text is not SVG - cannot display
\ No newline at end of file +
0021 - Collections
«entity»
Collection
name : string
description : string
collectionType : string
«classification»
RootCollection
«relationship»
CollectionMembership
*
*
«entity»
Referenceable
membershipRationale : string
expression : string
status: MembershipStatus
userDefinedStatus : string
confidence : int
createdBy : string
steward : string
stewardTypeName : string
stewardPropertyName : string
source : string
notes : string
collectionMembers
foundInCollections
«enumeration»
OrderBy
NAME = 0
OWNER = 1
DATE_ADDED = 2
DATE_UPDATED = 3
DATE_CREATED = 4
OTHER = 99
«classification»
Folder
orderBy : OrderBy
orderPropertyName : string
UNKNOWN=0
DISCOVERED = 1
PROPOSED = 2
IMPORTED = 3
VALIDATED = 4
DEPRECATED = 5
OBSOLETE = 6
OTHER = 99
<<enumeration>>
MembershipStatus
«classification»
ResultsSet
«classification»
HomeCollection
«classification»
RecentAccess
«classification»
WorkItemList
\ No newline at end of file diff --git a/site/docs/types/0/area-0-basic-types-and-infrastructure.drawio b/site/docs/types/0/area-0-basic-types-and-infrastructure.drawio index b004e2eb39..16da3adfae 100644 --- a/site/docs/types/0/area-0-basic-types-and-infrastructure.drawio +++ b/site/docs/types/0/area-0-basic-types-and-infrastructure.drawio @@ -1,6 +1,6 @@ - + - + @@ -1389,7 +1389,7 @@ - + @@ -1400,90 +1400,133 @@ - + - + - + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + - + + + + + + + - - + + + + + + - - + + - - + + + + + + + + + + + + + + + + + + diff --git a/site/docs/types/1/0130-Projects.svg b/site/docs/types/1/0130-Projects.svg index 2c203f7dc4..e855d154fb 100644 --- a/site/docs/types/1/0130-Projects.svg +++ b/site/docs/types/1/0130-Projects.svg @@ -1,4 +1,4 @@ -
0130 - Projects
«entity»
Project
identifier : string
name : string
description : string
startDate : date
plannedEndDate : date
projectStatus : string
«classification»
Task
«entity»
Referenceable
managedProjects
*
managingProject
0..1
«relationship»
ProjectHierarchy
«classification»
Campaign
dependentProjects
*
dependsOnProjects
*
«relationship»
ProjectDependency
dependencySummary : string
«entity»
Actor
«relationship»
ProjectTeam
teamRole : string
*
*
projectFocus
supportingActors
projectsManaged
*
projectManagers
*
«relationship»
ProjectManagement
«entity»
ProjectManager
«entity»
PersonRole
«classification»
PersonalProject
«classification»
StudyProject
\ No newline at end of file +
0130 - Projects
«entity»
Project
identifier : string
name : string
description : string
startDate : date
projectPhase : string
plannedEndDate : date
projectStatus : string
projectHealth : string
«classification»
Task
«entity»
Referenceable
managedProjects
*
managingProject
0..1
«relationship»
ProjectHierarchy
«classification»
Campaign
dependentProjects
*
dependsOnProjects
*
«relationship»
ProjectDependency
dependencySummary : string
«entity»
Actor
«relationship»
ProjectTeam
teamRole : string
*
*
projectFocus
supportingActors
projectsManaged
*
projectManagers
*
«relationship»
ProjectManagement
«entity»
ProjectManager
«entity»
PersonRole
«classification»
PersonalProject
«classification»
StudyProject
\ No newline at end of file diff --git a/site/docs/types/1/area-1-collaboration.drawio b/site/docs/types/1/area-1-collaboration.drawio index 1cb10e442a..d88525f661 100644 --- a/site/docs/types/1/area-1-collaboration.drawio +++ b/site/docs/types/1/area-1-collaboration.drawio @@ -1,6 +1,6 @@ - + - + @@ -633,7 +633,7 @@ - + @@ -659,8 +659,8 @@ - - + + @@ -744,7 +744,7 @@ - + @@ -757,13 +757,13 @@ - + - + @@ -827,18 +827,18 @@ - + - + - + - + diff --git a/site/docs/types/6/0616-Data-Field-Discovery.md b/site/docs/types/6/0616-Data-Field-Discovery.md index 48d299bb75..c2ba661cb6 100644 --- a/site/docs/types/6/0616-Data-Field-Discovery.md +++ b/site/docs/types/6/0616-Data-Field-Discovery.md @@ -6,9 +6,9 @@ hide: -# 0616 Data Field Discovery +# 0616 Data Field Modelling -*DataField* entities are used by [*Open Discovery Services*](/concepts/open-discovery-service) to describe the schema structure discovered in a digital resource it is analysing. +*DataField* entities are used to model required data fields required for analysis. ![UML](0616-Data-Field-Discovery.svg) diff --git a/site/docs/types/6/0616-Data-Field-Discovery.svg b/site/docs/types/6/0616-Data-Field-Discovery.svg index 5813911043..09b7c19813 100644 --- a/site/docs/types/6/0616-Data-Field-Discovery.svg +++ b/site/docs/types/6/0616-Data-Field-Discovery.svg @@ -1,4 +1,4 @@ -
0616 - Data Field Discovery
0616 - Data Field Discovery
«entity»
SchemaAnalysisAnnotation
«entity»...
«entity»
DataField
«entity»...
«relationship»
DiscoveredDataField
«relationship»...
dataFieldPosition : int
dataFieldPosition : int
«relationship»
DiscoveredNestedDataField
«relationship»...
*
*
*
*
0..1
0..1
0..1
0..1
discoveredDataFields
discoveredDataFields
dataFieldPosition : int
dataFieldPosition : int
nestedDataFields
nestedDataFields
parentDataField
parentDataField
schemaAnalysisAnnotation
schemaAnalysisAnnotati...
dataFieldName : string
dataFieldType : string
dataFieldDescription : string
dataFieldNamespace : string
dataFieldAliases : array<string>
dataFieldSortOrder : DataItemSortOrder
minCardinality : int
maxCardinality : int
isNullable : int
minimumLength : int
length : int
precision : int
significantDigits : int
defaultValue : string
isDeprecated : boolean
version : long
versionIdentifier : string
additionalProperties : map<string, string>
dataFieldName : string...
«entity»
SchemaAttribute
«entity»...
schemaAttributeDefinition
schemaAttributeDefini...
*
*
0..1
0..1
«relationship»
SchemaAttributeDefinition
«relationship»...
assetGUID : string
assetGUID : string
deployedSchemaAttributes
deployedSchemaAttributes
«entity»
SchemaType
«entity»...
schemaTypeDefinition
schemaTypeDefinition
*
*
0..1
0..1
«relationship»
SchemaTypeDefinition
«relationship»...
deployedSchemaTypes
deployedSchemaTypes
«entity»
OpenMetadataRoot
«entity»...
«relationship»
DiscoveredLinkedDataField
«relationship»...
relationshipTypeName : string
relationshipEnd : int
name : string
description : string
minCardinality : int
maxCardinality : int
additionalProperties : map<string, string>
relationshipTypeName : string...
linkFromDataFields
linkFromDataFields
linkToDataFields
linkToDataFields
*
*
*
*
Data Field is Deprecated
Data Field is Deprecated
Text is not SVG - cannot display
\ No newline at end of file +
0616 - Data Field Discovery
«entity»
DataField
«relationship»
NestedDataField
*
0..1
dataFieldPosition : int
nestedDataFields
parentDataField
dataFieldName : string
dataFieldType : string
dataFieldDescription : string
dataFieldNamespace : string
dataFieldAliases : array<string>
dataFieldSortOrder : DataItemSortOrder
minCardinality : int
maxCardinality : int
isNullable : int
minimumLength : int
length : int
precision : int
significantDigits : int
defaultValue : string
isDeprecated : boolean
version : long
versionIdentifier : string
additionalProperties : map<string, string>
«entity»
SchemaAttribute
schemaAttributeDefinition
*
0..1
«relationship»
SchemaAttributeDefinition
assetGUID : string
deployedSchemaAttributes
«entity»
Referenceable
«relationship»
LinkedDataField
relationshipTypeName : string
relationshipEnd : int
name : string
description : string
minCardinality : int
maxCardinality : int
additionalProperties : map<string, string>
linkFromDataFields
linkToDataFields
*
*
«entity»
Collection
«classification»
DataSpec
\ No newline at end of file diff --git a/site/docs/types/6/0660-Resource-Measures.svg b/site/docs/types/6/0660-Resource-Measures.svg index b0dc38f79c..18c3ebb10b 100644 --- a/site/docs/types/6/0660-Resource-Measures.svg +++ b/site/docs/types/6/0660-Resource-Measures.svg @@ -1,4 +1,4 @@ -
0660 - Resource Measures
«entity»
ResourceMeasureAnnotation
resourceProperties : map<string, string>
«entity»
Annotation
«entity»
ResourcePhysicalStatusAnnotation
resourceCreateTime : date
resourceUpdateTime : date
size : long
encoding : string
\ No newline at end of file +
0660 - Resource Measures
«entity»
ResourceMeasureAnnotation
resourceProperties : map<string, string>
«entity»
Annotation
«entity»
ResourcePhysicalStatusAnnotation
resourceCreateTime : date
resourceUpdateTime : date
resourceLastAccessTime : date
size : long
encoding : string
\ No newline at end of file diff --git a/site/docs/types/6/area-6-discovery.drawio b/site/docs/types/6/area-6-discovery.drawio index bfe29a9c96..218f987d91 100644 --- a/site/docs/types/6/area-6-discovery.drawio +++ b/site/docs/types/6/area-6-discovery.drawio @@ -1,6 +1,6 @@ - + - + @@ -660,186 +660,130 @@ - + - + - + - - - - + - - - - - - - - + + - - + + - + - - + + - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - + - - + + - - - - - - - - - - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - - + - - - - - - + - - + + - - + + - + - - + + - + - - + + - - + + + + + + + + - - + + - - + + - - + + + + + - - + + - - + + @@ -1163,7 +1107,7 @@ - + @@ -1191,8 +1135,8 @@ - - + + @@ -1204,7 +1148,7 @@ - + diff --git a/site/mkdocs.yml b/site/mkdocs.yml index e52833d1d9..89f6ec073b 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -553,18 +553,21 @@ nav: - Topic Integrator: services/omis/topic-integrator/overview.md - View Services (OMVS): - Open Metadata View Services: services/omvs/index.md - - My Profile: services/omvs/my-profile/overview.md - Asset Catalog: services/omvs/asset-catalog/overview.md - - Feedback Manager: services/omvs/feedback-manager/overview.md - - Collection Manager: services/omvs/collection-manager/overview.md - Automated Curation: services/omvs/automated-curation/overview.md + - Collection Manager: services/omvs/collection-manager/overview.md + - Data Discovery: services/omvs/data-discovery/overview.md + - Feedback Manager: services/omvs/feedback-manager/overview.md + - Glossary Browser: services/omvs/glossary-browser/overview.md + - Glossary Workflow: services/omvs/glossary-workflow/overview.md - Governance Author: services/omvs/governance-author/overview.md + - My Profile: services/omvs/my-profile/overview.md - Notification Manager: services/omvs/notification-manager/overview.md - Project Manager: services/omvs/project-manager/overview.md - - Glossary Author: services/omvs/glossary-author/overview.md - - Glossary Browser: services/omvs/glossary-browser/overview.md - - Glossary Workflow: services/omvs/glossary-workflow/overview.md + - Reference Data: services/omvs/reference-data/overview.md + - Template Manager: services/omvs/template-manager/overview.md - Dynamic Infrastructure and Ops: services/omvs/dino/overview.md + - Glossary Author: services/omvs/glossary-author/overview.md - Repository Explorer: services/omvs/rex/overview.md - Type Explorer: services/omvs/tex/overview.md - Server Author: services/omvs/server-author/overview.md @@ -669,6 +672,7 @@ nav: - Data Domain: concepts/subject-area.md - Data Engine Proxy: concepts/data-engine-proxy.md - Deployed Implementation Type: concepts/deployed-implementation-type.md + - Digital Product: concepts/digital-product.md - Digital Resource: concepts/digital-resource.md - Digital Resource Connector: concepts/digital-resource-connector.md - Endpoint: concepts/endpoint.md