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
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -47,3 +47,14 @@ This command generates static content into the `build` directory and can be serv
47
47
4. Replace the content of `docs/standards.html` with the new content
48
48
5. Run the script `npm run extract-standards` to extract the items from the HTML and update the `standards.json` file
49
49
50
+
### Update the website
51
+
52
+
Once you have updated the items, you can update the website by running the following commands:
53
+
54
+
```bash
55
+
npm run populate-details
56
+
npm run populate-implementations
57
+
```
58
+
59
+
This will autopolulate the details and implementations sections of the website, respectively. Note that this will modify the folders `docs/details` and `docs/implementations` so make sure to commit the changes.
0 commit comments