From 6c18ceaa4a7d6bdb942a51d4bc358351cdc0409a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=94=BF=E5=AE=87=20=E5=BB=96?= Date: Wed, 19 Jul 2023 16:15:33 +0800 Subject: [PATCH] docs: added to test if href resolved correctly in feed --- website/_dogfooding/_blog tests/2023-07-19-a.mdx | 9 +++++++++ website/_dogfooding/_blog tests/2023-07-19-b.mdx | 1 + 2 files changed, 10 insertions(+) create mode 100644 website/_dogfooding/_blog tests/2023-07-19-a.mdx create mode 100644 website/_dogfooding/_blog tests/2023-07-19-b.mdx diff --git a/website/_dogfooding/_blog tests/2023-07-19-a.mdx b/website/_dogfooding/_blog tests/2023-07-19-a.mdx new file mode 100644 index 0000000000000..16cdfd88d6759 --- /dev/null +++ b/website/_dogfooding/_blog tests/2023-07-19-a.mdx @@ -0,0 +1,9 @@ +--- +title: 'Test if href in feed resolved correctly' +--- + +[absolute full url](https://github.com/facebook/docusaurus) + +[absolute url with implicit domain name](/tests/blog/2023/07/19/b) + +[relative url](2023-07-19-b.mdx) diff --git a/website/_dogfooding/_blog tests/2023-07-19-b.mdx b/website/_dogfooding/_blog tests/2023-07-19-b.mdx new file mode 100644 index 0000000000000..d6a54897045af --- /dev/null +++ b/website/_dogfooding/_blog tests/2023-07-19-b.mdx @@ -0,0 +1 @@ +# Test Relative Path