You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: separate shared style guide from repo-specific config (#2304)
## Summary
Separate general Apify writing style rules from repository-specific
Markdown/Docusaurus conventions to
enable future reuse across other Apify teams.
- Move general formatting rules (headings, bold, italics, links,
numbers, parallel structure) from
content-standards.md into writing-style.md
- Extract grammar mechanics into new grammar-rules.md
- Refocus content-standards.md on Markdown/Docusaurus specifics (front
matter, admonitions, code blocks,
images)
After this PR, general files (`writing-style.md`, `grammar-rules.md`,
`terminology.md`) contain no
repo-specific content and can be extracted into a shared repository.
Repo-specific files
(`content-standards.md`, `file-organization.md`, `quality-standards.md`)
stay here.
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
These rules expand on the standards in `AGENTS.md` with detailed examples and tables.
3
+
`CLAUDE.md` (symlink to `AGENTS.md`) covers project architecture, commands, and common pitfalls. Documentation standards are auto-loaded from `.claude/rules/` - those are the canonical source for all writing, formatting, and terminology rules.
Copy file name to clipboardExpand all lines: .claude/rules/content-standards.md
+8-163Lines changed: 8 additions & 163 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,6 @@
1
-
---
2
-
description: Standard formatting rules for all Apify documentation
3
-
globs: ["sources/**/*.md", "sources/**/*.mdx"]
4
-
alwaysApply: true
5
-
---
6
-
7
1
# Content Standards
8
2
9
-
Canonical formatting standards for all Apify documentation. These rules ensure consistency across platform docs, academy tutorials, and API references.
3
+
Markdown and Docusaurus formatting standards for Apify documentation. For general writing style rules (headings, text formatting, links, numbers), see `writing-style.md`.
0 commit comments