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: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,14 @@ To check for broken links, run the following command:
99
99
npm run test:links
100
100
```
101
101
102
+
### Generate collection metadata reference
103
+
104
+
To generate collection metadata reference, run the following command:
105
+
106
+
```sh
107
+
npm run generate-metadata-reference
108
+
```
109
+
102
110
## Deployment
103
111
104
112
The `main` branch is used on production and automatically deployed through GitHub pages. Refer to the configuration file `.github/workflows/gh-pages.yml`.
0 commit comments