From bb79bcb4a09acf8f62f449ff80fae7d1a0929693 Mon Sep 17 00:00:00 2001 From: Jon Peck Date: Wed, 23 Aug 2023 16:14:33 -0700 Subject: [PATCH 1/2] Crosslink parkerbxyz/guru-to-github --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 50f560f..c8d6c97 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ **Deploy content from your GitHub repo into a Guru collection.** +--- + +**Note:** This Action takes content _from_ a GitHub repo and places it _into_ a Guru collection. If you're looking to do the reverse (take a Guru collection and export it to GitHub), check out [parkerbxyz/guru-to-github](https://github.com/marketplace/actions/guru-to-github) + +--- + For standard collections, this action can add cards based on markdown files in your repository. For [synchronized collections](https://help.getguru.com/articles/T8eX5e5c/Knowledge-Sync-Overview), it can add and replace cards, boards, board groups, and resources (see [appendix](#appendix-creating-a-synchronized-collection) for details). From adfff85414c41182c03eb9358653304c052a6399 Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:32:18 -0700 Subject: [PATCH 2/2] Use new alert formatting for note https://github.com/orgs/community/discussions/16925 --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c8d6c97..e54f171 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,8 @@ **Deploy content from your GitHub repo into a Guru collection.** ---- - -**Note:** This Action takes content _from_ a GitHub repo and places it _into_ a Guru collection. If you're looking to do the reverse (take a Guru collection and export it to GitHub), check out [parkerbxyz/guru-to-github](https://github.com/marketplace/actions/guru-to-github) - ---- +> [!NOTE] +> This Action takes content _from_ a GitHub repo and places it _into_ a Guru collection. If you're looking to do the reverse (take a Guru collection and export it to GitHub), check out [parkerbxyz/guru-to-github](https://github.com/marketplace/actions/guru-to-github) For standard collections, this action can add cards based on markdown files in your repository.