From 386c45b7778ebab58655ca28a55fc8ca2cf06f3a Mon Sep 17 00:00:00 2001 From: Mikael Svenson Date: Tue, 5 Mar 2024 12:56:43 +0100 Subject: [PATCH 1/2] Fix Q&A link --- docs/{Q&A.md => QnA.md} | 0 docs/index.md | 7 +------ 2 files changed, 1 insertion(+), 6 deletions(-) rename docs/{Q&A.md => QnA.md} (100%) diff --git a/docs/Q&A.md b/docs/QnA.md similarity index 100% rename from docs/Q&A.md rename to docs/QnA.md diff --git a/docs/index.md b/docs/index.md index f4551b67..39b670b7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -89,12 +89,7 @@ Also, to help us to resolve your issue, you can include screenshots or error mes For any issue, question or feedback, please the [official GitHub repository](https://github.com/microsoft-search/pnp-modern-search/issues). We will be happy to help you! ## Q&A -We have a list of frequently asked questions available [here](q&a). If you have a question, it might be already answered there. - - - - - +We have a list of frequently asked questions available in our separate [Q&A section](QnA). If you have a question, it might be already answered there. ## About From 6148272833e2788c098fd610009fad833a19fa16 Mon Sep 17 00:00:00 2001 From: Mikael Svenson Date: Tue, 5 Mar 2024 12:57:15 +0100 Subject: [PATCH 2/2] Fix wrong tag --- docs/extensibility/templating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensibility/templating.md b/docs/extensibility/templating.md index a7331e99..578bd810 100644 --- a/docs/extensibility/templating.md +++ b/docs/extensibility/templating.md @@ -313,7 +313,7 @@ Web components and HTML are supported in adaptive cards through markdown process { "type": "TextBlock", "wrap": true, - "text": "" + "text": "" } ], "width": "auto"