From bde7ea0116cd724adf285f9c7f540877a5eb26ef Mon Sep 17 00:00:00 2001 From: Dean Gite Date: Tue, 27 Sep 2022 14:31:44 +0200 Subject: [PATCH] feat(docs): fix typo in FSXARenderContentElement and add it to the navigation (#101) * feat(docs): fix typo in FSXARenderContentElement and add it to the navigation * update readme file --- README.adoc | 1 + .../ROOT/pages/components/FSXARenderContentElement.adoc | 4 ++-- docs/modules/ROOT/partials/navigation.adoc | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index ffa57f8..2edbc1f 100644 --- a/README.adoc +++ b/README.adoc @@ -53,6 +53,7 @@ Detailed documentation of the FSXA-PWA's link:https://enterprise-fsxa-ui.e-spiri .. xref:docs/modules/ROOT/pages/components/FSXABaseSection.adoc[FSXABaseSection] .. xref:docs/modules/ROOT/pages/components/FSXABaseRichTextElement.adoc[FSXABaseRichTextElement] .. xref:docs/modules/ROOT/pages/components/FSXABaseAppLayout.adoc[FSXABaseAppLayout] +. xref:docs/modules/ROOT/pages/components/FSXARenderContentElement.adoc[Render Content Element] . xref:docs/modules/ROOT/pages/Debugging.adoc[Debugging] . xref:docs/modules/ROOT/pages/advanced.adoc[Advanced] .. xref:docs/modules/ROOT/pages/advanced/TPP-Snap.adoc[TPP-Snap] diff --git a/docs/modules/ROOT/pages/components/FSXARenderContentElement.adoc b/docs/modules/ROOT/pages/components/FSXARenderContentElement.adoc index b6e2085..f1e14cc 100644 --- a/docs/modules/ROOT/pages/components/FSXARenderContentElement.adoc +++ b/docs/modules/ROOT/pages/components/FSXARenderContentElement.adoc @@ -1,4 +1,4 @@ -= FSXARenderContextElement += FSXARenderContentElement . <> . <> @@ -6,7 +6,7 @@ == Introduction -The FSXARenderContextElement is there to render nested components within .vue files (Single File Components). +The FSXARenderContentElement is there to render nested components within .vue files (Single File Components). == Usage diff --git a/docs/modules/ROOT/partials/navigation.adoc b/docs/modules/ROOT/partials/navigation.adoc index c7e40aa..80b403e 100644 --- a/docs/modules/ROOT/partials/navigation.adoc +++ b/docs/modules/ROOT/partials/navigation.adoc @@ -36,6 +36,7 @@ *** xref:fsxa-pwa::components/FSXABaseSection.adoc[FSXABaseSection] *** xref:fsxa-pwa::components/FSXABaseRichTextElement.adoc[FSXABaseRichTextElement] *** xref:fsxa-pwa::components/FSXABaseAppLayout.adoc[FSXABaseAppLayout] +** xref:fsxa-pwa::components/FSXARenderContentElement.adoc[Render Content Element] ** xref:fsxa-pwa::advanced.adoc[Advanced] *** xref:fsxa-pwa::advanced/TPP-Snap.adoc[TPP-Snap] **** xref:fsxa-pwa::advanced/TPP-Snap.adoc#nested_elements[Nested Elements]