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
Copy file name to clipboardExpand all lines: .cursor/rules/docs.mdc
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ description: "Brief page description" # for SEO
61
61
- **Titles**: Avoid gerunds in titles when practical ('Install package' rather than 'Installing the package')
62
62
- **Sentence case**: Apply sentence case to card titles, tab titles, and pseudo-headers
63
63
- **Pseudo-headers**: Titles made with simple bolded text (either on their own line or in lists with colons) should use sentence case
64
-
- **Semantic line breaks**: Follow the SemBr specification by putting line breaks
64
+
- **Semantic line breaks**: Follow the SemBr specification by putting line breaks before and after major clauses. Links should occupy their own complete line.
65
65
66
66
### Header formatting
67
67
- Use sentence case for all headers (capitalize only the first word and proper nouns)
@@ -159,6 +159,15 @@ export const products = [
159
159
- Provide alt text for custom images
160
160
- Ensure proper focus management for interactive elements
161
161
162
+
## Development and build commands
163
+
164
+
### Package manager
165
+
**This project uses Yarn, not npm.** Always use `yarn` for all package management commands.
166
+
- Build: `yarn --cwd website build`
167
+
- Develop: `yarn --cwd website start` (for local preview)
168
+
- Install: `yarn install`
169
+
- Do NOT use: `npm install`, `npm run`, `npx` - use `yarn` equivalents instead
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE/rest_api_update.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ Why is this change required? What problem does it solve?
19
19
20
20
## Checklist:
21
21
22
-
-[ ] I have read and fully understand the [process for updating the REST API](https://github.com/signalwire/signalwire-docs/wiki/REST-API-Specs-&-Docs)
23
-
-[ ][Mandatory fields](https://github.com/signalwire/signalwire-docs/wiki/REST-API-Specs-&-Docs#documentation-required-decorators) are present in the TypeSpec files.
22
+
-[ ] I have read and fully understand the [process for updating the REST API](https://github.com/signalwire/docs/wiki/REST-API-Specs-&-Docs)
23
+
-[ ][Mandatory fields](https://github.com/signalwire/docs/wiki/REST-API-Specs-&-Docs#documentation-required-decorators) are present in the TypeSpec files.
0 commit comments