From 5c12ee34eb1497136b7c0327393f2d34363eb36d Mon Sep 17 00:00:00 2001 From: fshcherbanich Date: Sat, 28 Oct 2023 11:03:39 +0300 Subject: [PATCH] Updating demo templates --- .../pageLinkingExample/index.md.twig | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/demo/demo1/templates/sectionWithSubsections/pageLinkingExample/index.md.twig b/demo/demo1/templates/sectionWithSubsections/pageLinkingExample/index.md.twig index b9bacff4..3f8d09a4 100644 --- a/demo/demo1/templates/sectionWithSubsections/pageLinkingExample/index.md.twig +++ b/demo/demo1/templates/sectionWithSubsections/pageLinkingExample/index.md.twig @@ -3,12 +3,9 @@ {{ "Page linking example" | textToHeading('H1') }} -1) InvalidArgumentException - create a reference by short class name - -2) Doctrine\Common\Annotations\AnnotationException - creating a reference by full class name - -3) Class map - create a link to another page - -4) /demo/demo1/docs/sectionWithSubsections/classListExample/index.md - creating a link by file path - -5) /demo/demo1/docs/sectionWithSubsections/classListExample/index2.md - non-exists link case +1) [a]InvalidArgumentException[/a] - create a reference by short class name +2) [a]Doctrine\Common\Annotations\AnnotationException[/a] - creating a reference by full class name +3) [a x-title='Custom title']Doctrine\Common\Annotations\AnnotationException[/a] - creating a reference by full class name with custom title +4) [a]Class map[/a] - create a link to another page +5) [a]/demo/demo1/docs/sectionWithSubsections/classListExample/index.md[/a] - creating a link by file path +6) [a]/demo/demo1/docs/sectionWithSubsections/classListExample/index2.md[/a] - non-exists link case