add plugin title and icons

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-16 11:32:25 +01:00
parent 5920062fcc
commit 018ca876d0
11 changed files with 37 additions and 0 deletions
+2
View File
@@ -278,6 +278,8 @@ const techDocsNavItem = NavItemBlueprint.make({
/** @alpha */
export default createFrontendPlugin({
pluginId: 'techdocs',
title: 'Docs',
icon: <LibraryBooks />,
info: { packageJson: () => import('../../package.json') },
extensions: [
techDocsClientApi,