From 86d16b12a224d125ba469f91e885eedf97a9dfe8 Mon Sep 17 00:00:00 2001 From: Thomas <65691606+NotTacoz@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:43:20 +0800 Subject: [PATCH 1/2] docs(explorer): Fixed small typo with extra } in explorer.md (#541) --- docs/features/explorer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/explorer.md b/docs/features/explorer.md index 8937b25c0..fd656a888 100644 --- a/docs/features/explorer.md +++ b/docs/features/explorer.md @@ -196,7 +196,7 @@ Component.Explorer({ } } }, -}}) +}) ``` ### Putting it all together From 54e722a55d58f4bab86184ffc970159628fa6967 Mon Sep 17 00:00:00 2001 From: freenandes <42041153+freenandes@users.noreply.github.com> Date: Wed, 18 Oct 2023 03:43:41 +0100 Subject: [PATCH 2/2] docs: Update showcase.md (#540) changed URL --- docs/showcase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/showcase.md b/docs/showcase.md index 5d945755d..6814dd06d 100644 --- a/docs/showcase.md +++ b/docs/showcase.md @@ -19,6 +19,6 @@ Want to see what Quartz can do? Here are some cool community gardens: - [Pelayo Arbues' Notes](https://pelayoarbues.github.io/) - [Vince Imbat's Talahardin](https://vinceimbat.com/) - [🧠🌳 Chad's Mind Garden](https://www.chadly.net/) -- [Pedro MC Fernandes's Topo da Mente](https://www.pmcf.xyz/notes/) +- [Pedro MC Fernandes's Topo da Mente](https://www.pmcf.xyz/topo-da-mente/) If you want to see your own on here, submit a [Pull Request adding yourself to this file](https://github.com/jackyzha0/quartz/blob/v4/docs/showcase.md)!