We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4cd92 commit 5c85acaCopy full SHA for 5c85aca
BLOG_STYLE_GUIDE.md
@@ -64,25 +64,6 @@ This list is non-exhaustive. If there is something you would like to see on the
64
65
---
66
67
-## 🧑💻 Code Style
68
-
69
-- Use fenced code blocks with language identifiers:
70
- <pre>
71
- \`\`\`graphql
72
- query GetUser {
73
- user(id: "1") {
74
- name
75
- }
76
77
- \`\`\`
78
- </pre>
79
80
-- Avoid overly long code samples—focus on what supports the topic.
81
-- Explain what the code is doing either before or after the block.
82
-- Stick to consistent naming conventions (e.g., `getUser`, `createPostMutation`).
83
84
----
85
86
## ✅ Do
87
88
- Cite sources if you reference third-party tools or documentation.
0 commit comments