Skip to content

Commit da70933

Browse files
authored
docs(readme): add Substack button; replace Wizard card with badge; cleanup Slack/Bluesky badges (#3769)
* docs: add minimal .cursorrules for Cursor (link to CLAUDE.md) * docs: update CLAUDE.md for clarity and organization - Corrected a typo in the description of constructs from "strut" to "struct". - Added details about the JSON-RPC transport implementation, including batch requests, notifications, and streaming capabilities. - Clarified the testing section by specifying the location of JSON-RPC integration tests and emphasizing the importance of not editing generated code. - Reorganized sections for better readability and flow. * docs(readme): add Substack button; replace Wizard card with badge; remove Slack signup; standardize Slack/Bluesky badges; label Bluesky as 'Goa Design'
1 parent 50b0060 commit da70933

1 file changed

Lines changed: 6 additions & 30 deletions

File tree

README.md

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,40 +11,15 @@
1111
<a href="https://goreportcard.com/report/github.com/goadesign/goa"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/goadesign/goa?style=for-the-badge"></a>
1212
<a href="/LICENSE"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge"></a>
1313
<a href="https://gurubase.io/g/goa"><img alt="Gurubase" src="https://img.shields.io/badge/Gurubase-Ask%20Goa%20Guru-006BFF?style=for-the-badge"></a>
14+
<a href="https://chat.openai.com/g/g-mLuQDGyro-goa-design-wizard"><img alt="Goa Design Wizard" src="https://img.shields.io/badge/Goa%20Design%20Wizard-ChatGPT-00A67D?logo=openai&logoColor=white&style=for-the-badge"></a>
1415
</br>
15-
<a href="https://gophers.slack.com/messages/goa"><img alt="Slack: Goa" src="https://img.shields.io/badge/Goa-gray.svg?longCache=true&logo=slack&colorB=red&style=for-the-badge"></a>
16-
<a href="https://invite.slack.golangbridge.org/"><img alt="Slack: Sign-up" src="https://img.shields.io/badge/Signup-gray.svg?longCache=true&logo=slack&colorB=red&style=for-the-badge"></a>
17-
<a href="https://bsky.app/profile/goadesign.bsky.social"><img alt="BSky: Goa" src="https://img.shields.io/badge/Bluesky-0285FF?longCache=true&logo=bluesky&logoColor=fff&style=for-the-badge"></a>
16+
<a href="https://goadesign.substack.com/subscribe?params=%5Bobject%20Object%5D"><img alt="Substack: Design First" src="https://img.shields.io/badge/Design%20First-Substack-FF6719?logo=substack&logoColor=white&style=for-the-badge"></a>
17+
<a href="https://gophers.slack.com/messages/goa"><img alt="Slack: Goa" src="https://img.shields.io/badge/Goa-Slack-4A154B?logo=slack&logoColor=white&style=for-the-badge"></a>
18+
<a href="https://bsky.app/profile/goadesign.bsky.social"><img alt="Bluesky: Goa Design" src="https://img.shields.io/badge/Goa%20Design-Bluesky-0285FF?logo=bluesky&logoColor=white&style=for-the-badge"></a>
1819
</p>
1920
</p>
2021

21-
<div align="center">
22-
<table border="0" cellspacing="0" cellpadding="0">
23-
<tr>
24-
<td align="center" width="200">
25-
<a href="https://chat.openai.com/g/g-mLuQDGyro-goa-design-wizard">
26-
<img src="docs/Wizard.png" alt="Wizard Logo" style="width: 100%; height: auto;"/>
27-
</a>
28-
</td>
29-
<td align="center">
30-
<div>
31-
<h1>Goa Design Wizard</h1>
32-
</div>
33-
<p>
34-
Use the <a href="https://chat.openai.com/g/g-mLuQDGyro-goa-design-wizard">Goa Design Wizard</a> to:
35-
</p>
36-
<ul>
37-
<li>Create Goa designs in seconds</li>
38-
<li>Review existing designs</li>
39-
<li>Explore the Goa DSL</li>
40-
</ul>
41-
<p>
42-
(requires a <a href="https://openai.com/blog/chatgpt-plus">ChatGPT Plus</a> subscription)<br/><br/>
43-
</p>
44-
</td>
45-
</tr>
46-
</table>
47-
</div>
22+
<!-- Removed card; Wizard is now a badge button above -->
4823

4924
# Goa - Design First, Code With Confidence
5025

@@ -243,6 +218,7 @@ The [examples repository](https://github.com/goadesign/examples) contains comple
243218
- Follow us on [Bluesky](https://goadesign.bsky.social)
244219
- Report issues on [GitHub](https://github.com/goadesign/goa/issues)
245220
- Find answers with the [Goa Guru](https://gurubase.io/g/goa) AI assistant
221+
- Subscribe to our Substack, “Design First”: [Design First](https://goadesign.substack.com/subscribe?params=%5Bobject%20Object%5D)
246222

247223
## What's New
248224

0 commit comments

Comments
 (0)