catalog: add overview content group

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-03-31 00:28:00 +02:00
parent 0fd8a2f888
commit 0cde1b8823
3 changed files with 3 additions and 0 deletions
@@ -110,6 +110,7 @@ export function convertLegacyEntityContentExtension(
// @alpha
export const defaultEntityContentGroups: {
overview: string;
documentation: string;
development: string;
deployment: string;
@@ -38,6 +38,7 @@ export const entityFilterExpressionDataRef =
* Default entity content groups.
*/
export const defaultEntityContentGroups = {
overview: 'Overview',
documentation: 'Documentation',
development: 'Development',
deployment: 'Deployment',
@@ -49,6 +49,7 @@ export const catalogOverviewEntityContent =
return originalFactory({
defaultPath: '/',
defaultTitle: 'Overview',
defaultGroup: 'overview',
loader: async () => {
const LazyDefaultLayoutComponent = reactLazy(() =>
import('./DefaultEntityContentLayout').then(m => ({