From 5e111ca5196c54922e0292c10c9484ec3ed0c817 Mon Sep 17 00:00:00 2001 From: Mandy Chessell Date: Wed, 13 Dec 2023 20:17:20 +0000 Subject: [PATCH] Add deployed implementation type and file type Signed-off-by: Mandy Chessell --- site/docs/concepts/index.md | 10 +++++++++- site/mkdocs.yml | 2 ++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/site/docs/concepts/index.md b/site/docs/concepts/index.md index 6668e13fbd..813395fbc7 100644 --- a/site/docs/concepts/index.md +++ b/site/docs/concepts/index.md @@ -81,6 +81,7 @@ - [Data Science OMAS](/services/omas/data-science/overview) - [Database Integrator OMIS](/services/omis/database-integrator/overview) - [Default Zones](/concepts/governance-zone) +- [Deployed Implementation Type](/concepts/deployed-implementation-type) - [Design Lineage](/features/lineage-management/overview) - [Design Model OMAS](/services/omas/design-model/overview) - [DevOps OMAS](/services/omas/dev-ops/overview) @@ -126,11 +127,12 @@ - [Favorite Things Collections](/concepts/favorite-things-collection) - [Feedback](/concepts/feedback) +- [File Type](/concepts/deployed-implementation-type/#file-type) - Files - [omag.server.servername.config](/concepts/configuration-document) - [servername.cohortname.registrystore](/connectors/runtime/file-cohort-registry-store-connector) - + - [Files Integrator OMIS](/services/omis/files-integrator/overview) - [Framework Services](/services/#framework-services) - [Frameworks](/frameworks) @@ -316,6 +318,12 @@ - [Ratings](/concepts/review) - [Referenceable](/concepts/referenceable) +- [Reference Data](/features/reference-data-management/overview) + + - [Valid Metadata Values](/guides/planning/valid-values) + - [Deployed Implementation Type](/concepts/deployed-implementation-type) + - [File Type](/concepts/deployed-implementation-type/#file-type) + - [Registry Events](/concepts/cohort-events) - [Registered Services](/concepts/omag-subsystem) - [Repository Connector](/concepts/repository-connector) diff --git a/site/mkdocs.yml b/site/mkdocs.yml index 27e06cd468..1ce27ccee6 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -687,6 +687,7 @@ nav: - Data Class: concepts/data-class.md - Data Domain: concepts/subject-area.md - Data Engine Proxy: concepts/data-engine-proxy.md + - Deployed Implementation Type: concepts/deployed-implementation-type.md - Digital Resource Connector: concepts/digital-resource-connector.md - Discovery Analysis Report: concepts/discovery-analysis-report.md - Endpoint: concepts/endpoint.md @@ -699,6 +700,7 @@ nav: - External Reference: concepts/external-reference.md - Favorite Collections: concepts/favorite-things-collection.md - Feedback: concepts/feedback.md + - File Type: concepts/deployed-implementation-type.md - Glossary Term: practices/common-data-definitions/anatomy-of-a-glossary.md - GUID: concepts/guid.md - Governance Action Engine: concepts/governance-action-engine.md