diff --git a/site/docs/guides/catalogs/index.md b/site/docs/guides/catalogs/index.md new file mode 100644 index 0000000000..4fda9f0332 --- /dev/null +++ b/site/docs/guides/catalogs/index.md @@ -0,0 +1,13 @@ + + + +# Content Catalogs + +The Egeria project provides four types of content: Content Packs, Connectors, Configuration and Runtime Libraries. + +* [Content Packs](/content-packs) provide open metadata types and instances to kickstart your metadata projects. +* [Connectors](/connectors) plug-into Egeria's runtimes to provide integration with a specific technology or to perform a specific governance action. +* [Configuration](/guides/admin) controls which services are activated in Egeria's runtime. +* [Runtime libraries](/services) provides the libraries that manage the open metadata and connectors. + +--8<-- "snippets/abbr.md" diff --git a/site/mkdocs.yml b/site/mkdocs.yml index 2c9e5fe299..986494d05d 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -27,8 +27,7 @@ nav: - Planning Deployment: - Planning Runtime: guides/planning/runtime/overview.md - Security: guides/planning/security/overview.md - - User Interfaces: - - Ecosystem UI: user-interfaces/ecosystem/ecosystem-ui-planning.md + - User Interfaces: guides/planning/user-interfaces/index.md - Preparing Metadata Ecosystem: - Metadata Valid Values: guides/planning/valid-values/overview.md - Language Translations: guides/planning/translations/overview.md @@ -38,6 +37,7 @@ nav: - Integration Guide: guides/integration/index.md - Catalog Integration: guides/integration/types-of-metadata-repository.md - Catalogs: + - Catalogs Overview: guides/catalogs/index.md - Content Pack Catalog: - Content Pack Overview: content-packs/index.md - Core Content Pack: content-packs/core-content-pack/overview.md