Skip to content

Commit

Permalink
update docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Jan 9, 2025
1 parent c7f8a06 commit 7c33db4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions website/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,12 @@ While it's often hard to find the best name, aim to optimize code for consistenc
<!-- prettier-ignore-end -->
- **Constants**
Capitalized
`PRODUCT_ID`
Capitalized
```ts
const FEATURED_PRODUCT_ID = '8f47d2a1-b13e-4d5a-a7d8-6ef1234';
```
- **Object constants**
Singular, capitalized with const assertion.
Expand Down

0 comments on commit 7c33db4

Please sign in to comment.