From ddff37d07c36e132c748ec3045426e8c7b7e295f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Thu, 28 Dec 2023 17:00:56 +0300 Subject: [PATCH] Fix documentation --- src/app/showcase/doc/menu/customdoc.ts | 36 +++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/src/app/showcase/doc/menu/customdoc.ts b/src/app/showcase/doc/menu/customdoc.ts index 12845df9e88..5675d446b64 100644 --- a/src/app/showcase/doc/menu/customdoc.ts +++ b/src/app/showcase/doc/menu/customdoc.ts @@ -11,7 +11,17 @@ import { Code } from '../../domain/code';
- + +
+ + {{ item.label }} +
+
+ {{ item.shortcut }} + +
+
+
{{ item.label }} @@ -73,7 +83,17 @@ export class CustomContentDoc implements OnInit { code: Code = { basic: ` - + +
+ + {{ item.label }} +
+
+ {{ item.shortcut }} + +
+
+
{{ item.label }} @@ -90,7 +110,17 @@ export class CustomContentDoc implements OnInit {