catalog: add overview content group
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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 => ({
|
||||
|
||||
Reference in New Issue
Block a user