📝 Add raycast to related tools page (#1220)

* 📝 Update related tools docs to include Raycast extension

*  Update snapshot for related tools
This commit is contained in:
MJ Meyer 2022-12-08 13:31:48 +13:00 committed by GitHub
parent 5081d99118
commit 28891f850a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -3836,6 +3836,18 @@ exports[`Pages Related tools should render the page 1`] = `
</a>
: GitHub Action for gitmoji-changelog
</li>
<li>
<a
href="https://www.raycast.com/ricoberger/gitmoji"
rel="noopener noreferrer"
target="_blank"
>
<b>
raycast-gitmoji-search
</b>
</a>
: Gitmoji extension for Raycast
</li>
</ul>
</section>
</main>

View File

@ -77,6 +77,11 @@ const tools: Array<{ name: string, description: string, link: string }> = [
description: 'GitHub Action for gitmoji-changelog',
link: 'https://github.com/sercanuste/gitmoji-changelog-action',
},
{
name: 'raycast-gitmoji-search',
description: 'Gitmoji extension for Raycast',
link: 'https://www.raycast.com/ricoberger/gitmoji',
},
]
const RelatedTools = (): Node => (